Shades of Mobster #665675
Tints of Mobster #665675
RGB
CMYK
RGB Variations
Color information
#665675 (or 0x665675) is known color: Mobster. HEX triplet: 66, 56 and 75. RGB value is (102,86,117). Sum of RGB (Red+Green+Blue) = 102+86+117=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #665675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665675 is #99A98A. Grayscale: #5E5E5E. Windows color (decimal): -10070411 or 7689830. OLE color: 7689830.
HSL color Cylindrical-coordinate representation of color #665675: hue angle of 270.97º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #665675 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 86 | 117 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.54 |
| HSL | 270.97º | 0.15% | 0.4% | - |
| HSV(B) | 270.97º | 0.26% | 0.46% | - |
| XYZ | 12.02 | 10.76 | 18.27 | - |
| YUV | 94.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 117 | 0.13 | 0.26 | 0 | 0.54 | 270.97 | 0.15 | 0.4 |
| Hex | 66 | 56 | 75 | D | 1A | 0 | 36 | 10F | F | 28 |
| Octal | 146 | 126 | 165 | 15 | 32 | 0 | 66 | 417 | 17 | 50 |
| Binary | 1100110 | 1010110 | 1110101 | 1101 | 11010 | 0 | 110110 | 100001111 | 1111 | 101000 |
Color Harmonies of #665675
Complementary color
Monochromatic Colors of #665675
Black with #665675
Text Example
Text Example
White with #665675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665675; }
p { color: rgb(102,86,117); }
H1.HeaderClassName
{
color: #665675;
}
.AnyTagClassName
{
color: #665675;
}
</style>
background-color css
<style>
a { background-color: #665675; }
a { background-color: rgb(102,86,117); }
div.DivClassName
{
background-color: #665675;
}
.BgClassName
{
background-color: #665675;
}
</style>
border-color css
<style>
span { border-color: #665675; }
span { border-color: rgb(102,86,117); }
td.TdClassName
{
border-color: #665675;
}
.TagClassName
{
border-color: #665675;
}
</style>