Shades of Nevada #646E6F
Tints of Nevada #646E6F
RGB
CMYK
RGB Variations
Color information
#646E6F (or 0x646E6F) is known color: Nevada. HEX triplet: 64, 6E and 6F. RGB value is (100,110,111). Sum of RGB (Red+Green+Blue) = 100+110+111=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 111 - color contains mainly: blue. Hex color #646E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E6F is #9B9190. Grayscale: #6B6B6B. Windows color (decimal): -10195345 or 7302756. OLE color: 7302756.
HSL color Cylindrical-coordinate representation of color #646E6F: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #646E6F is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 110 | 111 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.56 |
| HSL | 185.45º | 0.05% | 0.41% | - |
| HSV(B) | 185.45º | 0.1% | 0.44% | - |
| XYZ | 13.7 | 15.01 | 17.21 | - |
| YUV | 107.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 111 | 0.10 | 0.01 | 0 | 0.56 | 185.45 | 0.05 | 0.41 |
| Hex | 64 | 6E | 6F | A | 1 | 0 | 38 | B9 | 5 | 29 |
| Octal | 144 | 156 | 157 | 12 | 1 | 0 | 70 | 271 | 5 | 51 |
| Binary | 1100100 | 1101110 | 1101111 | 1010 | 1 | 0 | 111000 | 10111001 | 101 | 101001 |
Color Harmonies of #646E6F
Complementary color
Monochromatic Colors of #646E6F
Black with #646E6F
Text Example
Text Example
White with #646E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E6F; }
p { color: rgb(100,110,111); }
H1.HeaderClassName
{
color: #646E6F;
}
.AnyTagClassName
{
color: #646E6F;
}
</style>
background-color css
<style>
a { background-color: #646E6F; }
a { background-color: rgb(100,110,111); }
div.DivClassName
{
background-color: #646E6F;
}
.BgClassName
{
background-color: #646E6F;
}
</style>
border-color css
<style>
span { border-color: #646E6F; }
span { border-color: rgb(100,110,111); }
td.TdClassName
{
border-color: #646E6F;
}
.TagClassName
{
border-color: #646E6F;
}
</style>