Shades of Mobster #685C71
Tints of Mobster #685C71
RGB
CMYK
RGB Variations
Color information
#685C71 (or 0x685C71) is known color: Mobster. HEX triplet: 68, 5C and 71. RGB value is (104,92,113). Sum of RGB (Red+Green+Blue) = 104+92+113=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #685C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C71 is #97A38E. Grayscale: #616161. Windows color (decimal): -9937807 or 7429224. OLE color: 7429224.
HSL color Cylindrical-coordinate representation of color #685C71: hue angle of 274.29º degrees, saturation: 0.1, 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 #685C71 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 92 | 113 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.56 |
| HSL | 274.29º | 0.1% | 0.4% | - |
| HSV(B) | 274.29º | 0.19% | 0.44% | - |
| XYZ | 12.52 | 11.79 | 17.24 | - |
| YUV | 97.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 113 | 0.08 | 0.19 | 0 | 0.56 | 274.29 | 0.1 | 0.4 |
| Hex | 68 | 5C | 71 | 8 | 13 | 0 | 38 | 112 | A | 28 |
| Octal | 150 | 134 | 161 | 10 | 23 | 0 | 70 | 422 | 12 | 50 |
| Binary | 1101000 | 1011100 | 1110001 | 1000 | 10011 | 0 | 111000 | 100010010 | 1010 | 101000 |
Color Harmonies of #685C71
Complementary color
Monochromatic Colors of #685C71
Black with #685C71
Text Example
Text Example
White with #685C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C71; }
p { color: rgb(104,92,113); }
H1.HeaderClassName
{
color: #685C71;
}
.AnyTagClassName
{
color: #685C71;
}
</style>
background-color css
<style>
a { background-color: #685C71; }
a { background-color: rgb(104,92,113); }
div.DivClassName
{
background-color: #685C71;
}
.BgClassName
{
background-color: #685C71;
}
</style>
border-color css
<style>
span { border-color: #685C71; }
span { border-color: rgb(104,92,113); }
td.TdClassName
{
border-color: #685C71;
}
.TagClassName
{
border-color: #685C71;
}
</style>