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