Shades of Mobster #604C76
Tints of Mobster #604C76
RGB
CMYK
RGB Variations
Color information
#604C76 (or 0x604C76) is known color: Mobster. HEX triplet: 60, 4C and 76. RGB value is (96,76,118). Sum of RGB (Red+Green+Blue) = 96+76+118=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #604C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C76 is #9FB389. Grayscale: #565656. Windows color (decimal): -10466186 or 7752800. OLE color: 7752800.
HSL color Cylindrical-coordinate representation of color #604C76: hue angle of 268.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #604C76 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 76 | 118 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.54 |
| HSL | 268.57º | 0.22% | 0.38% | - |
| HSV(B) | 268.57º | 0.36% | 0.46% | - |
| XYZ | 10.68 | 8.96 | 18.31 | - |
| YUV | 86.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 118 | 0.19 | 0.36 | 0 | 0.54 | 268.57 | 0.22 | 0.38 |
| Hex | 60 | 4C | 76 | 13 | 24 | 0 | 36 | 10D | 16 | 26 |
| Octal | 140 | 114 | 166 | 23 | 44 | 0 | 66 | 415 | 26 | 46 |
| Binary | 1100000 | 1001100 | 1110110 | 10011 | 100100 | 0 | 110110 | 100001101 | 10110 | 100110 |
Color Harmonies of #604C76
Complementary color
Monochromatic Colors of #604C76
Black with #604C76
Text Example
Text Example
White with #604C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C76; }
p { color: rgb(96,76,118); }
H1.HeaderClassName
{
color: #604C76;
}
.AnyTagClassName
{
color: #604C76;
}
</style>
background-color css
<style>
a { background-color: #604C76; }
a { background-color: rgb(96,76,118); }
div.DivClassName
{
background-color: #604C76;
}
.BgClassName
{
background-color: #604C76;
}
</style>
border-color css
<style>
span { border-color: #604C76; }
span { border-color: rgb(96,76,118); }
td.TdClassName
{
border-color: #604C76;
}
.TagClassName
{
border-color: #604C76;
}
</style>