Shades of Rolling Stone #6E8380
Tints of Rolling Stone #6E8380
RGB
CMYK
RGB Variations
Color information
#6E8380 (or 0x6E8380) is known color: Rolling Stone. HEX triplet: 6E, 83 and 80. RGB value is (110,131,128). Sum of RGB (Red+Green+Blue) = 110+131+128=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8380 is #917C7F. Grayscale: #7C7C7C. Windows color (decimal): -9534592 or 8422254. OLE color: 8422254.
HSL color Cylindrical-coordinate representation of color #6E8380: hue angle of 171.43º 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 #6E8380 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 131 | 128 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.49 |
| HSL | 171.43º | 0.09% | 0.47% | - |
| HSV(B) | 171.43º | 0.16% | 0.51% | - |
| XYZ | 18.44 | 21.11 | 23.52 | - |
| YUV | 124.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 128 | 0.16 | 0 | 0.02 | 0.49 | 171.43 | 0.09 | 0.47 |
| Hex | 6E | 83 | 80 | 10 | 0 | 2 | 31 | AB | 9 | 2F |
| Octal | 156 | 203 | 200 | 20 | 0 | 2 | 61 | 253 | 11 | 57 |
| Binary | 1101110 | 10000011 | 10000000 | 10000 | 0 | 10 | 110001 | 10101011 | 1001 | 101111 |
Color Harmonies of #6E8380
Complementary color
Monochromatic Colors of #6E8380
Black with #6E8380
Text Example
Text Example
White with #6E8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8380; }
p { color: rgb(110,131,128); }
H1.HeaderClassName
{
color: #6E8380;
}
.AnyTagClassName
{
color: #6E8380;
}
</style>
background-color css
<style>
a { background-color: #6E8380; }
a { background-color: rgb(110,131,128); }
div.DivClassName
{
background-color: #6E8380;
}
.BgClassName
{
background-color: #6E8380;
}
</style>
border-color css
<style>
span { border-color: #6E8380; }
span { border-color: rgb(110,131,128); }
td.TdClassName
{
border-color: #6E8380;
}
.TagClassName
{
border-color: #6E8380;
}
</style>