Shades of Rolling Stone #6F8180
Tints of Rolling Stone #6F8180
RGB
CMYK
RGB Variations
Color information
#6F8180 (or 0x6F8180) is known color: Rolling Stone. HEX triplet: 6F, 81 and 80. RGB value is (111,129,128). Sum of RGB (Red+Green+Blue) = 111+129+128=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8180 is #907E7F. Grayscale: #7B7B7B. Windows color (decimal): -9469568 or 8421743. OLE color: 8421743.
HSL color Cylindrical-coordinate representation of color #6F8180: hue angle of 176.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F8180 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 128 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.49 |
| HSL | 176.67º | 0.08% | 0.47% | - |
| HSV(B) | 176.67º | 0.14% | 0.51% | - |
| XYZ | 18.3 | 20.64 | 23.44 | - |
| YUV | 123.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 128 | 0.14 | 0 | 0.01 | 0.49 | 176.67 | 0.08 | 0.47 |
| Hex | 6F | 81 | 80 | E | 0 | 1 | 31 | B1 | 8 | 2F |
| Octal | 157 | 201 | 200 | 16 | 0 | 1 | 61 | 261 | 10 | 57 |
| Binary | 1101111 | 10000001 | 10000000 | 1110 | 0 | 1 | 110001 | 10110001 | 1000 | 101111 |
Color Harmonies of #6F8180
Complementary color
Monochromatic Colors of #6F8180
Black with #6F8180
Text Example
Text Example
White with #6F8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8180; }
p { color: rgb(111,129,128); }
H1.HeaderClassName
{
color: #6F8180;
}
.AnyTagClassName
{
color: #6F8180;
}
</style>
background-color css
<style>
a { background-color: #6F8180; }
a { background-color: rgb(111,129,128); }
div.DivClassName
{
background-color: #6F8180;
}
.BgClassName
{
background-color: #6F8180;
}
</style>
border-color css
<style>
span { border-color: #6F8180; }
span { border-color: rgb(111,129,128); }
td.TdClassName
{
border-color: #6F8180;
}
.TagClassName
{
border-color: #6F8180;
}
</style>