Shades of Mobster #61596D
Tints of Mobster #61596D
RGB
CMYK
RGB Variations
Color information
#61596D (or 0x61596D) is known color: Mobster. HEX triplet: 61, 59 and 6D. RGB value is (97,89,109). Sum of RGB (Red+Green+Blue) = 97+89+109=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #61596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61596D is #9EA692. Grayscale: #5D5D5D. Windows color (decimal): -10397331 or 7166305. OLE color: 7166305.
HSL color Cylindrical-coordinate representation of color #61596D: hue angle of 264º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61596D is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 89 | 109 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.57 |
| HSL | 264º | 0.1% | 0.39% | - |
| HSV(B) | 264º | 0.18% | 0.43% | - |
| XYZ | 11.26 | 10.79 | 15.96 | - |
| YUV | 93.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 109 | 0.11 | 0.18 | 0 | 0.57 | 264 | 0.1 | 0.39 |
| Hex | 61 | 59 | 6D | B | 12 | 0 | 39 | 108 | A | 27 |
| Octal | 141 | 131 | 155 | 13 | 22 | 0 | 71 | 410 | 12 | 47 |
| Binary | 1100001 | 1011001 | 1101101 | 1011 | 10010 | 0 | 111001 | 100001000 | 1010 | 100111 |
Color Harmonies of #61596D
Complementary color
Monochromatic Colors of #61596D
Black with #61596D
Text Example
Text Example
White with #61596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61596D; }
p { color: rgb(97,89,109); }
H1.HeaderClassName
{
color: #61596D;
}
.AnyTagClassName
{
color: #61596D;
}
</style>
background-color css
<style>
a { background-color: #61596D; }
a { background-color: rgb(97,89,109); }
div.DivClassName
{
background-color: #61596D;
}
.BgClassName
{
background-color: #61596D;
}
</style>
border-color css
<style>
span { border-color: #61596D; }
span { border-color: rgb(97,89,109); }
td.TdClassName
{
border-color: #61596D;
}
.TagClassName
{
border-color: #61596D;
}
</style>