Shades of Mid Grey #616F78
Tints of Mid Grey #616F78
RGB
CMYK
RGB Variations
Color information
#616F78 (or 0x616F78) is known color: Mid Grey. HEX triplet: 61, 6F and 78. RGB value is (97,111,120). Sum of RGB (Red+Green+Blue) = 97+111+120=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #616F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F78 is #9E9087. Grayscale: #6B6B6B. Windows color (decimal): -10391688 or 7892833. OLE color: 7892833.
HSL color Cylindrical-coordinate representation of color #616F78: hue angle of 203.48º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #616F78 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 111 | 120 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.53 |
| HSL | 203.48º | 0.11% | 0.43% | - |
| HSV(B) | 203.48º | 0.19% | 0.47% | - |
| XYZ | 14 | 15.27 | 19.98 | - |
| YUV | 107.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 120 | 0.19 | 0.08 | 0 | 0.53 | 203.48 | 0.11 | 0.43 |
| Hex | 61 | 6F | 78 | 13 | 8 | 0 | 35 | CB | B | 2B |
| Octal | 141 | 157 | 170 | 23 | 10 | 0 | 65 | 313 | 13 | 53 |
| Binary | 1100001 | 1101111 | 1111000 | 10011 | 1000 | 0 | 110101 | 11001011 | 1011 | 101011 |
Color Harmonies of #616F78
Complementary color
Monochromatic Colors of #616F78
Black with #616F78
Text Example
Text Example
White with #616F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F78; }
p { color: rgb(97,111,120); }
H1.HeaderClassName
{
color: #616F78;
}
.AnyTagClassName
{
color: #616F78;
}
</style>
background-color css
<style>
a { background-color: #616F78; }
a { background-color: rgb(97,111,120); }
div.DivClassName
{
background-color: #616F78;
}
.BgClassName
{
background-color: #616F78;
}
</style>
border-color css
<style>
span { border-color: #616F78; }
span { border-color: rgb(97,111,120); }
td.TdClassName
{
border-color: #616F78;
}
.TagClassName
{
border-color: #616F78;
}
</style>