Shades of Mid Grey #626E7A
Tints of Mid Grey #626E7A
RGB
CMYK
RGB Variations
Color information
#626E7A (or 0x626E7A) is known color: Mid Grey. HEX triplet: 62, 6E and 7A. RGB value is (98,110,122). Sum of RGB (Red+Green+Blue) = 98+110+122=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #626E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E7A is #9D9185. Grayscale: #6B6B6B. Windows color (decimal): -10326406 or 8023650. OLE color: 8023650.
HSL color Cylindrical-coordinate representation of color #626E7A: hue angle of 210º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #626E7A is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 110 | 122 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.52 |
| HSL | 210º | 0.11% | 0.43% | - |
| HSV(B) | 210º | 0.2% | 0.48% | - |
| XYZ | 14.13 | 15.15 | 20.59 | - |
| YUV | 107.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 122 | 0.20 | 0.10 | 0 | 0.52 | 210 | 0.11 | 0.43 |
| Hex | 62 | 6E | 7A | 14 | A | 0 | 34 | D2 | B | 2B |
| Octal | 142 | 156 | 172 | 24 | 12 | 0 | 64 | 322 | 13 | 53 |
| Binary | 1100010 | 1101110 | 1111010 | 10100 | 1010 | 0 | 110100 | 11010010 | 1011 | 101011 |
Color Harmonies of #626E7A
Complementary color
Monochromatic Colors of #626E7A
Black with #626E7A
Text Example
Text Example
White with #626E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E7A; }
p { color: rgb(98,110,122); }
H1.HeaderClassName
{
color: #626E7A;
}
.AnyTagClassName
{
color: #626E7A;
}
</style>
background-color css
<style>
a { background-color: #626E7A; }
a { background-color: rgb(98,110,122); }
div.DivClassName
{
background-color: #626E7A;
}
.BgClassName
{
background-color: #626E7A;
}
</style>
border-color css
<style>
span { border-color: #626E7A; }
span { border-color: rgb(98,110,122); }
td.TdClassName
{
border-color: #626E7A;
}
.TagClassName
{
border-color: #626E7A;
}
</style>