Shades of Nevada #606D6E
Tints of Nevada #606D6E
RGB
CMYK
RGB Variations
Color information
#606D6E (or 0x606D6E) is known color: Nevada. HEX triplet: 60, 6D and 6E. RGB value is (96,109,110). Sum of RGB (Red+Green+Blue) = 96+109+110=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 110 - color contains mainly: blue. Hex color #606D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D6E is #9F9291. Grayscale: #696969. Windows color (decimal): -10457746 or 7236960. OLE color: 7236960.
HSL color Cylindrical-coordinate representation of color #606D6E: hue angle of 184.29º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #606D6E is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 110 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.57 |
| HSL | 184.29º | 0.07% | 0.4% | - |
| HSV(B) | 184.29º | 0.13% | 0.43% | - |
| XYZ | 13.11 | 14.55 | 16.87 | - |
| YUV | 105.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 110 | 0.13 | 0.01 | 0 | 0.57 | 184.29 | 0.07 | 0.4 |
| Hex | 60 | 6D | 6E | D | 1 | 0 | 39 | B8 | 7 | 28 |
| Octal | 140 | 155 | 156 | 15 | 1 | 0 | 71 | 270 | 7 | 50 |
| Binary | 1100000 | 1101101 | 1101110 | 1101 | 1 | 0 | 111001 | 10111000 | 111 | 101000 |
Color Harmonies of #606D6E
Complementary color
Monochromatic Colors of #606D6E
Black with #606D6E
Text Example
Text Example
White with #606D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D6E; }
p { color: rgb(96,109,110); }
H1.HeaderClassName
{
color: #606D6E;
}
.AnyTagClassName
{
color: #606D6E;
}
</style>
background-color css
<style>
a { background-color: #606D6E; }
a { background-color: rgb(96,109,110); }
div.DivClassName
{
background-color: #606D6E;
}
.BgClassName
{
background-color: #606D6E;
}
</style>
border-color css
<style>
span { border-color: #606D6E; }
span { border-color: rgb(96,109,110); }
td.TdClassName
{
border-color: #606D6E;
}
.TagClassName
{
border-color: #606D6E;
}
</style>