Shades of Mobster #614E76
Tints of Mobster #614E76
RGB
CMYK
RGB Variations
Color information
#614E76 (or 0x614E76) is known color: Mobster. HEX triplet: 61, 4E and 76. RGB value is (97,78,118). Sum of RGB (Red+Green+Blue) = 97+78+118=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #614E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E76 is #9EB189. Grayscale: #585858. Windows color (decimal): -10400138 or 7753313. OLE color: 7753313.
HSL color Cylindrical-coordinate representation of color #614E76: hue angle of 268.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614E76 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 78 | 118 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.54 |
| HSL | 268.5º | 0.2% | 0.38% | - |
| HSV(B) | 268.5º | 0.34% | 0.46% | - |
| XYZ | 10.92 | 9.3 | 18.36 | - |
| YUV | 88.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 118 | 0.18 | 0.34 | 0 | 0.54 | 268.5 | 0.2 | 0.38 |
| Hex | 61 | 4E | 76 | 12 | 22 | 0 | 36 | 10C | 14 | 26 |
| Octal | 141 | 116 | 166 | 22 | 42 | 0 | 66 | 414 | 24 | 46 |
| Binary | 1100001 | 1001110 | 1110110 | 10010 | 100010 | 0 | 110110 | 100001100 | 10100 | 100110 |
Color Harmonies of #614E76
Complementary color
Monochromatic Colors of #614E76
Black with #614E76
Text Example
Text Example
White with #614E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E76; }
p { color: rgb(97,78,118); }
H1.HeaderClassName
{
color: #614E76;
}
.AnyTagClassName
{
color: #614E76;
}
</style>
background-color css
<style>
a { background-color: #614E76; }
a { background-color: rgb(97,78,118); }
div.DivClassName
{
background-color: #614E76;
}
.BgClassName
{
background-color: #614E76;
}
</style>
border-color css
<style>
span { border-color: #614E76; }
span { border-color: rgb(97,78,118); }
td.TdClassName
{
border-color: #614E76;
}
.TagClassName
{
border-color: #614E76;
}
</style>