Shades of Mid Grey #626E78
Tints of Mid Grey #626E78
RGB
CMYK
RGB Variations
Color information
#626E78 (or 0x626E78) is known color: Mid Grey. HEX triplet: 62, 6E and 78. RGB value is (98,110,120). Sum of RGB (Red+Green+Blue) = 98+110+120=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #626E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E78 is #9D9187. Grayscale: #6B6B6B. Windows color (decimal): -10326408 or 7892578. OLE color: 7892578.
HSL color Cylindrical-coordinate representation of color #626E78: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #626E78 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 110 | 120 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.53 |
| HSL | 207.27º | 0.1% | 0.43% | - |
| HSV(B) | 207.27º | 0.18% | 0.47% | - |
| XYZ | 14 | 15.1 | 19.95 | - |
| YUV | 107.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 120 | 0.18 | 0.08 | 0 | 0.53 | 207.27 | 0.1 | 0.43 |
| Hex | 62 | 6E | 78 | 12 | 8 | 0 | 35 | CF | A | 2B |
| Octal | 142 | 156 | 170 | 22 | 10 | 0 | 65 | 317 | 12 | 53 |
| Binary | 1100010 | 1101110 | 1111000 | 10010 | 1000 | 0 | 110101 | 11001111 | 1010 | 101011 |
Color Harmonies of #626E78
Complementary color
Monochromatic Colors of #626E78
Black with #626E78
Text Example
Text Example
White with #626E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E78; }
p { color: rgb(98,110,120); }
H1.HeaderClassName
{
color: #626E78;
}
.AnyTagClassName
{
color: #626E78;
}
</style>
background-color css
<style>
a { background-color: #626E78; }
a { background-color: rgb(98,110,120); }
div.DivClassName
{
background-color: #626E78;
}
.BgClassName
{
background-color: #626E78;
}
</style>
border-color css
<style>
span { border-color: #626E78; }
span { border-color: rgb(98,110,120); }
td.TdClassName
{
border-color: #626E78;
}
.TagClassName
{
border-color: #626E78;
}
</style>