Shades of Rolling Stone #6D7170
Tints of Rolling Stone #6D7170
RGB
CMYK
RGB Variations
Color information
#6D7170 (or 0x6D7170) is known color: Rolling Stone. HEX triplet: 6D, 71 and 70. RGB value is (109,113,112). Sum of RGB (Red+Green+Blue) = 109+113+112=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 113 - color contains mainly: green. Hex color #6D7170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7170 is #928E8F. Grayscale: #6F6F6F. Windows color (decimal): -9604752 or 7369069. OLE color: 7369069.
HSL color Cylindrical-coordinate representation of color #6D7170: hue angle of 165º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6D7170 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 112 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.56 |
| HSL | 165º | 0.02% | 0.44% | - |
| HSV(B) | 165º | 0.04% | 0.44% | - |
| XYZ | 15.14 | 16.23 | 17.66 | - |
| YUV | 111.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 112 | 0.04 | 0 | 0.01 | 0.56 | 165 | 0.02 | 0.44 |
| Hex | 6D | 71 | 70 | 4 | 0 | 1 | 38 | A5 | 2 | 2C |
| Octal | 155 | 161 | 160 | 4 | 0 | 1 | 70 | 245 | 2 | 54 |
| Binary | 1101101 | 1110001 | 1110000 | 100 | 0 | 1 | 111000 | 10100101 | 10 | 101100 |
Color Harmonies of #6D7170
Complementary color
Monochromatic Colors of #6D7170
Black with #6D7170
Text Example
Text Example
White with #6D7170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7170; }
p { color: rgb(109,113,112); }
H1.HeaderClassName
{
color: #6D7170;
}
.AnyTagClassName
{
color: #6D7170;
}
</style>
background-color css
<style>
a { background-color: #6D7170; }
a { background-color: rgb(109,113,112); }
div.DivClassName
{
background-color: #6D7170;
}
.BgClassName
{
background-color: #6D7170;
}
</style>
border-color css
<style>
span { border-color: #6D7170; }
span { border-color: rgb(109,113,112); }
td.TdClassName
{
border-color: #6D7170;
}
.TagClassName
{
border-color: #6D7170;
}
</style>