Shades of Rolling Stone #698280
Tints of Rolling Stone #698280
RGB
CMYK
RGB Variations
Color information
#698280 (or 0x698280) is known color: Rolling Stone. HEX triplet: 69, 82 and 80. RGB value is (105,130,128). Sum of RGB (Red+Green+Blue) = 105+130+128=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #698280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698280 is #967D7F. Grayscale: #7A7A7A. Windows color (decimal): -9862528 or 8421993. OLE color: 8421993.
HSL color Cylindrical-coordinate representation of color #698280: hue angle of 175.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #698280 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 128 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.49 |
| HSL | 175.2º | 0.11% | 0.46% | - |
| HSV(B) | 175.2º | 0.19% | 0.51% | - |
| XYZ | 17.7 | 20.53 | 23.45 | - |
| YUV | 122.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 128 | 0.19 | 0 | 0.02 | 0.49 | 175.2 | 0.11 | 0.46 |
| Hex | 69 | 82 | 80 | 13 | 0 | 2 | 31 | AF | B | 2E |
| Octal | 151 | 202 | 200 | 23 | 0 | 2 | 61 | 257 | 13 | 56 |
| Binary | 1101001 | 10000010 | 10000000 | 10011 | 0 | 10 | 110001 | 10101111 | 1011 | 101110 |
Color Harmonies of #698280
Complementary color
Monochromatic Colors of #698280
Black with #698280
Text Example
Text Example
White with #698280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698280; }
p { color: rgb(105,130,128); }
H1.HeaderClassName
{
color: #698280;
}
.AnyTagClassName
{
color: #698280;
}
</style>
background-color css
<style>
a { background-color: #698280; }
a { background-color: rgb(105,130,128); }
div.DivClassName
{
background-color: #698280;
}
.BgClassName
{
background-color: #698280;
}
</style>
border-color css
<style>
span { border-color: #698280; }
span { border-color: rgb(105,130,128); }
td.TdClassName
{
border-color: #698280;
}
.TagClassName
{
border-color: #698280;
}
</style>