Shades of Mobster #614E78
Tints of Mobster #614E78
RGB
CMYK
RGB Variations
Color information
#614E78 (or 0x614E78) is known color: Mobster. HEX triplet: 61, 4E and 78. RGB value is (97,78,120). Sum of RGB (Red+Green+Blue) = 97+78+120=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #614E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E78 is #9EB187. Grayscale: #585858. Windows color (decimal): -10400136 or 7884385. OLE color: 7884385.
HSL color Cylindrical-coordinate representation of color #614E78: hue angle of 267.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #614E78 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 78 | 120 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.53 |
| HSL | 267.14º | 0.21% | 0.39% | - |
| HSV(B) | 267.14º | 0.35% | 0.47% | - |
| XYZ | 11.04 | 9.35 | 18.99 | - |
| YUV | 88.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 120 | 0.19 | 0.35 | 0 | 0.53 | 267.14 | 0.21 | 0.39 |
| Hex | 61 | 4E | 78 | 13 | 23 | 0 | 35 | 10B | 15 | 27 |
| Octal | 141 | 116 | 170 | 23 | 43 | 0 | 65 | 413 | 25 | 47 |
| Binary | 1100001 | 1001110 | 1111000 | 10011 | 100011 | 0 | 110101 | 100001011 | 10101 | 100111 |
Color Harmonies of #614E78
Complementary color
Monochromatic Colors of #614E78
Black with #614E78
Text Example
Text Example
White with #614E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E78; }
p { color: rgb(97,78,120); }
H1.HeaderClassName
{
color: #614E78;
}
.AnyTagClassName
{
color: #614E78;
}
</style>
background-color css
<style>
a { background-color: #614E78; }
a { background-color: rgb(97,78,120); }
div.DivClassName
{
background-color: #614E78;
}
.BgClassName
{
background-color: #614E78;
}
</style>
border-color css
<style>
span { border-color: #614E78; }
span { border-color: rgb(97,78,120); }
td.TdClassName
{
border-color: #614E78;
}
.TagClassName
{
border-color: #614E78;
}
</style>