Shades of Mobster #685B76
Tints of Mobster #685B76
RGB
CMYK
RGB Variations
Color information
#685B76 (or 0x685B76) is known color: Mobster. HEX triplet: 68, 5B and 76. RGB value is (104,91,118). Sum of RGB (Red+Green+Blue) = 104+91+118=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #685B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B76 is #97A489. Grayscale: #616161. Windows color (decimal): -9938058 or 7756648. OLE color: 7756648.
HSL color Cylindrical-coordinate representation of color #685B76: hue angle of 268.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685B76 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 91 | 118 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.54 |
| HSL | 268.89º | 0.13% | 0.41% | - |
| HSV(B) | 268.89º | 0.23% | 0.46% | - |
| XYZ | 12.72 | 11.73 | 18.73 | - |
| YUV | 97.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 118 | 0.12 | 0.23 | 0 | 0.54 | 268.89 | 0.13 | 0.41 |
| Hex | 68 | 5B | 76 | C | 17 | 0 | 36 | 10D | D | 29 |
| Octal | 150 | 133 | 166 | 14 | 27 | 0 | 66 | 415 | 15 | 51 |
| Binary | 1101000 | 1011011 | 1110110 | 1100 | 10111 | 0 | 110110 | 100001101 | 1101 | 101001 |
Color Harmonies of #685B76
Complementary color
Monochromatic Colors of #685B76
Black with #685B76
Text Example
Text Example
White with #685B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B76; }
p { color: rgb(104,91,118); }
H1.HeaderClassName
{
color: #685B76;
}
.AnyTagClassName
{
color: #685B76;
}
</style>
background-color css
<style>
a { background-color: #685B76; }
a { background-color: rgb(104,91,118); }
div.DivClassName
{
background-color: #685B76;
}
.BgClassName
{
background-color: #685B76;
}
</style>
border-color css
<style>
span { border-color: #685B76; }
span { border-color: rgb(104,91,118); }
td.TdClassName
{
border-color: #685B76;
}
.TagClassName
{
border-color: #685B76;
}
</style>