Shades of Nevada #606D6B
Tints of Nevada #606D6B
RGB
CMYK
RGB Variations
Color information
#606D6B (or 0x606D6B) is known color: Nevada. HEX triplet: 60, 6D and 6B. RGB value is (96,109,107). Sum of RGB (Red+Green+Blue) = 96+109+107=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 109 - color contains mainly: green. Hex color #606D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D6B is #9F9294. Grayscale: #686868. Windows color (decimal): -10457749 or 7040352. OLE color: 7040352.
HSL color Cylindrical-coordinate representation of color #606D6B: hue angle of 170.77º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606D6B is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
RGB | 96 | 109 | 107 | - |
CMYK | 0.12 | 0 | 0.02 | 0.57 |
HSL | 170.77º | 0.06% | 0.4% | - |
HSV(B) | 170.77º | 0.12% | 0.43% | - |
XYZ | 12.95 | 14.49 | 16.02 | - |
YUV | 104.89 | 129.19 | 121.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 109 | 107 | 0.12 | 0 | 0.02 | 0.57 | 170.77 | 0.06 | 0.4 |
Hex | 60 | 6D | 6B | C | 0 | 2 | 39 | AB | 6 | 28 |
Octal | 140 | 155 | 153 | 14 | 0 | 2 | 71 | 253 | 6 | 50 |
Binary | 1100000 | 1101101 | 1101011 | 1100 | 0 | 10 | 111001 | 10101011 | 110 | 101000 |
Color Harmonies of #606D6B
Complementary color
Monochromatic Colors of #606D6B
Black with #606D6B
Text Example
Text Example
White with #606D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D6B; }
p { color: rgb(96,109,107); }
H1.HeaderClassName
{
color: #606D6B;
}
.AnyTagClassName
{
color: #606D6B;
}
</style>
background-color css
<style>
a { background-color: #606D6B; }
a { background-color: rgb(96,109,107); }
div.DivClassName
{
background-color: #606D6B;
}
.BgClassName
{
background-color: #606D6B;
}
</style>
border-color css
<style>
span { border-color: #606D6B; }
span { border-color: rgb(96,109,107); }
td.TdClassName
{
border-color: #606D6B;
}
.TagClassName
{
border-color: #606D6B;
}
</style>