Shades of Nevada #606C6D
Tints of Nevada #606C6D
RGB
CMYK
RGB Variations
Color information
#606C6D (or 0x606C6D) is known color: Nevada. HEX triplet: 60, 6C and 6D. RGB value is (96,108,109). Sum of RGB (Red+Green+Blue) = 96+108+109=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #606C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C6D is #9F9392. Grayscale: #686868. Windows color (decimal): -10458003 or 7171168. OLE color: 7171168.
HSL color Cylindrical-coordinate representation of color #606C6D: hue angle of 184.62º 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 #606C6D is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 108 | 109 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.57 |
| HSL | 184.62º | 0.06% | 0.4% | - |
| HSV(B) | 184.62º | 0.12% | 0.43% | - |
| XYZ | 12.95 | 14.32 | 16.55 | - |
| YUV | 104.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 109 | 0.12 | 0.01 | 0 | 0.57 | 184.62 | 0.06 | 0.4 |
| Hex | 60 | 6C | 6D | C | 1 | 0 | 39 | B9 | 6 | 28 |
| Octal | 140 | 154 | 155 | 14 | 1 | 0 | 71 | 271 | 6 | 50 |
| Binary | 1100000 | 1101100 | 1101101 | 1100 | 1 | 0 | 111001 | 10111001 | 110 | 101000 |
Color Harmonies of #606C6D
Complementary color
Monochromatic Colors of #606C6D
Black with #606C6D
Text Example
Text Example
White with #606C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C6D; }
p { color: rgb(96,108,109); }
H1.HeaderClassName
{
color: #606C6D;
}
.AnyTagClassName
{
color: #606C6D;
}
</style>
background-color css
<style>
a { background-color: #606C6D; }
a { background-color: rgb(96,108,109); }
div.DivClassName
{
background-color: #606C6D;
}
.BgClassName
{
background-color: #606C6D;
}
</style>
border-color css
<style>
span { border-color: #606C6D; }
span { border-color: rgb(96,108,109); }
td.TdClassName
{
border-color: #606C6D;
}
.TagClassName
{
border-color: #606C6D;
}
</style>