Shades of Mobster #614D72
Tints of Mobster #614D72
RGB
CMYK
RGB Variations
Color information
#614D72 (or 0x614D72) is known color: Mobster. HEX triplet: 61, 4D and 72. RGB value is (97,77,114). Sum of RGB (Red+Green+Blue) = 97+77+114=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #614D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D72 is #9EB28D. Grayscale: #575757. Windows color (decimal): -10400398 or 7490913. OLE color: 7490913.
HSL color Cylindrical-coordinate representation of color #614D72: hue angle of 272.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614D72 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 77 | 114 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.55 |
| HSL | 272.43º | 0.19% | 0.37% | - |
| HSV(B) | 272.43º | 0.32% | 0.45% | - |
| XYZ | 10.62 | 9.06 | 17.11 | - |
| YUV | 87.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 114 | 0.15 | 0.32 | 0 | 0.55 | 272.43 | 0.19 | 0.37 |
| Hex | 61 | 4D | 72 | F | 20 | 0 | 37 | 110 | 13 | 25 |
| Octal | 141 | 115 | 162 | 17 | 40 | 0 | 67 | 420 | 23 | 45 |
| Binary | 1100001 | 1001101 | 1110010 | 1111 | 100000 | 0 | 110111 | 100010000 | 10011 | 100101 |
Color Harmonies of #614D72
Complementary color
Monochromatic Colors of #614D72
Black with #614D72
Text Example
Text Example
White with #614D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D72; }
p { color: rgb(97,77,114); }
H1.HeaderClassName
{
color: #614D72;
}
.AnyTagClassName
{
color: #614D72;
}
</style>
background-color css
<style>
a { background-color: #614D72; }
a { background-color: rgb(97,77,114); }
div.DivClassName
{
background-color: #614D72;
}
.BgClassName
{
background-color: #614D72;
}
</style>
border-color css
<style>
span { border-color: #614D72; }
span { border-color: rgb(97,77,114); }
td.TdClassName
{
border-color: #614D72;
}
.TagClassName
{
border-color: #614D72;
}
</style>