Shades of Mobster #614E77
Tints of Mobster #614E77
RGB
CMYK
RGB Variations
Color information
#614E77 (or 0x614E77) is known color: Mobster. HEX triplet: 61, 4E and 77. RGB value is (97,78,119). Sum of RGB (Red+Green+Blue) = 97+78+119=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #614E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E77 is #9EB188. Grayscale: #585858. Windows color (decimal): -10400137 or 7818849. OLE color: 7818849.
HSL color Cylindrical-coordinate representation of color #614E77: hue angle of 267.8º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614E77 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 78 | 119 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.53 |
| HSL | 267.8º | 0.21% | 0.39% | - |
| HSV(B) | 267.8º | 0.34% | 0.47% | - |
| XYZ | 10.98 | 9.32 | 18.67 | - |
| YUV | 88.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 119 | 0.18 | 0.34 | 0 | 0.53 | 267.8 | 0.21 | 0.39 |
| Hex | 61 | 4E | 77 | 12 | 22 | 0 | 35 | 10C | 15 | 27 |
| Octal | 141 | 116 | 167 | 22 | 42 | 0 | 65 | 414 | 25 | 47 |
| Binary | 1100001 | 1001110 | 1110111 | 10010 | 100010 | 0 | 110101 | 100001100 | 10101 | 100111 |
Color Harmonies of #614E77
Complementary color
Monochromatic Colors of #614E77
Black with #614E77
Text Example
Text Example
White with #614E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E77; }
p { color: rgb(97,78,119); }
H1.HeaderClassName
{
color: #614E77;
}
.AnyTagClassName
{
color: #614E77;
}
</style>
background-color css
<style>
a { background-color: #614E77; }
a { background-color: rgb(97,78,119); }
div.DivClassName
{
background-color: #614E77;
}
.BgClassName
{
background-color: #614E77;
}
</style>
border-color css
<style>
span { border-color: #614E77; }
span { border-color: rgb(97,78,119); }
td.TdClassName
{
border-color: #614E77;
}
.TagClassName
{
border-color: #614E77;
}
</style>