Shades of Nevada #606C6B
Tints of Nevada #606C6B
RGB
CMYK
RGB Variations
Color information
#606C6B (or 0x606C6B) is known color: Nevada. HEX triplet: 60, 6C and 6B. RGB value is (96,108,107). Sum of RGB (Red+Green+Blue) = 96+108+107=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 108 - color contains mainly: green. Hex color #606C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C6B is #9F9394. Grayscale: #686868. Windows color (decimal): -10458005 or 7040096. OLE color: 7040096.
HSL color Cylindrical-coordinate representation of color #606C6B: hue angle of 175º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #606C6B is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 107 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.58 |
| HSL | 175º | 0.06% | 0.4% | - |
| HSV(B) | 175º | 0.11% | 0.42% | - |
| XYZ | 12.84 | 14.27 | 15.99 | - |
| YUV | 104.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 107 | 0.11 | 0 | 0.01 | 0.58 | 175 | 0.06 | 0.4 |
| Hex | 60 | 6C | 6B | B | 0 | 1 | 3A | AF | 6 | 28 |
| Octal | 140 | 154 | 153 | 13 | 0 | 1 | 72 | 257 | 6 | 50 |
| Binary | 1100000 | 1101100 | 1101011 | 1011 | 0 | 1 | 111010 | 10101111 | 110 | 101000 |
Color Harmonies of #606C6B
Complementary color
Monochromatic Colors of #606C6B
Black with #606C6B
Text Example
Text Example
White with #606C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C6B; }
p { color: rgb(96,108,107); }
H1.HeaderClassName
{
color: #606C6B;
}
.AnyTagClassName
{
color: #606C6B;
}
</style>
background-color css
<style>
a { background-color: #606C6B; }
a { background-color: rgb(96,108,107); }
div.DivClassName
{
background-color: #606C6B;
}
.BgClassName
{
background-color: #606C6B;
}
</style>
border-color css
<style>
span { border-color: #606C6B; }
span { border-color: rgb(96,108,107); }
td.TdClassName
{
border-color: #606C6B;
}
.TagClassName
{
border-color: #606C6B;
}
</style>