Shades of Rolling Stone #686B6A
Tints of Rolling Stone #686B6A
RGB
CMYK
RGB Variations
Color information
#686B6A (or 0x686B6A) is known color: Rolling Stone. HEX triplet: 68, 6B and 6A. RGB value is (104,107,106). Sum of RGB (Red+Green+Blue) = 104+107+106=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 107 - color contains mainly: green. Hex color #686B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B6A is #979495. Grayscale: #696969. Windows color (decimal): -9933974 or 6974312. OLE color: 6974312.
HSL color Cylindrical-coordinate representation of color #686B6A: hue angle of 160º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #686B6A is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
RGB | 104 | 107 | 106 | - |
CMYK | 0.03 | 0 | 0.01 | 0.58 |
HSL | 160º | 0.01% | 0.41% | - |
HSV(B) | 160º | 0.03% | 0.42% | - |
XYZ | 13.57 | 14.5 | 15.72 | - |
YUV | 105.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 107 | 106 | 0.03 | 0 | 0.01 | 0.58 | 160 | 0.01 | 0.41 |
Hex | 68 | 6B | 6A | 3 | 0 | 1 | 3A | A0 | 1 | 29 |
Octal | 150 | 153 | 152 | 3 | 0 | 1 | 72 | 240 | 1 | 51 |
Binary | 1101000 | 1101011 | 1101010 | 11 | 0 | 1 | 111010 | 10100000 | 1 | 101001 |
Color Harmonies of #686B6A
Complementary color
Monochromatic Colors of #686B6A
Black with #686B6A
Text Example
Text Example
White with #686B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B6A; }
p { color: rgb(104,107,106); }
H1.HeaderClassName
{
color: #686B6A;
}
.AnyTagClassName
{
color: #686B6A;
}
</style>
background-color css
<style>
a { background-color: #686B6A; }
a { background-color: rgb(104,107,106); }
div.DivClassName
{
background-color: #686B6A;
}
.BgClassName
{
background-color: #686B6A;
}
</style>
border-color css
<style>
span { border-color: #686B6A; }
span { border-color: rgb(104,107,106); }
td.TdClassName
{
border-color: #686B6A;
}
.TagClassName
{
border-color: #686B6A;
}
</style>