Shades of Mobster #614E70
Tints of Mobster #614E70
RGB
CMYK
RGB Variations
Color information
#614E70 (or 0x614E70) is known color: Mobster. HEX triplet: 61, 4E and 70. RGB value is (97,78,112). Sum of RGB (Red+Green+Blue) = 97+78+112=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #614E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E70 is #9EB18F. Grayscale: #575757. Windows color (decimal): -10400144 or 7360097. OLE color: 7360097.
HSL color Cylindrical-coordinate representation of color #614E70: hue angle of 273.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614E70 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 78 | 112 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.56 |
| HSL | 273.53º | 0.18% | 0.37% | - |
| HSV(B) | 273.53º | 0.3% | 0.44% | - |
| XYZ | 10.58 | 9.16 | 16.54 | - |
| YUV | 87.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 112 | 0.13 | 0.30 | 0 | 0.56 | 273.53 | 0.18 | 0.37 |
| Hex | 61 | 4E | 70 | D | 1E | 0 | 38 | 112 | 12 | 25 |
| Octal | 141 | 116 | 160 | 15 | 36 | 0 | 70 | 422 | 22 | 45 |
| Binary | 1100001 | 1001110 | 1110000 | 1101 | 11110 | 0 | 111000 | 100010010 | 10010 | 100101 |
Color Harmonies of #614E70
Complementary color
Monochromatic Colors of #614E70
Black with #614E70
Text Example
Text Example
White with #614E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E70; }
p { color: rgb(97,78,112); }
H1.HeaderClassName
{
color: #614E70;
}
.AnyTagClassName
{
color: #614E70;
}
</style>
background-color css
<style>
a { background-color: #614E70; }
a { background-color: rgb(97,78,112); }
div.DivClassName
{
background-color: #614E70;
}
.BgClassName
{
background-color: #614E70;
}
</style>
border-color css
<style>
span { border-color: #614E70; }
span { border-color: rgb(97,78,112); }
td.TdClassName
{
border-color: #614E70;
}
.TagClassName
{
border-color: #614E70;
}
</style>