Shades of Nevada #626C6A
Tints of Nevada #626C6A
RGB
CMYK
RGB Variations
Color information
#626C6A (or 0x626C6A) is known color: Nevada. HEX triplet: 62, 6C and 6A. RGB value is (98,108,106). Sum of RGB (Red+Green+Blue) = 98+108+106=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #626C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C6A is #9D9395. Grayscale: #686868. Windows color (decimal): -10326934 or 6974562. OLE color: 6974562.
HSL color Cylindrical-coordinate representation of color #626C6A: hue angle of 168º 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 #626C6A is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 106 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.58 |
| HSL | 168º | 0.05% | 0.4% | - |
| HSV(B) | 168º | 0.09% | 0.42% | - |
| XYZ | 13 | 14.36 | 15.72 | - |
| YUV | 104.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 106 | 0.09 | 0 | 0.02 | 0.58 | 168 | 0.05 | 0.4 |
| Hex | 62 | 6C | 6A | 9 | 0 | 2 | 3A | A8 | 5 | 28 |
| Octal | 142 | 154 | 152 | 11 | 0 | 2 | 72 | 250 | 5 | 50 |
| Binary | 1100010 | 1101100 | 1101010 | 1001 | 0 | 10 | 111010 | 10101000 | 101 | 101000 |
Color Harmonies of #626C6A
Complementary color
Monochromatic Colors of #626C6A
Black with #626C6A
Text Example
Text Example
White with #626C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C6A; }
p { color: rgb(98,108,106); }
H1.HeaderClassName
{
color: #626C6A;
}
.AnyTagClassName
{
color: #626C6A;
}
</style>
background-color css
<style>
a { background-color: #626C6A; }
a { background-color: rgb(98,108,106); }
div.DivClassName
{
background-color: #626C6A;
}
.BgClassName
{
background-color: #626C6A;
}
</style>
border-color css
<style>
span { border-color: #626C6A; }
span { border-color: rgb(98,108,106); }
td.TdClassName
{
border-color: #626C6A;
}
.TagClassName
{
border-color: #626C6A;
}
</style>