Shades of Mobster #604C71
Tints of Mobster #604C71
RGB
CMYK
RGB Variations
Color information
#604C71 (or 0x604C71) is known color: Mobster. HEX triplet: 60, 4C and 71. RGB value is (96,76,113). Sum of RGB (Red+Green+Blue) = 96+76+113=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #604C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C71 is #9FB38E. Grayscale: #565656. Windows color (decimal): -10466191 or 7425120. OLE color: 7425120.
HSL color Cylindrical-coordinate representation of color #604C71: hue angle of 272.43º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604C71 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 76 | 113 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.56 |
| HSL | 272.43º | 0.2% | 0.37% | - |
| HSV(B) | 272.43º | 0.33% | 0.44% | - |
| XYZ | 10.39 | 8.85 | 16.78 | - |
| YUV | 86.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 113 | 0.15 | 0.33 | 0 | 0.56 | 272.43 | 0.2 | 0.37 |
| Hex | 60 | 4C | 71 | F | 21 | 0 | 38 | 110 | 14 | 25 |
| Octal | 140 | 114 | 161 | 17 | 41 | 0 | 70 | 420 | 24 | 45 |
| Binary | 1100000 | 1001100 | 1110001 | 1111 | 100001 | 0 | 111000 | 100010000 | 10100 | 100101 |
Color Harmonies of #604C71
Complementary color
Monochromatic Colors of #604C71
Black with #604C71
Text Example
Text Example
White with #604C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C71; }
p { color: rgb(96,76,113); }
H1.HeaderClassName
{
color: #604C71;
}
.AnyTagClassName
{
color: #604C71;
}
</style>
background-color css
<style>
a { background-color: #604C71; }
a { background-color: rgb(96,76,113); }
div.DivClassName
{
background-color: #604C71;
}
.BgClassName
{
background-color: #604C71;
}
</style>
border-color css
<style>
span { border-color: #604C71; }
span { border-color: rgb(96,76,113); }
td.TdClassName
{
border-color: #604C71;
}
.TagClassName
{
border-color: #604C71;
}
</style>