Shades of Rolling Stone #686E6C
Tints of Rolling Stone #686E6C
RGB
CMYK
RGB Variations
Color information
#686E6C (or 0x686E6C) is known color: Rolling Stone. HEX triplet: 68, 6E and 6C. RGB value is (104,110,108). Sum of RGB (Red+Green+Blue) = 104+110+108=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 110 - color contains mainly: green. Hex color #686E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E6C is #979193. Grayscale: #6B6B6B. Windows color (decimal): -9933204 or 7106152. OLE color: 7106152.
HSL color Cylindrical-coordinate representation of color #686E6C: hue angle of 160º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686E6C is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 108 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.57 |
| HSL | 160º | 0.03% | 0.42% | - |
| HSV(B) | 160º | 0.05% | 0.43% | - |
| XYZ | 13.99 | 15.18 | 16.38 | - |
| YUV | 107.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 108 | 0.05 | 0 | 0.02 | 0.57 | 160 | 0.03 | 0.42 |
| Hex | 68 | 6E | 6C | 5 | 0 | 2 | 39 | A0 | 3 | 2A |
| Octal | 150 | 156 | 154 | 5 | 0 | 2 | 71 | 240 | 3 | 52 |
| Binary | 1101000 | 1101110 | 1101100 | 101 | 0 | 10 | 111001 | 10100000 | 11 | 101010 |
Color Harmonies of #686E6C
Complementary color
Monochromatic Colors of #686E6C
Black with #686E6C
Text Example
Text Example
White with #686E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E6C; }
p { color: rgb(104,110,108); }
H1.HeaderClassName
{
color: #686E6C;
}
.AnyTagClassName
{
color: #686E6C;
}
</style>
background-color css
<style>
a { background-color: #686E6C; }
a { background-color: rgb(104,110,108); }
div.DivClassName
{
background-color: #686E6C;
}
.BgClassName
{
background-color: #686E6C;
}
</style>
border-color css
<style>
span { border-color: #686E6C; }
span { border-color: rgb(104,110,108); }
td.TdClassName
{
border-color: #686E6C;
}
.TagClassName
{
border-color: #686E6C;
}
</style>