Shades of Nevada #626A69
Tints of Nevada #626A69
RGB
CMYK
RGB Variations
Color information
#626A69 (or 0x626A69) is known color: Nevada. HEX triplet: 62, 6A and 69. RGB value is (98,106,105). Sum of RGB (Red+Green+Blue) = 98+106+105=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 106 - color contains mainly: green. Hex color #626A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A69 is #9D9596. Grayscale: #676767. Windows color (decimal): -10327447 or 6908514. OLE color: 6908514.
HSL color Cylindrical-coordinate representation of color #626A69: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #626A69 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 105 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.58 |
| HSL | 172.5º | 0.04% | 0.4% | - |
| HSV(B) | 172.5º | 0.08% | 0.42% | - |
| XYZ | 12.74 | 13.92 | 15.38 | - |
| YUV | 103.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 105 | 0.08 | 0 | 0.01 | 0.58 | 172.5 | 0.04 | 0.4 |
| Hex | 62 | 6A | 69 | 8 | 0 | 1 | 3A | AC | 4 | 28 |
| Octal | 142 | 152 | 151 | 10 | 0 | 1 | 72 | 254 | 4 | 50 |
| Binary | 1100010 | 1101010 | 1101001 | 1000 | 0 | 1 | 111010 | 10101100 | 100 | 101000 |
Color Harmonies of #626A69
Complementary color
Monochromatic Colors of #626A69
Black with #626A69
Text Example
Text Example
White with #626A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A69; }
p { color: rgb(98,106,105); }
H1.HeaderClassName
{
color: #626A69;
}
.AnyTagClassName
{
color: #626A69;
}
</style>
background-color css
<style>
a { background-color: #626A69; }
a { background-color: rgb(98,106,105); }
div.DivClassName
{
background-color: #626A69;
}
.BgClassName
{
background-color: #626A69;
}
</style>
border-color css
<style>
span { border-color: #626A69; }
span { border-color: rgb(98,106,105); }
td.TdClassName
{
border-color: #626A69;
}
.TagClassName
{
border-color: #626A69;
}
</style>