Shades of Mobster #675970
Tints of Mobster #675970
RGB
CMYK
RGB Variations
Color information
#675970 (or 0x675970) is known color: Mobster. HEX triplet: 67, 59 and 70. RGB value is (103,89,112). Sum of RGB (Red+Green+Blue) = 103+89+112=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #675970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675970 is #98A68F. Grayscale: #5F5F5F. Windows color (decimal): -10004112 or 7362919. OLE color: 7362919.
HSL color Cylindrical-coordinate representation of color #675970: hue angle of 276.52º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675970 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 89 | 112 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.56 |
| HSL | 276.52º | 0.11% | 0.39% | - |
| HSV(B) | 276.52º | 0.21% | 0.44% | - |
| XYZ | 12.09 | 11.2 | 16.85 | - |
| YUV | 95.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 112 | 0.08 | 0.21 | 0 | 0.56 | 276.52 | 0.11 | 0.39 |
| Hex | 67 | 59 | 70 | 8 | 15 | 0 | 38 | 115 | B | 27 |
| Octal | 147 | 131 | 160 | 10 | 25 | 0 | 70 | 425 | 13 | 47 |
| Binary | 1100111 | 1011001 | 1110000 | 1000 | 10101 | 0 | 111000 | 100010101 | 1011 | 100111 |
Color Harmonies of #675970
Complementary color
Monochromatic Colors of #675970
Black with #675970
Text Example
Text Example
White with #675970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675970; }
p { color: rgb(103,89,112); }
H1.HeaderClassName
{
color: #675970;
}
.AnyTagClassName
{
color: #675970;
}
</style>
background-color css
<style>
a { background-color: #675970; }
a { background-color: rgb(103,89,112); }
div.DivClassName
{
background-color: #675970;
}
.BgClassName
{
background-color: #675970;
}
</style>
border-color css
<style>
span { border-color: #675970; }
span { border-color: rgb(103,89,112); }
td.TdClassName
{
border-color: #675970;
}
.TagClassName
{
border-color: #675970;
}
</style>