Shades of Mobster #665179
Tints of Mobster #665179
RGB
CMYK
RGB Variations
Color information
#665179 (or 0x665179) is known color: Mobster. HEX triplet: 66, 51 and 79. RGB value is (102,81,121). Sum of RGB (Red+Green+Blue) = 102+81+121=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #665179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665179 is #99AE86. Grayscale: #5B5B5B. Windows color (decimal): -10071687 or 7950694. OLE color: 7950694.
HSL color Cylindrical-coordinate representation of color #665179: hue angle of 271.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665179 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 81 | 121 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.53 |
| HSL | 271.5º | 0.2% | 0.4% | - |
| HSV(B) | 271.5º | 0.33% | 0.47% | - |
| XYZ | 11.87 | 10.09 | 19.41 | - |
| YUV | 91.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 121 | 0.16 | 0.33 | 0 | 0.53 | 271.5 | 0.2 | 0.4 |
| Hex | 66 | 51 | 79 | 10 | 21 | 0 | 35 | 110 | 14 | 28 |
| Octal | 146 | 121 | 171 | 20 | 41 | 0 | 65 | 420 | 24 | 50 |
| Binary | 1100110 | 1010001 | 1111001 | 10000 | 100001 | 0 | 110101 | 100010000 | 10100 | 101000 |
Color Harmonies of #665179
Complementary color
Monochromatic Colors of #665179
Black with #665179
Text Example
Text Example
White with #665179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665179; }
p { color: rgb(102,81,121); }
H1.HeaderClassName
{
color: #665179;
}
.AnyTagClassName
{
color: #665179;
}
</style>
background-color css
<style>
a { background-color: #665179; }
a { background-color: rgb(102,81,121); }
div.DivClassName
{
background-color: #665179;
}
.BgClassName
{
background-color: #665179;
}
</style>
border-color css
<style>
span { border-color: #665179; }
span { border-color: rgb(102,81,121); }
td.TdClassName
{
border-color: #665179;
}
.TagClassName
{
border-color: #665179;
}
</style>