Shades of Rolling Stone #6F7473
Tints of Rolling Stone #6F7473
RGB
CMYK
RGB Variations
Color information
#6F7473 (or 0x6F7473) is known color: Rolling Stone. HEX triplet: 6F, 74 and 73. RGB value is (111,116,115). Sum of RGB (Red+Green+Blue) = 111+116+115=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7473 is #908B8C. Grayscale: #727272. Windows color (decimal): -9472909 or 7566447. OLE color: 7566447.
HSL color Cylindrical-coordinate representation of color #6F7473: hue angle of 168º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F7473 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 115 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.55 |
| HSL | 168º | 0.02% | 0.45% | - |
| HSV(B) | 168º | 0.04% | 0.45% | - |
| XYZ | 15.9 | 17.11 | 18.68 | - |
| YUV | 114.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 115 | 0.04 | 0 | 0.01 | 0.55 | 168 | 0.02 | 0.45 |
| Hex | 6F | 74 | 73 | 4 | 0 | 1 | 37 | A8 | 2 | 2D |
| Octal | 157 | 164 | 163 | 4 | 0 | 1 | 67 | 250 | 2 | 55 |
| Binary | 1101111 | 1110100 | 1110011 | 100 | 0 | 1 | 110111 | 10101000 | 10 | 101101 |
Color Harmonies of #6F7473
Complementary color
Monochromatic Colors of #6F7473
Black with #6F7473
Text Example
Text Example
White with #6F7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7473; }
p { color: rgb(111,116,115); }
H1.HeaderClassName
{
color: #6F7473;
}
.AnyTagClassName
{
color: #6F7473;
}
</style>
background-color css
<style>
a { background-color: #6F7473; }
a { background-color: rgb(111,116,115); }
div.DivClassName
{
background-color: #6F7473;
}
.BgClassName
{
background-color: #6F7473;
}
</style>
border-color css
<style>
span { border-color: #6F7473; }
span { border-color: rgb(111,116,115); }
td.TdClassName
{
border-color: #6F7473;
}
.TagClassName
{
border-color: #6F7473;
}
</style>