Shades of Mid Grey #626B70
Tints of Mid Grey #626B70
RGB
CMYK
RGB Variations
Color information
#626B70 (or 0x626B70) is known color: Mid Grey. HEX triplet: 62, 6B and 70. RGB value is (98,107,112). Sum of RGB (Red+Green+Blue) = 98+107+112=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #626B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B70 is #9D948F. Grayscale: #686868. Windows color (decimal): -10327184 or 7367522. OLE color: 7367522.
HSL color Cylindrical-coordinate representation of color #626B70: hue angle of 201.43º 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 #626B70 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 107 | 112 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.56 |
| HSL | 201.43º | 0.07% | 0.41% | - |
| HSV(B) | 201.43º | 0.13% | 0.44% | - |
| XYZ | 13.22 | 14.28 | 17.39 | - |
| YUV | 104.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 112 | 0.13 | 0.04 | 0 | 0.56 | 201.43 | 0.07 | 0.41 |
| Hex | 62 | 6B | 70 | D | 4 | 0 | 38 | C9 | 7 | 29 |
| Octal | 142 | 153 | 160 | 15 | 4 | 0 | 70 | 311 | 7 | 51 |
| Binary | 1100010 | 1101011 | 1110000 | 1101 | 100 | 0 | 111000 | 11001001 | 111 | 101001 |
Color Harmonies of #626B70
Complementary color
Monochromatic Colors of #626B70
Black with #626B70
Text Example
Text Example
White with #626B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B70; }
p { color: rgb(98,107,112); }
H1.HeaderClassName
{
color: #626B70;
}
.AnyTagClassName
{
color: #626B70;
}
</style>
background-color css
<style>
a { background-color: #626B70; }
a { background-color: rgb(98,107,112); }
div.DivClassName
{
background-color: #626B70;
}
.BgClassName
{
background-color: #626B70;
}
</style>
border-color css
<style>
span { border-color: #626B70; }
span { border-color: rgb(98,107,112); }
td.TdClassName
{
border-color: #626B70;
}
.TagClassName
{
border-color: #626B70;
}
</style>