Shades of Rolling Stone #6E7674
Tints of Rolling Stone #6E7674
RGB
CMYK
RGB Variations
Color information
#6E7674 (or 0x6E7674) is known color: Rolling Stone. HEX triplet: 6E, 76 and 74. RGB value is (110,118,116). Sum of RGB (Red+Green+Blue) = 110+118+116=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7674 is #91898B. Grayscale: #737373. Windows color (decimal): -9537932 or 7632494. OLE color: 7632494.
HSL color Cylindrical-coordinate representation of color #6E7674: hue angle of 165º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E7674 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 116 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.54 |
| HSL | 165º | 0.04% | 0.45% | - |
| HSV(B) | 165º | 0.07% | 0.46% | - |
| XYZ | 16.06 | 17.53 | 19.06 | - |
| YUV | 115.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 116 | 0.07 | 0 | 0.02 | 0.54 | 165 | 0.04 | 0.45 |
| Hex | 6E | 76 | 74 | 7 | 0 | 2 | 36 | A5 | 4 | 2D |
| Octal | 156 | 166 | 164 | 7 | 0 | 2 | 66 | 245 | 4 | 55 |
| Binary | 1101110 | 1110110 | 1110100 | 111 | 0 | 10 | 110110 | 10100101 | 100 | 101101 |
Color Harmonies of #6E7674
Complementary color
Monochromatic Colors of #6E7674
Black with #6E7674
Text Example
Text Example
White with #6E7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7674; }
p { color: rgb(110,118,116); }
H1.HeaderClassName
{
color: #6E7674;
}
.AnyTagClassName
{
color: #6E7674;
}
</style>
background-color css
<style>
a { background-color: #6E7674; }
a { background-color: rgb(110,118,116); }
div.DivClassName
{
background-color: #6E7674;
}
.BgClassName
{
background-color: #6E7674;
}
</style>
border-color css
<style>
span { border-color: #6E7674; }
span { border-color: rgb(110,118,116); }
td.TdClassName
{
border-color: #6E7674;
}
.TagClassName
{
border-color: #6E7674;
}
</style>