Shades of Rolling Stone #688080
Tints of Rolling Stone #688080
RGB
CMYK
RGB Variations
Color information
#688080 (or 0x688080) is known color: Rolling Stone. HEX triplet: 68, 80 and 80. RGB value is (104,128,128). Sum of RGB (Red+Green+Blue) = 104+128+128=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #688080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688080 is #977F7F. Grayscale: #787878. Windows color (decimal): -9928576 or 8421480. OLE color: 8421480.
HSL color Cylindrical-coordinate representation of color #688080: hue angle of 180º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688080 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 128 | - |
| CMYK | 0.19 | 0 | 0 | 0.50 |
| HSL | 180º | 0.1% | 0.45% | - |
| HSV(B) | 180º | 0.19% | 0.5% | - |
| XYZ | 17.32 | 19.94 | 23.36 | - |
| YUV | 120.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 128 | 0.19 | 0 | 0 | 0.50 | 180 | 0.1 | 0.45 |
| Hex | 68 | 80 | 80 | 13 | 0 | 0 | 32 | B4 | A | 2D |
| Octal | 150 | 200 | 200 | 23 | 0 | 0 | 62 | 264 | 12 | 55 |
| Binary | 1101000 | 10000000 | 10000000 | 10011 | 0 | 0 | 110010 | 10110100 | 1010 | 101101 |
Color Harmonies of #688080
Complementary color
Monochromatic Colors of #688080
Black with #688080
Text Example
Text Example
White with #688080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688080; }
p { color: rgb(104,128,128); }
H1.HeaderClassName
{
color: #688080;
}
.AnyTagClassName
{
color: #688080;
}
</style>
background-color css
<style>
a { background-color: #688080; }
a { background-color: rgb(104,128,128); }
div.DivClassName
{
background-color: #688080;
}
.BgClassName
{
background-color: #688080;
}
</style>
border-color css
<style>
span { border-color: #688080; }
span { border-color: rgb(104,128,128); }
td.TdClassName
{
border-color: #688080;
}
.TagClassName
{
border-color: #688080;
}
</style>