Shades of Rolling Stone #6F817E
Tints of Rolling Stone #6F817E
RGB
CMYK
RGB Variations
Color information
#6F817E (or 0x6F817E) is known color: Rolling Stone. HEX triplet: 6F, 81 and 7E. RGB value is (111,129,126). Sum of RGB (Red+Green+Blue) = 111+129+126=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #6F817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F817E is #907E81. Grayscale: #7B7B7B. Windows color (decimal): -9469570 or 8290671. OLE color: 8290671.
HSL color Cylindrical-coordinate representation of color #6F817E: hue angle of 170º 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 #6F817E is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 126 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.49 |
| HSL | 170º | 0.08% | 0.47% | - |
| HSV(B) | 170º | 0.14% | 0.51% | - |
| XYZ | 18.17 | 20.59 | 22.75 | - |
| YUV | 123.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 126 | 0.14 | 0 | 0.02 | 0.49 | 170 | 0.08 | 0.47 |
| Hex | 6F | 81 | 7E | E | 0 | 2 | 31 | AA | 8 | 2F |
| Octal | 157 | 201 | 176 | 16 | 0 | 2 | 61 | 252 | 10 | 57 |
| Binary | 1101111 | 10000001 | 1111110 | 1110 | 0 | 10 | 110001 | 10101010 | 1000 | 101111 |
Color Harmonies of #6F817E
Complementary color
Monochromatic Colors of #6F817E
Black with #6F817E
Text Example
Text Example
White with #6F817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F817E; }
p { color: rgb(111,129,126); }
H1.HeaderClassName
{
color: #6F817E;
}
.AnyTagClassName
{
color: #6F817E;
}
</style>
background-color css
<style>
a { background-color: #6F817E; }
a { background-color: rgb(111,129,126); }
div.DivClassName
{
background-color: #6F817E;
}
.BgClassName
{
background-color: #6F817E;
}
</style>
border-color css
<style>
span { border-color: #6F817E; }
span { border-color: rgb(111,129,126); }
td.TdClassName
{
border-color: #6F817E;
}
.TagClassName
{
border-color: #6F817E;
}
</style>