Shades of Mobster #614E73
Tints of Mobster #614E73
RGB
CMYK
RGB Variations
Color information
#614E73 (or 0x614E73) is known color: Mobster. HEX triplet: 61, 4E and 73. RGB value is (97,78,115). Sum of RGB (Red+Green+Blue) = 97+78+115=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #614E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E73 is #9EB18C. Grayscale: #575757. Windows color (decimal): -10400141 or 7556705. OLE color: 7556705.
HSL color Cylindrical-coordinate representation of color #614E73: hue angle of 270.81º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614E73 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 78 | 115 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.55 |
| HSL | 270.81º | 0.19% | 0.38% | - |
| HSV(B) | 270.81º | 0.32% | 0.45% | - |
| XYZ | 10.75 | 9.23 | 17.43 | - |
| YUV | 87.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 115 | 0.16 | 0.32 | 0 | 0.55 | 270.81 | 0.19 | 0.38 |
| Hex | 61 | 4E | 73 | 10 | 20 | 0 | 37 | 10F | 13 | 26 |
| Octal | 141 | 116 | 163 | 20 | 40 | 0 | 67 | 417 | 23 | 46 |
| Binary | 1100001 | 1001110 | 1110011 | 10000 | 100000 | 0 | 110111 | 100001111 | 10011 | 100110 |
Color Harmonies of #614E73
Complementary color
Monochromatic Colors of #614E73
Black with #614E73
Text Example
Text Example
White with #614E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E73; }
p { color: rgb(97,78,115); }
H1.HeaderClassName
{
color: #614E73;
}
.AnyTagClassName
{
color: #614E73;
}
</style>
background-color css
<style>
a { background-color: #614E73; }
a { background-color: rgb(97,78,115); }
div.DivClassName
{
background-color: #614E73;
}
.BgClassName
{
background-color: #614E73;
}
</style>
border-color css
<style>
span { border-color: #614E73; }
span { border-color: rgb(97,78,115); }
td.TdClassName
{
border-color: #614E73;
}
.TagClassName
{
border-color: #614E73;
}
</style>