Shades of Mid Grey #616C75
Tints of Mid Grey #616C75
RGB
CMYK
RGB Variations
Color information
#616C75 (or 0x616C75) is known color: Mid Grey. HEX triplet: 61, 6C and 75. RGB value is (97,108,117). Sum of RGB (Red+Green+Blue) = 97+108+117=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #616C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C75 is #9E938A. Grayscale: #696969. Windows color (decimal): -10392459 or 7695457. OLE color: 7695457.
HSL color Cylindrical-coordinate representation of color #616C75: hue angle of 207º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #616C75 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 108 | 117 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.54 |
| HSL | 207º | 0.09% | 0.42% | - |
| HSV(B) | 207º | 0.17% | 0.46% | - |
| XYZ | 13.5 | 14.55 | 18.93 | - |
| YUV | 105.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 117 | 0.17 | 0.08 | 0 | 0.54 | 207 | 0.09 | 0.42 |
| Hex | 61 | 6C | 75 | 11 | 8 | 0 | 36 | CF | 9 | 2A |
| Octal | 141 | 154 | 165 | 21 | 10 | 0 | 66 | 317 | 11 | 52 |
| Binary | 1100001 | 1101100 | 1110101 | 10001 | 1000 | 0 | 110110 | 11001111 | 1001 | 101010 |
Color Harmonies of #616C75
Complementary color
Monochromatic Colors of #616C75
Black with #616C75
Text Example
Text Example
White with #616C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C75; }
p { color: rgb(97,108,117); }
H1.HeaderClassName
{
color: #616C75;
}
.AnyTagClassName
{
color: #616C75;
}
</style>
background-color css
<style>
a { background-color: #616C75; }
a { background-color: rgb(97,108,117); }
div.DivClassName
{
background-color: #616C75;
}
.BgClassName
{
background-color: #616C75;
}
</style>
border-color css
<style>
span { border-color: #616C75; }
span { border-color: rgb(97,108,117); }
td.TdClassName
{
border-color: #616C75;
}
.TagClassName
{
border-color: #616C75;
}
</style>