Shades of Rolling Stone #697675
Tints of Rolling Stone #697675
RGB
CMYK
RGB Variations
Color information
#697675 (or 0x697675) is known color: Rolling Stone. HEX triplet: 69, 76 and 75. RGB value is (105,118,117). Sum of RGB (Red+Green+Blue) = 105+118+117=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 118 - color contains mainly: green. Hex color #697675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697675 is #96898A. Grayscale: #717171. Windows color (decimal): -9865611 or 7698025. OLE color: 7698025.
HSL color Cylindrical-coordinate representation of color #697675: hue angle of 175.38º 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 #697675 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 117 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.54 |
| HSL | 175.38º | 0.06% | 0.44% | - |
| HSV(B) | 175.38º | 0.11% | 0.46% | - |
| XYZ | 15.52 | 17.24 | 19.34 | - |
| YUV | 114 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 117 | 0.11 | 0 | 0.01 | 0.54 | 175.38 | 0.06 | 0.44 |
| Hex | 69 | 76 | 75 | B | 0 | 1 | 36 | AF | 6 | 2C |
| Octal | 151 | 166 | 165 | 13 | 0 | 1 | 66 | 257 | 6 | 54 |
| Binary | 1101001 | 1110110 | 1110101 | 1011 | 0 | 1 | 110110 | 10101111 | 110 | 101100 |
Color Harmonies of #697675
Complementary color
Monochromatic Colors of #697675
Black with #697675
Text Example
Text Example
White with #697675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697675; }
p { color: rgb(105,118,117); }
H1.HeaderClassName
{
color: #697675;
}
.AnyTagClassName
{
color: #697675;
}
</style>
background-color css
<style>
a { background-color: #697675; }
a { background-color: rgb(105,118,117); }
div.DivClassName
{
background-color: #697675;
}
.BgClassName
{
background-color: #697675;
}
</style>
border-color css
<style>
span { border-color: #697675; }
span { border-color: rgb(105,118,117); }
td.TdClassName
{
border-color: #697675;
}
.TagClassName
{
border-color: #697675;
}
</style>