Shades of Mobster #685A77
Tints of Mobster #685A77
RGB
CMYK
RGB Variations
Color information
#685A77 (or 0x685A77) is known color: Mobster. HEX triplet: 68, 5A and 77. RGB value is (104,90,119). Sum of RGB (Red+Green+Blue) = 104+90+119=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #685A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A77 is #97A588. Grayscale: #616161. Windows color (decimal): -9938313 or 7821928. OLE color: 7821928.
HSL color Cylindrical-coordinate representation of color #685A77: hue angle of 268.97º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #685A77 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 90 | 119 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.53 |
| HSL | 268.97º | 0.14% | 0.41% | - |
| HSV(B) | 268.97º | 0.24% | 0.47% | - |
| XYZ | 12.69 | 11.59 | 19.02 | - |
| YUV | 97.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 119 | 0.13 | 0.24 | 0 | 0.53 | 268.97 | 0.14 | 0.41 |
| Hex | 68 | 5A | 77 | D | 18 | 0 | 35 | 10D | E | 29 |
| Octal | 150 | 132 | 167 | 15 | 30 | 0 | 65 | 415 | 16 | 51 |
| Binary | 1101000 | 1011010 | 1110111 | 1101 | 11000 | 0 | 110101 | 100001101 | 1110 | 101001 |
Color Harmonies of #685A77
Complementary color
Monochromatic Colors of #685A77
Black with #685A77
Text Example
Text Example
White with #685A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A77; }
p { color: rgb(104,90,119); }
H1.HeaderClassName
{
color: #685A77;
}
.AnyTagClassName
{
color: #685A77;
}
</style>
background-color css
<style>
a { background-color: #685A77; }
a { background-color: rgb(104,90,119); }
div.DivClassName
{
background-color: #685A77;
}
.BgClassName
{
background-color: #685A77;
}
</style>
border-color css
<style>
span { border-color: #685A77; }
span { border-color: rgb(104,90,119); }
td.TdClassName
{
border-color: #685A77;
}
.TagClassName
{
border-color: #685A77;
}
</style>