Shades of Rolling Stone #68847D
Tints of Rolling Stone #68847D
RGB
CMYK
RGB Variations
Color information
#68847D (or 0x68847D) is known color: Rolling Stone. HEX triplet: 68, 84 and 7D. RGB value is (104,132,125). Sum of RGB (Red+Green+Blue) = 104+132+125=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #68847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847D is #977B82. Grayscale: #7A7A7A. Windows color (decimal): -9927555 or 8225896. OLE color: 8225896.
HSL color Cylindrical-coordinate representation of color #68847D: hue angle of 165º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68847D is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 125 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.48 |
| HSL | 165º | 0.12% | 0.46% | - |
| HSV(B) | 165º | 0.21% | 0.52% | - |
| XYZ | 17.66 | 20.93 | 22.51 | - |
| YUV | 122.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 125 | 0.21 | 0 | 0.05 | 0.48 | 165 | 0.12 | 0.46 |
| Hex | 68 | 84 | 7D | 15 | 0 | 5 | 30 | A5 | C | 2E |
| Octal | 150 | 204 | 175 | 25 | 0 | 5 | 60 | 245 | 14 | 56 |
| Binary | 1101000 | 10000100 | 1111101 | 10101 | 0 | 101 | 110000 | 10100101 | 1100 | 101110 |
Color Harmonies of #68847D
Complementary color
Monochromatic Colors of #68847D
Black with #68847D
Text Example
Text Example
White with #68847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68847D; }
p { color: rgb(104,132,125); }
H1.HeaderClassName
{
color: #68847D;
}
.AnyTagClassName
{
color: #68847D;
}
</style>
background-color css
<style>
a { background-color: #68847D; }
a { background-color: rgb(104,132,125); }
div.DivClassName
{
background-color: #68847D;
}
.BgClassName
{
background-color: #68847D;
}
</style>
border-color css
<style>
span { border-color: #68847D; }
span { border-color: rgb(104,132,125); }
td.TdClassName
{
border-color: #68847D;
}
.TagClassName
{
border-color: #68847D;
}
</style>