Shades of Rolling Stone #6A7271
Tints of Rolling Stone #6A7271
RGB
CMYK
RGB Variations
Color information
#6A7271 (or 0x6A7271) is known color: Rolling Stone. HEX triplet: 6A, 72 and 71. RGB value is (106,114,113). Sum of RGB (Red+Green+Blue) = 106+114+113=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7271 is #958D8E. Grayscale: #6F6F6F. Windows color (decimal): -9801103 or 7434858. OLE color: 7434858.
HSL color Cylindrical-coordinate representation of color #6A7271: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A7271 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 113 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.55 |
| HSL | 172.5º | 0.04% | 0.43% | - |
| HSV(B) | 172.5º | 0.07% | 0.45% | - |
| XYZ | 14.94 | 16.29 | 17.98 | - |
| YUV | 111.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 113 | 0.07 | 0 | 0.01 | 0.55 | 172.5 | 0.04 | 0.43 |
| Hex | 6A | 72 | 71 | 7 | 0 | 1 | 37 | AC | 4 | 2B |
| Octal | 152 | 162 | 161 | 7 | 0 | 1 | 67 | 254 | 4 | 53 |
| Binary | 1101010 | 1110010 | 1110001 | 111 | 0 | 1 | 110111 | 10101100 | 100 | 101011 |
Color Harmonies of #6A7271
Complementary color
Monochromatic Colors of #6A7271
Black with #6A7271
Text Example
Text Example
White with #6A7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7271; }
p { color: rgb(106,114,113); }
H1.HeaderClassName
{
color: #6A7271;
}
.AnyTagClassName
{
color: #6A7271;
}
</style>
background-color css
<style>
a { background-color: #6A7271; }
a { background-color: rgb(106,114,113); }
div.DivClassName
{
background-color: #6A7271;
}
.BgClassName
{
background-color: #6A7271;
}
</style>
border-color css
<style>
span { border-color: #6A7271; }
span { border-color: rgb(106,114,113); }
td.TdClassName
{
border-color: #6A7271;
}
.TagClassName
{
border-color: #6A7271;
}
</style>