mostly black
Enter any color value (e.g., #1b89c6, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#646464 color RGB value is (100,100,100)
#646464 color CMYK value
#646464 color HSL value
HSV(or HSB) | 0° | 0 | 39.2 |
XYZ | 12.113 | 12.744 | 13.878 |
Yxy | 0.313 | 0.329 | 12.744 |
LAB | 42.375 | 0.003 | -0.005 |
LUV | 42.375 | 0 | -0.007 |
Hunter-LAB | 35.698 | -1.905 | 1.94 |
CIE-LCH | 42.375 | 0.006 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 64 | 64 | 64 |
Decimal | 100 | 100 | 100 |
Octal | 144 | 144 | 144 |
Binary | 01100100 | 01100100 | 01100100 |
This text has a font color of #646464.
<span style="color:#646464">Text here</span>
This paragraph has a background color of #646464.
<p style="background-color:#646464;">Content here</p>
This element has a border color of #646464.
<div style="border:1px #646464;">Content here</div>
.text {color:#646464;}
.background {background-color:#646464;}
.border {border:1px solid #646464;}
.text-shadow {border:1px solid #646464;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #040404 is the darkest color, while #f9f9f9 is the lightest one.