Shades of Nevada #626666
Tints of Nevada #626666
RGB
CMYK
RGB Variations
Color information
#626666 (or 0x626666) is known color: Nevada. HEX triplet: 62, 66 and 66. RGB value is (98,102,102). Sum of RGB (Red+Green+Blue) = 98+102+102=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #626666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626666 is #9D9999. Grayscale: #646464. Windows color (decimal): -10328474 or 6710882. OLE color: 6710882.
HSL color Cylindrical-coordinate representation of color #626666: hue angle of 180º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #626666 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 102 | 102 | - |
| CMYK | 0.04 | 0 | 0 | 0.6 |
| HSL | 180º | 0.02% | 0.39% | - |
| HSV(B) | 180º | 0.04% | 0.4% | - |
| XYZ | 12.19 | 13.06 | 14.45 | - |
| YUV | 100.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 102 | 0.04 | 0 | 0 | 0.6 | 180 | 0.02 | 0.39 |
| Hex | 62 | 66 | 66 | 4 | 0 | 0 | 3C | B4 | 2 | 27 |
| Octal | 142 | 146 | 146 | 4 | 0 | 0 | 74 | 264 | 2 | 47 |
| Binary | 1100010 | 1100110 | 1100110 | 100 | 0 | 0 | 111100 | 10110100 | 10 | 100111 |
Color Harmonies of #626666
Complementary color
Monochromatic Colors of #626666
Black with #626666
Text Example
Text Example
White with #626666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626666; }
p { color: rgb(98,102,102); }
H1.HeaderClassName
{
color: #626666;
}
.AnyTagClassName
{
color: #626666;
}
</style>
background-color css
<style>
a { background-color: #626666; }
a { background-color: rgb(98,102,102); }
div.DivClassName
{
background-color: #626666;
}
.BgClassName
{
background-color: #626666;
}
</style>
border-color css
<style>
span { border-color: #626666; }
span { border-color: rgb(98,102,102); }
td.TdClassName
{
border-color: #626666;
}
.TagClassName
{
border-color: #626666;
}
</style>