Shades of Mobster #665779
Tints of Mobster #665779
RGB
CMYK
RGB Variations
Color information
#665779 (or 0x665779) is known color: Mobster. HEX triplet: 66, 57 and 79. RGB value is (102,87,121). Sum of RGB (Red+Green+Blue) = 102+87+121=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #665779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665779 is #99A886. Grayscale: #5F5F5F. Windows color (decimal): -10070151 or 7952230. OLE color: 7952230.
HSL color Cylindrical-coordinate representation of color #665779: hue angle of 266.47º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665779 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 87 | 121 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.53 |
| HSL | 266.47º | 0.16% | 0.41% | - |
| HSV(B) | 266.47º | 0.28% | 0.47% | - |
| XYZ | 12.34 | 11.02 | 19.57 | - |
| YUV | 95.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 121 | 0.16 | 0.28 | 0 | 0.53 | 266.47 | 0.16 | 0.41 |
| Hex | 66 | 57 | 79 | 10 | 1C | 0 | 35 | 10A | 10 | 29 |
| Octal | 146 | 127 | 171 | 20 | 34 | 0 | 65 | 412 | 20 | 51 |
| Binary | 1100110 | 1010111 | 1111001 | 10000 | 11100 | 0 | 110101 | 100001010 | 10000 | 101001 |
Color Harmonies of #665779
Complementary color
Monochromatic Colors of #665779
Black with #665779
Text Example
Text Example
White with #665779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665779; }
p { color: rgb(102,87,121); }
H1.HeaderClassName
{
color: #665779;
}
.AnyTagClassName
{
color: #665779;
}
</style>
background-color css
<style>
a { background-color: #665779; }
a { background-color: rgb(102,87,121); }
div.DivClassName
{
background-color: #665779;
}
.BgClassName
{
background-color: #665779;
}
</style>
border-color css
<style>
span { border-color: #665779; }
span { border-color: rgb(102,87,121); }
td.TdClassName
{
border-color: #665779;
}
.TagClassName
{
border-color: #665779;
}
</style>