Shades of Nevada #626D6B
Tints of Nevada #626D6B
RGB
CMYK
RGB Variations
Color information
#626D6B (or 0x626D6B) is known color: Nevada. HEX triplet: 62, 6D and 6B. RGB value is (98,109,107). Sum of RGB (Red+Green+Blue) = 98+109+107=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 109 - color contains mainly: green. Hex color #626D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D6B is #9D9294. Grayscale: #696969. Windows color (decimal): -10326677 or 7040354. OLE color: 7040354.
HSL color Cylindrical-coordinate representation of color #626D6B: hue angle of 169.09º 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 #626D6B is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 109 | 107 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.57 |
| HSL | 169.09º | 0.05% | 0.41% | - |
| HSV(B) | 169.09º | 0.1% | 0.43% | - |
| XYZ | 13.16 | 14.6 | 16.03 | - |
| YUV | 105.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 107 | 0.10 | 0 | 0.02 | 0.57 | 169.09 | 0.05 | 0.41 |
| Hex | 62 | 6D | 6B | A | 0 | 2 | 39 | A9 | 5 | 29 |
| Octal | 142 | 155 | 153 | 12 | 0 | 2 | 71 | 251 | 5 | 51 |
| Binary | 1100010 | 1101101 | 1101011 | 1010 | 0 | 10 | 111001 | 10101001 | 101 | 101001 |
Color Harmonies of #626D6B
Complementary color
Monochromatic Colors of #626D6B
Black with #626D6B
Text Example
Text Example
White with #626D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D6B; }
p { color: rgb(98,109,107); }
H1.HeaderClassName
{
color: #626D6B;
}
.AnyTagClassName
{
color: #626D6B;
}
</style>
background-color css
<style>
a { background-color: #626D6B; }
a { background-color: rgb(98,109,107); }
div.DivClassName
{
background-color: #626D6B;
}
.BgClassName
{
background-color: #626D6B;
}
</style>
border-color css
<style>
span { border-color: #626D6B; }
span { border-color: rgb(98,109,107); }
td.TdClassName
{
border-color: #626D6B;
}
.TagClassName
{
border-color: #626D6B;
}
</style>