Shades of Rolling Stone #6C6F6E
Tints of Rolling Stone #6C6F6E
RGB
CMYK
RGB Variations
Color information
#6C6F6E (or 0x6C6F6E) is known color: Rolling Stone. HEX triplet: 6C, 6F and 6E. RGB value is (108,111,110). Sum of RGB (Red+Green+Blue) = 108+111+110=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6F6E is #939091. Grayscale: #6D6D6D. Windows color (decimal): -9670802 or 7237484. OLE color: 7237484.
HSL color Cylindrical-coordinate representation of color #6C6F6E: hue angle of 160º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6C6F6E is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 111 | 110 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.56 |
| HSL | 160º | 0.01% | 0.43% | - |
| HSV(B) | 160º | 0.03% | 0.44% | - |
| XYZ | 14.68 | 15.68 | 17.01 | - |
| YUV | 109.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 110 | 0.03 | 0 | 0.01 | 0.56 | 160 | 0.01 | 0.43 |
| Hex | 6C | 6F | 6E | 3 | 0 | 1 | 38 | A0 | 1 | 2B |
| Octal | 154 | 157 | 156 | 3 | 0 | 1 | 70 | 240 | 1 | 53 |
| Binary | 1101100 | 1101111 | 1101110 | 11 | 0 | 1 | 111000 | 10100000 | 1 | 101011 |
Color Harmonies of #6C6F6E
Complementary color
Monochromatic Colors of #6C6F6E
Black with #6C6F6E
Text Example
Text Example
White with #6C6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6F6E; }
p { color: rgb(108,111,110); }
H1.HeaderClassName
{
color: #6C6F6E;
}
.AnyTagClassName
{
color: #6C6F6E;
}
</style>
background-color css
<style>
a { background-color: #6C6F6E; }
a { background-color: rgb(108,111,110); }
div.DivClassName
{
background-color: #6C6F6E;
}
.BgClassName
{
background-color: #6C6F6E;
}
</style>
border-color css
<style>
span { border-color: #6C6F6E; }
span { border-color: rgb(108,111,110); }
td.TdClassName
{
border-color: #6C6F6E;
}
.TagClassName
{
border-color: #6C6F6E;
}
</style>