Shades of Mobster #665878
Tints of Mobster #665878
RGB
CMYK
RGB Variations
Color information
#665878 (or 0x665878) is known color: Mobster. HEX triplet: 66, 58 and 78. RGB value is (102,88,120). Sum of RGB (Red+Green+Blue) = 102+88+120=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #665878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665878 is #99A787. Grayscale: #5F5F5F. Windows color (decimal): -10069896 or 7886950. OLE color: 7886950.
HSL color Cylindrical-coordinate representation of color #665878: hue angle of 266.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #665878 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 88 | 120 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.53 |
| HSL | 266.25º | 0.15% | 0.41% | - |
| HSV(B) | 266.25º | 0.27% | 0.47% | - |
| XYZ | 12.36 | 11.16 | 19.27 | - |
| YUV | 95.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 120 | 0.15 | 0.27 | 0 | 0.53 | 266.25 | 0.15 | 0.41 |
| Hex | 66 | 58 | 78 | F | 1B | 0 | 35 | 10A | F | 29 |
| Octal | 146 | 130 | 170 | 17 | 33 | 0 | 65 | 412 | 17 | 51 |
| Binary | 1100110 | 1011000 | 1111000 | 1111 | 11011 | 0 | 110101 | 100001010 | 1111 | 101001 |
Color Harmonies of #665878
Complementary color
Monochromatic Colors of #665878
Black with #665878
Text Example
Text Example
White with #665878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665878; }
p { color: rgb(102,88,120); }
H1.HeaderClassName
{
color: #665878;
}
.AnyTagClassName
{
color: #665878;
}
</style>
background-color css
<style>
a { background-color: #665878; }
a { background-color: rgb(102,88,120); }
div.DivClassName
{
background-color: #665878;
}
.BgClassName
{
background-color: #665878;
}
</style>
border-color css
<style>
span { border-color: #665878; }
span { border-color: rgb(102,88,120); }
td.TdClassName
{
border-color: #665878;
}
.TagClassName
{
border-color: #665878;
}
</style>