Shades of Nevada #626D6E
Tints of Nevada #626D6E
RGB
CMYK
RGB Variations
Color information
#626D6E (or 0x626D6E) is known color: Nevada. HEX triplet: 62, 6D and 6E. RGB value is (98,109,110). Sum of RGB (Red+Green+Blue) = 98+109+110=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 110 - color contains mainly: blue. Hex color #626D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D6E is #9D9291. Grayscale: #696969. Windows color (decimal): -10326674 or 7236962. OLE color: 7236962.
HSL color Cylindrical-coordinate representation of color #626D6E: hue angle of 185º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #626D6E is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 109 | 110 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.57 |
| HSL | 185º | 0.06% | 0.41% | - |
| HSV(B) | 185º | 0.11% | 0.43% | - |
| XYZ | 13.32 | 14.66 | 16.88 | - |
| YUV | 105.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 110 | 0.11 | 0.01 | 0 | 0.57 | 185 | 0.06 | 0.41 |
| Hex | 62 | 6D | 6E | B | 1 | 0 | 39 | B9 | 6 | 29 |
| Octal | 142 | 155 | 156 | 13 | 1 | 0 | 71 | 271 | 6 | 51 |
| Binary | 1100010 | 1101101 | 1101110 | 1011 | 1 | 0 | 111001 | 10111001 | 110 | 101001 |
Color Harmonies of #626D6E
Complementary color
Monochromatic Colors of #626D6E
Black with #626D6E
Text Example
Text Example
White with #626D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D6E; }
p { color: rgb(98,109,110); }
H1.HeaderClassName
{
color: #626D6E;
}
.AnyTagClassName
{
color: #626D6E;
}
</style>
background-color css
<style>
a { background-color: #626D6E; }
a { background-color: rgb(98,109,110); }
div.DivClassName
{
background-color: #626D6E;
}
.BgClassName
{
background-color: #626D6E;
}
</style>
border-color css
<style>
span { border-color: #626D6E; }
span { border-color: rgb(98,109,110); }
td.TdClassName
{
border-color: #626D6E;
}
.TagClassName
{
border-color: #626D6E;
}
</style>