Shades of Rolling Stone #697674
Tints of Rolling Stone #697674
RGB
CMYK
RGB Variations
Color information
#697674 (or 0x697674) is known color: Rolling Stone. HEX triplet: 69, 76 and 74. RGB value is (105,118,116). Sum of RGB (Red+Green+Blue) = 105+118+116=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #697674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697674 is #96898B. Grayscale: #717171. Windows color (decimal): -9865612 or 7632489. OLE color: 7632489.
HSL color Cylindrical-coordinate representation of color #697674: hue angle of 170.77º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #697674 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 116 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.54 |
| HSL | 170.77º | 0.06% | 0.44% | - |
| HSV(B) | 170.77º | 0.11% | 0.46% | - |
| XYZ | 15.46 | 17.22 | 19.03 | - |
| YUV | 113.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 116 | 0.11 | 0 | 0.02 | 0.54 | 170.77 | 0.06 | 0.44 |
| Hex | 69 | 76 | 74 | B | 0 | 2 | 36 | AB | 6 | 2C |
| Octal | 151 | 166 | 164 | 13 | 0 | 2 | 66 | 253 | 6 | 54 |
| Binary | 1101001 | 1110110 | 1110100 | 1011 | 0 | 10 | 110110 | 10101011 | 110 | 101100 |
Color Harmonies of #697674
Complementary color
Monochromatic Colors of #697674
Black with #697674
Text Example
Text Example
White with #697674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697674; }
p { color: rgb(105,118,116); }
H1.HeaderClassName
{
color: #697674;
}
.AnyTagClassName
{
color: #697674;
}
</style>
background-color css
<style>
a { background-color: #697674; }
a { background-color: rgb(105,118,116); }
div.DivClassName
{
background-color: #697674;
}
.BgClassName
{
background-color: #697674;
}
</style>
border-color css
<style>
span { border-color: #697674; }
span { border-color: rgb(105,118,116); }
td.TdClassName
{
border-color: #697674;
}
.TagClassName
{
border-color: #697674;
}
</style>