Shades of Rolling Stone #6B7974
Tints of Rolling Stone #6B7974
RGB
CMYK
RGB Variations
Color information
#6B7974 (or 0x6B7974) is known color: Rolling Stone. HEX triplet: 6B, 79 and 74. RGB value is (107,121,116). Sum of RGB (Red+Green+Blue) = 107+121+116=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7974 is #94868B. Grayscale: #747474. Windows color (decimal): -9733772 or 7633259. OLE color: 7633259.
HSL color Cylindrical-coordinate representation of color #6B7974: hue angle of 158.57º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7974 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 121 | 116 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.53 |
| HSL | 158.57º | 0.06% | 0.45% | - |
| HSV(B) | 158.57º | 0.12% | 0.47% | - |
| XYZ | 16.05 | 18.06 | 19.16 | - |
| YUV | 116.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 121 | 116 | 0.12 | 0 | 0.04 | 0.53 | 158.57 | 0.06 | 0.45 |
| Hex | 6B | 79 | 74 | C | 0 | 4 | 35 | 9F | 6 | 2D |
| Octal | 153 | 171 | 164 | 14 | 0 | 4 | 65 | 237 | 6 | 55 |
| Binary | 1101011 | 1111001 | 1110100 | 1100 | 0 | 100 | 110101 | 10011111 | 110 | 101101 |
Color Harmonies of #6B7974
Complementary color
Monochromatic Colors of #6B7974
Black with #6B7974
Text Example
Text Example
White with #6B7974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7974; }
p { color: rgb(107,121,116); }
H1.HeaderClassName
{
color: #6B7974;
}
.AnyTagClassName
{
color: #6B7974;
}
</style>
background-color css
<style>
a { background-color: #6B7974; }
a { background-color: rgb(107,121,116); }
div.DivClassName
{
background-color: #6B7974;
}
.BgClassName
{
background-color: #6B7974;
}
</style>
border-color css
<style>
span { border-color: #6B7974; }
span { border-color: rgb(107,121,116); }
td.TdClassName
{
border-color: #6B7974;
}
.TagClassName
{
border-color: #6B7974;
}
</style>