Shades of Rolling Stone #668080
Tints of Rolling Stone #668080
RGB
CMYK
RGB Variations
Color information
#668080 (or 0x668080) is known color: Rolling Stone. HEX triplet: 66, 80 and 80. RGB value is (102,128,128). Sum of RGB (Red+Green+Blue) = 102+128+128=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #668080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668080 is #997F7F. Grayscale: #787878. Windows color (decimal): -10059648 or 8421478. OLE color: 8421478.
HSL color Cylindrical-coordinate representation of color #668080: hue angle of 180º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #668080 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 128 | - |
| CMYK | 0.20 | 0 | 0 | 0.50 |
| HSL | 180º | 0.11% | 0.45% | - |
| HSV(B) | 180º | 0.2% | 0.5% | - |
| XYZ | 17.09 | 19.82 | 23.35 | - |
| YUV | 120.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 128 | 0.20 | 0 | 0 | 0.50 | 180 | 0.11 | 0.45 |
| Hex | 66 | 80 | 80 | 14 | 0 | 0 | 32 | B4 | B | 2D |
| Octal | 146 | 200 | 200 | 24 | 0 | 0 | 62 | 264 | 13 | 55 |
| Binary | 1100110 | 10000000 | 10000000 | 10100 | 0 | 0 | 110010 | 10110100 | 1011 | 101101 |
Color Harmonies of #668080
Complementary color
Monochromatic Colors of #668080
Black with #668080
Text Example
Text Example
White with #668080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668080; }
p { color: rgb(102,128,128); }
H1.HeaderClassName
{
color: #668080;
}
.AnyTagClassName
{
color: #668080;
}
</style>
background-color css
<style>
a { background-color: #668080; }
a { background-color: rgb(102,128,128); }
div.DivClassName
{
background-color: #668080;
}
.BgClassName
{
background-color: #668080;
}
</style>
border-color css
<style>
span { border-color: #668080; }
span { border-color: rgb(102,128,128); }
td.TdClassName
{
border-color: #668080;
}
.TagClassName
{
border-color: #668080;
}
</style>