Shades of Mobster #604D71
Tints of Mobster #604D71
RGB
CMYK
RGB Variations
Color information
#604D71 (or 0x604D71) is known color: Mobster. HEX triplet: 60, 4D and 71. RGB value is (96,77,113). Sum of RGB (Red+Green+Blue) = 96+77+113=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #604D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D71 is #9FB28E. Grayscale: #565656. Windows color (decimal): -10465935 or 7425376. OLE color: 7425376.
HSL color Cylindrical-coordinate representation of color #604D71: hue angle of 271.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604D71 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 77 | 113 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.56 |
| HSL | 271.67º | 0.19% | 0.37% | - |
| HSV(B) | 271.67º | 0.32% | 0.44% | - |
| XYZ | 10.46 | 8.99 | 16.81 | - |
| YUV | 86.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 113 | 0.15 | 0.32 | 0 | 0.56 | 271.67 | 0.19 | 0.37 |
| Hex | 60 | 4D | 71 | F | 20 | 0 | 38 | 110 | 13 | 25 |
| Octal | 140 | 115 | 161 | 17 | 40 | 0 | 70 | 420 | 23 | 45 |
| Binary | 1100000 | 1001101 | 1110001 | 1111 | 100000 | 0 | 111000 | 100010000 | 10011 | 100101 |
Color Harmonies of #604D71
Complementary color
Monochromatic Colors of #604D71
Black with #604D71
Text Example
Text Example
White with #604D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D71; }
p { color: rgb(96,77,113); }
H1.HeaderClassName
{
color: #604D71;
}
.AnyTagClassName
{
color: #604D71;
}
</style>
background-color css
<style>
a { background-color: #604D71; }
a { background-color: rgb(96,77,113); }
div.DivClassName
{
background-color: #604D71;
}
.BgClassName
{
background-color: #604D71;
}
</style>
border-color css
<style>
span { border-color: #604D71; }
span { border-color: rgb(96,77,113); }
td.TdClassName
{
border-color: #604D71;
}
.TagClassName
{
border-color: #604D71;
}
</style>