Shades of Mobster #604E73
Tints of Mobster #604E73
RGB
CMYK
RGB Variations
Color information
#604E73 (or 0x604E73) is known color: Mobster. HEX triplet: 60, 4E and 73. RGB value is (96,78,115). Sum of RGB (Red+Green+Blue) = 96+78+115=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #604E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E73 is #9FB18C. Grayscale: #575757. Windows color (decimal): -10465677 or 7556704. OLE color: 7556704.
HSL color Cylindrical-coordinate representation of color #604E73: hue angle of 269.19º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604E73 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 78 | 115 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.55 |
| HSL | 269.19º | 0.19% | 0.38% | - |
| HSV(B) | 269.19º | 0.32% | 0.45% | - |
| XYZ | 10.64 | 9.17 | 17.43 | - |
| YUV | 87.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 115 | 0.17 | 0.32 | 0 | 0.55 | 269.19 | 0.19 | 0.38 |
| Hex | 60 | 4E | 73 | 11 | 20 | 0 | 37 | 10D | 13 | 26 |
| Octal | 140 | 116 | 163 | 21 | 40 | 0 | 67 | 415 | 23 | 46 |
| Binary | 1100000 | 1001110 | 1110011 | 10001 | 100000 | 0 | 110111 | 100001101 | 10011 | 100110 |
Color Harmonies of #604E73
Complementary color
Monochromatic Colors of #604E73
Black with #604E73
Text Example
Text Example
White with #604E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E73; }
p { color: rgb(96,78,115); }
H1.HeaderClassName
{
color: #604E73;
}
.AnyTagClassName
{
color: #604E73;
}
</style>
background-color css
<style>
a { background-color: #604E73; }
a { background-color: rgb(96,78,115); }
div.DivClassName
{
background-color: #604E73;
}
.BgClassName
{
background-color: #604E73;
}
</style>
border-color css
<style>
span { border-color: #604E73; }
span { border-color: rgb(96,78,115); }
td.TdClassName
{
border-color: #604E73;
}
.TagClassName
{
border-color: #604E73;
}
</style>