Shades of Mobster #675B71
Tints of Mobster #675B71
RGB
CMYK
RGB Variations
Color information
#675B71 (or 0x675B71) is known color: Mobster. HEX triplet: 67, 5B and 71. RGB value is (103,91,113). Sum of RGB (Red+Green+Blue) = 103+91+113=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #675B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B71 is #98A48E. Grayscale: #616161. Windows color (decimal): -10003599 or 7428967. OLE color: 7428967.
HSL color Cylindrical-coordinate representation of color #675B71: hue angle of 272.73º degrees, saturation: 0.11, 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 #675B71 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 91 | 113 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.56 |
| HSL | 272.73º | 0.11% | 0.4% | - |
| HSV(B) | 272.73º | 0.19% | 0.44% | - |
| XYZ | 12.32 | 11.56 | 17.2 | - |
| YUV | 97.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 113 | 0.09 | 0.19 | 0 | 0.56 | 272.73 | 0.11 | 0.4 |
| Hex | 67 | 5B | 71 | 9 | 13 | 0 | 38 | 111 | B | 28 |
| Octal | 147 | 133 | 161 | 11 | 23 | 0 | 70 | 421 | 13 | 50 |
| Binary | 1100111 | 1011011 | 1110001 | 1001 | 10011 | 0 | 111000 | 100010001 | 1011 | 101000 |
Color Harmonies of #675B71
Complementary color
Monochromatic Colors of #675B71
Black with #675B71
Text Example
Text Example
White with #675B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B71; }
p { color: rgb(103,91,113); }
H1.HeaderClassName
{
color: #675B71;
}
.AnyTagClassName
{
color: #675B71;
}
</style>
background-color css
<style>
a { background-color: #675B71; }
a { background-color: rgb(103,91,113); }
div.DivClassName
{
background-color: #675B71;
}
.BgClassName
{
background-color: #675B71;
}
</style>
border-color css
<style>
span { border-color: #675B71; }
span { border-color: rgb(103,91,113); }
td.TdClassName
{
border-color: #675B71;
}
.TagClassName
{
border-color: #675B71;
}
</style>