Shades of Rolling Stone #6D7472
Tints of Rolling Stone #6D7472
RGB
CMYK
RGB Variations
Color information
#6D7472 (or 0x6D7472) is known color: Rolling Stone. HEX triplet: 6D, 74 and 72. RGB value is (109,116,114). Sum of RGB (Red+Green+Blue) = 109+116+114=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7472 is #928B8D. Grayscale: #717171. Windows color (decimal): -9603982 or 7500909. OLE color: 7500909.
HSL color Cylindrical-coordinate representation of color #6D7472: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D7472 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 114 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.55 |
| HSL | 162.86º | 0.03% | 0.44% | - |
| HSV(B) | 162.86º | 0.06% | 0.45% | - |
| XYZ | 15.59 | 16.96 | 18.37 | - |
| YUV | 113.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 114 | 0.06 | 0 | 0.02 | 0.55 | 162.86 | 0.03 | 0.44 |
| Hex | 6D | 74 | 72 | 6 | 0 | 2 | 37 | A3 | 3 | 2C |
| Octal | 155 | 164 | 162 | 6 | 0 | 2 | 67 | 243 | 3 | 54 |
| Binary | 1101101 | 1110100 | 1110010 | 110 | 0 | 10 | 110111 | 10100011 | 11 | 101100 |
Color Harmonies of #6D7472
Complementary color
Monochromatic Colors of #6D7472
Black with #6D7472
Text Example
Text Example
White with #6D7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7472; }
p { color: rgb(109,116,114); }
H1.HeaderClassName
{
color: #6D7472;
}
.AnyTagClassName
{
color: #6D7472;
}
</style>
background-color css
<style>
a { background-color: #6D7472; }
a { background-color: rgb(109,116,114); }
div.DivClassName
{
background-color: #6D7472;
}
.BgClassName
{
background-color: #6D7472;
}
</style>
border-color css
<style>
span { border-color: #6D7472; }
span { border-color: rgb(109,116,114); }
td.TdClassName
{
border-color: #6D7472;
}
.TagClassName
{
border-color: #6D7472;
}
</style>