Shades of Nevada #626F70
Tints of Nevada #626F70
RGB
CMYK
RGB Variations
Color information
#626F70 (or 0x626F70) is known color: Nevada. HEX triplet: 62, 6F and 70. RGB value is (98,111,112). Sum of RGB (Red+Green+Blue) = 98+111+112=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #626F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F70 is #9D908F. Grayscale: #6B6B6B. Windows color (decimal): -10326160 or 7368546. OLE color: 7368546.
HSL color Cylindrical-coordinate representation of color #626F70: hue angle of 184.29º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #626F70 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 112 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.56 |
| HSL | 184.29º | 0.07% | 0.41% | - |
| HSV(B) | 184.29º | 0.13% | 0.44% | - |
| XYZ | 13.65 | 15.14 | 17.53 | - |
| YUV | 107.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 112 | 0.13 | 0.01 | 0 | 0.56 | 184.29 | 0.07 | 0.41 |
| Hex | 62 | 6F | 70 | D | 1 | 0 | 38 | B8 | 7 | 29 |
| Octal | 142 | 157 | 160 | 15 | 1 | 0 | 70 | 270 | 7 | 51 |
| Binary | 1100010 | 1101111 | 1110000 | 1101 | 1 | 0 | 111000 | 10111000 | 111 | 101001 |
Color Harmonies of #626F70
Complementary color
Monochromatic Colors of #626F70
Black with #626F70
Text Example
Text Example
White with #626F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F70; }
p { color: rgb(98,111,112); }
H1.HeaderClassName
{
color: #626F70;
}
.AnyTagClassName
{
color: #626F70;
}
</style>
background-color css
<style>
a { background-color: #626F70; }
a { background-color: rgb(98,111,112); }
div.DivClassName
{
background-color: #626F70;
}
.BgClassName
{
background-color: #626F70;
}
</style>
border-color css
<style>
span { border-color: #626F70; }
span { border-color: rgb(98,111,112); }
td.TdClassName
{
border-color: #626F70;
}
.TagClassName
{
border-color: #626F70;
}
</style>