Shades of Rolling Stone #6E847F
Tints of Rolling Stone #6E847F
RGB
CMYK
RGB Variations
Color information
#6E847F (or 0x6E847F) is known color: Rolling Stone. HEX triplet: 6E, 84 and 7F. RGB value is (110,132,127). Sum of RGB (Red+Green+Blue) = 110+132+127=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 132 - color contains mainly: green. Hex color #6E847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E847F is #917B80. Grayscale: #7C7C7C. Windows color (decimal): -9534337 or 8356974. OLE color: 8356974.
HSL color Cylindrical-coordinate representation of color #6E847F: hue angle of 166.36º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E847F is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 127 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.48 |
| HSL | 166.36º | 0.09% | 0.47% | - |
| HSV(B) | 166.36º | 0.17% | 0.52% | - |
| XYZ | 18.51 | 21.35 | 23.22 | - |
| YUV | 124.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 127 | 0.17 | 0 | 0.04 | 0.48 | 166.36 | 0.09 | 0.47 |
| Hex | 6E | 84 | 7F | 11 | 0 | 4 | 30 | A6 | 9 | 2F |
| Octal | 156 | 204 | 177 | 21 | 0 | 4 | 60 | 246 | 11 | 57 |
| Binary | 1101110 | 10000100 | 1111111 | 10001 | 0 | 100 | 110000 | 10100110 | 1001 | 101111 |
Color Harmonies of #6E847F
Complementary color
Monochromatic Colors of #6E847F
Black with #6E847F
Text Example
Text Example
White with #6E847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E847F; }
p { color: rgb(110,132,127); }
H1.HeaderClassName
{
color: #6E847F;
}
.AnyTagClassName
{
color: #6E847F;
}
</style>
background-color css
<style>
a { background-color: #6E847F; }
a { background-color: rgb(110,132,127); }
div.DivClassName
{
background-color: #6E847F;
}
.BgClassName
{
background-color: #6E847F;
}
</style>
border-color css
<style>
span { border-color: #6E847F; }
span { border-color: rgb(110,132,127); }
td.TdClassName
{
border-color: #6E847F;
}
.TagClassName
{
border-color: #6E847F;
}
</style>