Shades of Mobster #665875
Tints of Mobster #665875
RGB
CMYK
RGB Variations
Color information
#665875 (or 0x665875) is known color: Mobster. HEX triplet: 66, 58 and 75. RGB value is (102,88,117). Sum of RGB (Red+Green+Blue) = 102+88+117=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #665875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665875 is #99A78A. Grayscale: #5F5F5F. Windows color (decimal): -10069899 or 7690342. OLE color: 7690342.
HSL color Cylindrical-coordinate representation of color #665875: hue angle of 268.97º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #665875 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 88 | 117 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.54 |
| HSL | 268.97º | 0.14% | 0.4% | - |
| HSV(B) | 268.97º | 0.25% | 0.46% | - |
| XYZ | 12.18 | 11.09 | 18.33 | - |
| YUV | 95.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 117 | 0.13 | 0.25 | 0 | 0.54 | 268.97 | 0.14 | 0.4 |
| Hex | 66 | 58 | 75 | D | 19 | 0 | 36 | 10D | E | 28 |
| Octal | 146 | 130 | 165 | 15 | 31 | 0 | 66 | 415 | 16 | 50 |
| Binary | 1100110 | 1011000 | 1110101 | 1101 | 11001 | 0 | 110110 | 100001101 | 1110 | 101000 |
Color Harmonies of #665875
Complementary color
Monochromatic Colors of #665875
Black with #665875
Text Example
Text Example
White with #665875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665875; }
p { color: rgb(102,88,117); }
H1.HeaderClassName
{
color: #665875;
}
.AnyTagClassName
{
color: #665875;
}
</style>
background-color css
<style>
a { background-color: #665875; }
a { background-color: rgb(102,88,117); }
div.DivClassName
{
background-color: #665875;
}
.BgClassName
{
background-color: #665875;
}
</style>
border-color css
<style>
span { border-color: #665875; }
span { border-color: rgb(102,88,117); }
td.TdClassName
{
border-color: #665875;
}
.TagClassName
{
border-color: #665875;
}
</style>