Shades of Mid Grey #626C75
Tints of Mid Grey #626C75
RGB
CMYK
RGB Variations
Color information
#626C75 (or 0x626C75) is known color: Mid Grey. HEX triplet: 62, 6C and 75. RGB value is (98,108,117). Sum of RGB (Red+Green+Blue) = 98+108+117=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #626C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C75 is #9D938A. Grayscale: #696969. Windows color (decimal): -10326923 or 7695458. OLE color: 7695458.
HSL color Cylindrical-coordinate representation of color #626C75: hue angle of 208.42º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #626C75 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 108 | 117 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.54 |
| HSL | 208.42º | 0.09% | 0.42% | - |
| HSV(B) | 208.42º | 0.16% | 0.46% | - |
| XYZ | 13.61 | 14.61 | 18.93 | - |
| YUV | 106.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 117 | 0.16 | 0.08 | 0 | 0.54 | 208.42 | 0.09 | 0.42 |
| Hex | 62 | 6C | 75 | 10 | 8 | 0 | 36 | D0 | 9 | 2A |
| Octal | 142 | 154 | 165 | 20 | 10 | 0 | 66 | 320 | 11 | 52 |
| Binary | 1100010 | 1101100 | 1110101 | 10000 | 1000 | 0 | 110110 | 11010000 | 1001 | 101010 |
Color Harmonies of #626C75
Complementary color
Monochromatic Colors of #626C75
Black with #626C75
Text Example
Text Example
White with #626C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C75; }
p { color: rgb(98,108,117); }
H1.HeaderClassName
{
color: #626C75;
}
.AnyTagClassName
{
color: #626C75;
}
</style>
background-color css
<style>
a { background-color: #626C75; }
a { background-color: rgb(98,108,117); }
div.DivClassName
{
background-color: #626C75;
}
.BgClassName
{
background-color: #626C75;
}
</style>
border-color css
<style>
span { border-color: #626C75; }
span { border-color: rgb(98,108,117); }
td.TdClassName
{
border-color: #626C75;
}
.TagClassName
{
border-color: #626C75;
}
</style>