Shades of Nevada #606F6D
Tints of Nevada #606F6D
RGB
CMYK
RGB Variations
Color information
#606F6D (or 0x606F6D) is known color: Nevada. HEX triplet: 60, 6F and 6D. RGB value is (96,111,109). Sum of RGB (Red+Green+Blue) = 96+111+109=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 111 - color contains mainly: green. Hex color #606F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F6D is #9F9092. Grayscale: #6A6A6A. Windows color (decimal): -10457235 or 7171936. OLE color: 7171936.
HSL color Cylindrical-coordinate representation of color #606F6D: hue angle of 172º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606F6D is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 111 | 109 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.56 |
| HSL | 172º | 0.07% | 0.41% | - |
| HSV(B) | 172º | 0.14% | 0.44% | - |
| XYZ | 13.27 | 14.96 | 16.66 | - |
| YUV | 106.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 109 | 0.14 | 0 | 0.02 | 0.56 | 172 | 0.07 | 0.41 |
| Hex | 60 | 6F | 6D | E | 0 | 2 | 38 | AC | 7 | 29 |
| Octal | 140 | 157 | 155 | 16 | 0 | 2 | 70 | 254 | 7 | 51 |
| Binary | 1100000 | 1101111 | 1101101 | 1110 | 0 | 10 | 111000 | 10101100 | 111 | 101001 |
Color Harmonies of #606F6D
Complementary color
Monochromatic Colors of #606F6D
Black with #606F6D
Text Example
Text Example
White with #606F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F6D; }
p { color: rgb(96,111,109); }
H1.HeaderClassName
{
color: #606F6D;
}
.AnyTagClassName
{
color: #606F6D;
}
</style>
background-color css
<style>
a { background-color: #606F6D; }
a { background-color: rgb(96,111,109); }
div.DivClassName
{
background-color: #606F6D;
}
.BgClassName
{
background-color: #606F6D;
}
</style>
border-color css
<style>
span { border-color: #606F6D; }
span { border-color: rgb(96,111,109); }
td.TdClassName
{
border-color: #606F6D;
}
.TagClassName
{
border-color: #606F6D;
}
</style>