Shades of Mobster #665A73
Tints of Mobster #665A73
RGB
CMYK
RGB Variations
Color information
#665A73 (or 0x665A73) is known color: Mobster. HEX triplet: 66, 5A and 73. RGB value is (102,90,115). Sum of RGB (Red+Green+Blue) = 102+90+115=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #665A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A73 is #99A58C. Grayscale: #606060. Windows color (decimal): -10069389 or 7559782. OLE color: 7559782.
HSL color Cylindrical-coordinate representation of color #665A73: hue angle of 268.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665A73 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 90 | 115 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.55 |
| HSL | 268.8º | 0.12% | 0.4% | - |
| HSV(B) | 268.8º | 0.22% | 0.45% | - |
| XYZ | 12.23 | 11.37 | 17.77 | - |
| YUV | 96.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 115 | 0.11 | 0.22 | 0 | 0.55 | 268.8 | 0.12 | 0.4 |
| Hex | 66 | 5A | 73 | B | 16 | 0 | 37 | 10D | C | 28 |
| Octal | 146 | 132 | 163 | 13 | 26 | 0 | 67 | 415 | 14 | 50 |
| Binary | 1100110 | 1011010 | 1110011 | 1011 | 10110 | 0 | 110111 | 100001101 | 1100 | 101000 |
Color Harmonies of #665A73
Complementary color
Monochromatic Colors of #665A73
Black with #665A73
Text Example
Text Example
White with #665A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A73; }
p { color: rgb(102,90,115); }
H1.HeaderClassName
{
color: #665A73;
}
.AnyTagClassName
{
color: #665A73;
}
</style>
background-color css
<style>
a { background-color: #665A73; }
a { background-color: rgb(102,90,115); }
div.DivClassName
{
background-color: #665A73;
}
.BgClassName
{
background-color: #665A73;
}
</style>
border-color css
<style>
span { border-color: #665A73; }
span { border-color: rgb(102,90,115); }
td.TdClassName
{
border-color: #665A73;
}
.TagClassName
{
border-color: #665A73;
}
</style>