Shades of Nevada #626C6D
Tints of Nevada #626C6D
RGB
CMYK
RGB Variations
Color information
#626C6D (or 0x626C6D) is known color: Nevada. HEX triplet: 62, 6C and 6D. RGB value is (98,108,109). Sum of RGB (Red+Green+Blue) = 98+108+109=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #626C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C6D is #9D9392. Grayscale: #696969. Windows color (decimal): -10326931 or 7171170. OLE color: 7171170.
HSL color Cylindrical-coordinate representation of color #626C6D: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #626C6D is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 108 | 109 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.57 |
| HSL | 185.45º | 0.05% | 0.41% | - |
| HSV(B) | 185.45º | 0.1% | 0.43% | - |
| XYZ | 13.16 | 14.43 | 16.56 | - |
| YUV | 105.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 109 | 0.10 | 0.01 | 0 | 0.57 | 185.45 | 0.05 | 0.41 |
| Hex | 62 | 6C | 6D | A | 1 | 0 | 39 | B9 | 5 | 29 |
| Octal | 142 | 154 | 155 | 12 | 1 | 0 | 71 | 271 | 5 | 51 |
| Binary | 1100010 | 1101100 | 1101101 | 1010 | 1 | 0 | 111001 | 10111001 | 101 | 101001 |
Color Harmonies of #626C6D
Complementary color
Monochromatic Colors of #626C6D
Black with #626C6D
Text Example
Text Example
White with #626C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C6D; }
p { color: rgb(98,108,109); }
H1.HeaderClassName
{
color: #626C6D;
}
.AnyTagClassName
{
color: #626C6D;
}
</style>
background-color css
<style>
a { background-color: #626C6D; }
a { background-color: rgb(98,108,109); }
div.DivClassName
{
background-color: #626C6D;
}
.BgClassName
{
background-color: #626C6D;
}
</style>
border-color css
<style>
span { border-color: #626C6D; }
span { border-color: rgb(98,108,109); }
td.TdClassName
{
border-color: #626C6D;
}
.TagClassName
{
border-color: #626C6D;
}
</style>