Shades of Mobster #675B70
Tints of Mobster #675B70
RGB
CMYK
RGB Variations
Color information
#675B70 (or 0x675B70) is known color: Mobster. HEX triplet: 67, 5B and 70. RGB value is (103,91,112). Sum of RGB (Red+Green+Blue) = 103+91+112=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #675B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B70 is #98A48F. Grayscale: #606060. Windows color (decimal): -10003600 or 7363431. OLE color: 7363431.
HSL color Cylindrical-coordinate representation of color #675B70: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675B70 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 91 | 112 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.56 |
| HSL | 274.29º | 0.1% | 0.4% | - |
| HSV(B) | 274.29º | 0.19% | 0.44% | - |
| XYZ | 12.26 | 11.54 | 16.91 | - |
| YUV | 96.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 112 | 0.08 | 0.19 | 0 | 0.56 | 274.29 | 0.1 | 0.4 |
| Hex | 67 | 5B | 70 | 8 | 13 | 0 | 38 | 112 | A | 28 |
| Octal | 147 | 133 | 160 | 10 | 23 | 0 | 70 | 422 | 12 | 50 |
| Binary | 1100111 | 1011011 | 1110000 | 1000 | 10011 | 0 | 111000 | 100010010 | 1010 | 101000 |
Color Harmonies of #675B70
Complementary color
Monochromatic Colors of #675B70
Black with #675B70
Text Example
Text Example
White with #675B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B70; }
p { color: rgb(103,91,112); }
H1.HeaderClassName
{
color: #675B70;
}
.AnyTagClassName
{
color: #675B70;
}
</style>
background-color css
<style>
a { background-color: #675B70; }
a { background-color: rgb(103,91,112); }
div.DivClassName
{
background-color: #675B70;
}
.BgClassName
{
background-color: #675B70;
}
</style>
border-color css
<style>
span { border-color: #675B70; }
span { border-color: rgb(103,91,112); }
td.TdClassName
{
border-color: #675B70;
}
.TagClassName
{
border-color: #675B70;
}
</style>