Shades of Mobster #675B73
Tints of Mobster #675B73
RGB
CMYK
RGB Variations
Color information
#675B73 (or 0x675B73) is known color: Mobster. HEX triplet: 67, 5B and 73. RGB value is (103,91,115). Sum of RGB (Red+Green+Blue) = 103+91+115=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #675B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B73 is #98A48C. Grayscale: #616161. Windows color (decimal): -10003597 or 7560039. OLE color: 7560039.
HSL color Cylindrical-coordinate representation of color #675B73: hue angle of 270º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675B73 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 91 | 115 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.55 |
| HSL | 270º | 0.12% | 0.4% | - |
| HSV(B) | 270º | 0.21% | 0.45% | - |
| XYZ | 12.43 | 11.6 | 17.8 | - |
| YUV | 97.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 115 | 0.10 | 0.21 | 0 | 0.55 | 270 | 0.12 | 0.4 |
| Hex | 67 | 5B | 73 | A | 15 | 0 | 37 | 10E | C | 28 |
| Octal | 147 | 133 | 163 | 12 | 25 | 0 | 67 | 416 | 14 | 50 |
| Binary | 1100111 | 1011011 | 1110011 | 1010 | 10101 | 0 | 110111 | 100001110 | 1100 | 101000 |
Color Harmonies of #675B73
Complementary color
Monochromatic Colors of #675B73
Black with #675B73
Text Example
Text Example
White with #675B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B73; }
p { color: rgb(103,91,115); }
H1.HeaderClassName
{
color: #675B73;
}
.AnyTagClassName
{
color: #675B73;
}
</style>
background-color css
<style>
a { background-color: #675B73; }
a { background-color: rgb(103,91,115); }
div.DivClassName
{
background-color: #675B73;
}
.BgClassName
{
background-color: #675B73;
}
</style>
border-color css
<style>
span { border-color: #675B73; }
span { border-color: rgb(103,91,115); }
td.TdClassName
{
border-color: #675B73;
}
.TagClassName
{
border-color: #675B73;
}
</style>