Shades of Nevada #606A6A
Tints of Nevada #606A6A
RGB
CMYK
RGB Variations
Color information
#606A6A (or 0x606A6A) is known color: Nevada. HEX triplet: 60, 6A and 6A. RGB value is (96,106,106). Sum of RGB (Red+Green+Blue) = 96+106+106=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 106 - color contains mainly: green, blue. Hex color #606A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A6A is #9F9595. Grayscale: #676767. Windows color (decimal): -10458518 or 6974048. OLE color: 6974048.
HSL color Cylindrical-coordinate representation of color #606A6A: hue angle of 180º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606A6A is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 106 | 106 | - |
| CMYK | 0.09 | 0 | 0 | 0.58 |
| HSL | 180º | 0.05% | 0.4% | - |
| HSV(B) | 180º | 0.09% | 0.42% | - |
| XYZ | 12.58 | 13.84 | 15.64 | - |
| YUV | 103.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 106 | 0.09 | 0 | 0 | 0.58 | 180 | 0.05 | 0.4 |
| Hex | 60 | 6A | 6A | 9 | 0 | 0 | 3A | B4 | 5 | 28 |
| Octal | 140 | 152 | 152 | 11 | 0 | 0 | 72 | 264 | 5 | 50 |
| Binary | 1100000 | 1101010 | 1101010 | 1001 | 0 | 0 | 111010 | 10110100 | 101 | 101000 |
Color Harmonies of #606A6A
Complementary color
Monochromatic Colors of #606A6A
Black with #606A6A
Text Example
Text Example
White with #606A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A6A; }
p { color: rgb(96,106,106); }
H1.HeaderClassName
{
color: #606A6A;
}
.AnyTagClassName
{
color: #606A6A;
}
</style>
background-color css
<style>
a { background-color: #606A6A; }
a { background-color: rgb(96,106,106); }
div.DivClassName
{
background-color: #606A6A;
}
.BgClassName
{
background-color: #606A6A;
}
</style>
border-color css
<style>
span { border-color: #606A6A; }
span { border-color: rgb(96,106,106); }
td.TdClassName
{
border-color: #606A6A;
}
.TagClassName
{
border-color: #606A6A;
}
</style>