Shades of Rolling Stone #6E837E
Tints of Rolling Stone #6E837E
RGB
CMYK
RGB Variations
Color information
#6E837E (or 0x6E837E) is known color: Rolling Stone. HEX triplet: 6E, 83 and 7E. RGB value is (110,131,126). Sum of RGB (Red+Green+Blue) = 110+131+126=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #6E837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E837E is #917C81. Grayscale: #7C7C7C. Windows color (decimal): -9534594 or 8291182. OLE color: 8291182.
HSL color Cylindrical-coordinate representation of color #6E837E: hue angle of 165.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E837E is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 131 | 126 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.49 |
| HSL | 165.71º | 0.09% | 0.47% | - |
| HSV(B) | 165.71º | 0.16% | 0.51% | - |
| XYZ | 18.31 | 21.05 | 22.84 | - |
| YUV | 124.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 126 | 0.16 | 0 | 0.04 | 0.49 | 165.71 | 0.09 | 0.47 |
| Hex | 6E | 83 | 7E | 10 | 0 | 4 | 31 | A6 | 9 | 2F |
| Octal | 156 | 203 | 176 | 20 | 0 | 4 | 61 | 246 | 11 | 57 |
| Binary | 1101110 | 10000011 | 1111110 | 10000 | 0 | 100 | 110001 | 10100110 | 1001 | 101111 |
Color Harmonies of #6E837E
Complementary color
Monochromatic Colors of #6E837E
Black with #6E837E
Text Example
Text Example
White with #6E837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E837E; }
p { color: rgb(110,131,126); }
H1.HeaderClassName
{
color: #6E837E;
}
.AnyTagClassName
{
color: #6E837E;
}
</style>
background-color css
<style>
a { background-color: #6E837E; }
a { background-color: rgb(110,131,126); }
div.DivClassName
{
background-color: #6E837E;
}
.BgClassName
{
background-color: #6E837E;
}
</style>
border-color css
<style>
span { border-color: #6E837E; }
span { border-color: rgb(110,131,126); }
td.TdClassName
{
border-color: #6E837E;
}
.TagClassName
{
border-color: #6E837E;
}
</style>