Shades of Mid Grey #626D75
Tints of Mid Grey #626D75
RGB
CMYK
RGB Variations
Color information
#626D75 (or 0x626D75) is known color: Mid Grey. HEX triplet: 62, 6D and 75. RGB value is (98,109,117). Sum of RGB (Red+Green+Blue) = 98+109+117=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #626D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D75 is #9D928A. Grayscale: #6A6A6A. Windows color (decimal): -10326667 or 7695714. OLE color: 7695714.
HSL color Cylindrical-coordinate representation of color #626D75: hue angle of 205.26º 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 #626D75 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 109 | 117 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.54 |
| HSL | 205.26º | 0.09% | 0.42% | - |
| HSV(B) | 205.26º | 0.16% | 0.46% | - |
| XYZ | 13.72 | 14.82 | 18.97 | - |
| YUV | 106.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 117 | 0.16 | 0.07 | 0 | 0.54 | 205.26 | 0.09 | 0.42 |
| Hex | 62 | 6D | 75 | 10 | 7 | 0 | 36 | CD | 9 | 2A |
| Octal | 142 | 155 | 165 | 20 | 7 | 0 | 66 | 315 | 11 | 52 |
| Binary | 1100010 | 1101101 | 1110101 | 10000 | 111 | 0 | 110110 | 11001101 | 1001 | 101010 |
Color Harmonies of #626D75
Complementary color
Monochromatic Colors of #626D75
Black with #626D75
Text Example
Text Example
White with #626D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D75; }
p { color: rgb(98,109,117); }
H1.HeaderClassName
{
color: #626D75;
}
.AnyTagClassName
{
color: #626D75;
}
</style>
background-color css
<style>
a { background-color: #626D75; }
a { background-color: rgb(98,109,117); }
div.DivClassName
{
background-color: #626D75;
}
.BgClassName
{
background-color: #626D75;
}
</style>
border-color css
<style>
span { border-color: #626D75; }
span { border-color: rgb(98,109,117); }
td.TdClassName
{
border-color: #626D75;
}
.TagClassName
{
border-color: #626D75;
}
</style>