Shades of Mid Grey #626B73
Tints of Mid Grey #626B73
RGB
CMYK
RGB Variations
Color information
#626B73 (or 0x626B73) is known color: Mid Grey. HEX triplet: 62, 6B and 73. RGB value is (98,107,115). Sum of RGB (Red+Green+Blue) = 98+107+115=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #626B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B73 is #9D948C. Grayscale: #696969. Windows color (decimal): -10327181 or 7564130. OLE color: 7564130.
HSL color Cylindrical-coordinate representation of color #626B73: hue angle of 208.24º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #626B73 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 107 | 115 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.55 |
| HSL | 208.24º | 0.08% | 0.42% | - |
| HSV(B) | 208.24º | 0.15% | 0.45% | - |
| XYZ | 13.39 | 14.35 | 18.28 | - |
| YUV | 105.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 115 | 0.15 | 0.07 | 0 | 0.55 | 208.24 | 0.08 | 0.42 |
| Hex | 62 | 6B | 73 | F | 7 | 0 | 37 | D0 | 8 | 2A |
| Octal | 142 | 153 | 163 | 17 | 7 | 0 | 67 | 320 | 10 | 52 |
| Binary | 1100010 | 1101011 | 1110011 | 1111 | 111 | 0 | 110111 | 11010000 | 1000 | 101010 |
Color Harmonies of #626B73
Complementary color
Monochromatic Colors of #626B73
Black with #626B73
Text Example
Text Example
White with #626B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B73; }
p { color: rgb(98,107,115); }
H1.HeaderClassName
{
color: #626B73;
}
.AnyTagClassName
{
color: #626B73;
}
</style>
background-color css
<style>
a { background-color: #626B73; }
a { background-color: rgb(98,107,115); }
div.DivClassName
{
background-color: #626B73;
}
.BgClassName
{
background-color: #626B73;
}
</style>
border-color css
<style>
span { border-color: #626B73; }
span { border-color: rgb(98,107,115); }
td.TdClassName
{
border-color: #626B73;
}
.TagClassName
{
border-color: #626B73;
}
</style>