Shades of Nevada #626B6C
Tints of Nevada #626B6C
RGB
CMYK
RGB Variations
Color information
#626B6C (or 0x626B6C) is known color: Nevada. HEX triplet: 62, 6B and 6C. RGB value is (98,107,108). Sum of RGB (Red+Green+Blue) = 98+107+108=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 108 - color contains mainly: blue. Hex color #626B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B6C is #9D9493. Grayscale: #686868. Windows color (decimal): -10327188 or 7105378. OLE color: 7105378.
HSL color Cylindrical-coordinate representation of color #626B6C: hue angle of 186º 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 #626B6C is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 108 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.58 |
| HSL | 186º | 0.05% | 0.4% | - |
| HSV(B) | 186º | 0.09% | 0.42% | - |
| XYZ | 13 | 14.19 | 16.24 | - |
| YUV | 104.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 108 | 0.09 | 0.01 | 0 | 0.58 | 186 | 0.05 | 0.4 |
| Hex | 62 | 6B | 6C | 9 | 1 | 0 | 3A | BA | 5 | 28 |
| Octal | 142 | 153 | 154 | 11 | 1 | 0 | 72 | 272 | 5 | 50 |
| Binary | 1100010 | 1101011 | 1101100 | 1001 | 1 | 0 | 111010 | 10111010 | 101 | 101000 |
Color Harmonies of #626B6C
Complementary color
Monochromatic Colors of #626B6C
Black with #626B6C
Text Example
Text Example
White with #626B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B6C; }
p { color: rgb(98,107,108); }
H1.HeaderClassName
{
color: #626B6C;
}
.AnyTagClassName
{
color: #626B6C;
}
</style>
background-color css
<style>
a { background-color: #626B6C; }
a { background-color: rgb(98,107,108); }
div.DivClassName
{
background-color: #626B6C;
}
.BgClassName
{
background-color: #626B6C;
}
</style>
border-color css
<style>
span { border-color: #626B6C; }
span { border-color: rgb(98,107,108); }
td.TdClassName
{
border-color: #626B6C;
}
.TagClassName
{
border-color: #626B6C;
}
</style>