Shades of Nevada #626F6E
Tints of Nevada #626F6E
RGB
CMYK
RGB Variations
Color information
#626F6E (or 0x626F6E) is known color: Nevada. HEX triplet: 62, 6F and 6E. RGB value is (98,111,110). Sum of RGB (Red+Green+Blue) = 98+111+110=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 111 - color contains mainly: green. Hex color #626F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F6E is #9D9091. Grayscale: #6A6A6A. Windows color (decimal): -10326162 or 7237474. OLE color: 7237474.
HSL color Cylindrical-coordinate representation of color #626F6E: hue angle of 175.38º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #626F6E is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 110 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.56 |
| HSL | 175.38º | 0.06% | 0.41% | - |
| HSV(B) | 175.38º | 0.12% | 0.44% | - |
| XYZ | 13.54 | 15.09 | 16.95 | - |
| YUV | 107 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 110 | 0.12 | 0 | 0.01 | 0.56 | 175.38 | 0.06 | 0.41 |
| Hex | 62 | 6F | 6E | C | 0 | 1 | 38 | AF | 6 | 29 |
| Octal | 142 | 157 | 156 | 14 | 0 | 1 | 70 | 257 | 6 | 51 |
| Binary | 1100010 | 1101111 | 1101110 | 1100 | 0 | 1 | 111000 | 10101111 | 110 | 101001 |
Color Harmonies of #626F6E
Complementary color
Monochromatic Colors of #626F6E
Black with #626F6E
Text Example
Text Example
White with #626F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F6E; }
p { color: rgb(98,111,110); }
H1.HeaderClassName
{
color: #626F6E;
}
.AnyTagClassName
{
color: #626F6E;
}
</style>
background-color css
<style>
a { background-color: #626F6E; }
a { background-color: rgb(98,111,110); }
div.DivClassName
{
background-color: #626F6E;
}
.BgClassName
{
background-color: #626F6E;
}
</style>
border-color css
<style>
span { border-color: #626F6E; }
span { border-color: rgb(98,111,110); }
td.TdClassName
{
border-color: #626F6E;
}
.TagClassName
{
border-color: #626F6E;
}
</style>