Shades of Mobster #614D75
Tints of Mobster #614D75
RGB
CMYK
RGB Variations
Color information
#614D75 (or 0x614D75) is known color: Mobster. HEX triplet: 61, 4D and 75. RGB value is (97,77,117). Sum of RGB (Red+Green+Blue) = 97+77+117=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #614D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D75 is #9EB28A. Grayscale: #575757. Windows color (decimal): -10400395 or 7687521. OLE color: 7687521.
HSL color Cylindrical-coordinate representation of color #614D75: hue angle of 270º degrees, saturation: 0.21, 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 #614D75 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 77 | 117 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.54 |
| HSL | 270º | 0.21% | 0.38% | - |
| HSV(B) | 270º | 0.34% | 0.46% | - |
| XYZ | 10.79 | 9.13 | 18.02 | - |
| YUV | 87.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 117 | 0.17 | 0.34 | 0 | 0.54 | 270 | 0.21 | 0.38 |
| Hex | 61 | 4D | 75 | 11 | 22 | 0 | 36 | 10E | 15 | 26 |
| Octal | 141 | 115 | 165 | 21 | 42 | 0 | 66 | 416 | 25 | 46 |
| Binary | 1100001 | 1001101 | 1110101 | 10001 | 100010 | 0 | 110110 | 100001110 | 10101 | 100110 |
Color Harmonies of #614D75
Complementary color
Monochromatic Colors of #614D75
Black with #614D75
Text Example
Text Example
White with #614D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D75; }
p { color: rgb(97,77,117); }
H1.HeaderClassName
{
color: #614D75;
}
.AnyTagClassName
{
color: #614D75;
}
</style>
background-color css
<style>
a { background-color: #614D75; }
a { background-color: rgb(97,77,117); }
div.DivClassName
{
background-color: #614D75;
}
.BgClassName
{
background-color: #614D75;
}
</style>
border-color css
<style>
span { border-color: #614D75; }
span { border-color: rgb(97,77,117); }
td.TdClassName
{
border-color: #614D75;
}
.TagClassName
{
border-color: #614D75;
}
</style>