Shades of Mobster #604E70
Tints of Mobster #604E70
RGB
CMYK
RGB Variations
Color information
#604E70 (or 0x604E70) is known color: Mobster. HEX triplet: 60, 4E and 70. RGB value is (96,78,112). Sum of RGB (Red+Green+Blue) = 96+78+112=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #604E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E70 is #9FB18F. Grayscale: #575757. Windows color (decimal): -10465680 or 7360096. OLE color: 7360096.
HSL color Cylindrical-coordinate representation of color #604E70: hue angle of 271.76º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604E70 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 78 | 112 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.56 |
| HSL | 271.76º | 0.18% | 0.37% | - |
| HSV(B) | 271.76º | 0.3% | 0.44% | - |
| XYZ | 10.47 | 9.11 | 16.53 | - |
| YUV | 87.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 112 | 0.14 | 0.30 | 0 | 0.56 | 271.76 | 0.18 | 0.37 |
| Hex | 60 | 4E | 70 | E | 1E | 0 | 38 | 110 | 12 | 25 |
| Octal | 140 | 116 | 160 | 16 | 36 | 0 | 70 | 420 | 22 | 45 |
| Binary | 1100000 | 1001110 | 1110000 | 1110 | 11110 | 0 | 111000 | 100010000 | 10010 | 100101 |
Color Harmonies of #604E70
Complementary color
Monochromatic Colors of #604E70
Black with #604E70
Text Example
Text Example
White with #604E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E70; }
p { color: rgb(96,78,112); }
H1.HeaderClassName
{
color: #604E70;
}
.AnyTagClassName
{
color: #604E70;
}
</style>
background-color css
<style>
a { background-color: #604E70; }
a { background-color: rgb(96,78,112); }
div.DivClassName
{
background-color: #604E70;
}
.BgClassName
{
background-color: #604E70;
}
</style>
border-color css
<style>
span { border-color: #604E70; }
span { border-color: rgb(96,78,112); }
td.TdClassName
{
border-color: #604E70;
}
.TagClassName
{
border-color: #604E70;
}
</style>