Shades of Rolling Stone #68827D
Tints of Rolling Stone #68827D
RGB
CMYK
RGB Variations
Color information
#68827D (or 0x68827D) is known color: Rolling Stone. HEX triplet: 68, 82 and 7D. RGB value is (104,130,125). Sum of RGB (Red+Green+Blue) = 104+130+125=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #68827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68827D is #977D82. Grayscale: #797979. Windows color (decimal): -9928067 or 8225384. OLE color: 8225384.
HSL color Cylindrical-coordinate representation of color #68827D: hue angle of 168.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68827D is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 125 | - |
| CMYK | 0.2 | 0 | 0.04 | 0.49 |
| HSL | 168.46º | 0.11% | 0.46% | - |
| HSV(B) | 168.46º | 0.2% | 0.51% | - |
| XYZ | 17.39 | 20.39 | 22.42 | - |
| YUV | 121.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 125 | 0.2 | 0 | 0.04 | 0.49 | 168.46 | 0.11 | 0.46 |
| Hex | 68 | 82 | 7D | 14 | 0 | 4 | 31 | A8 | B | 2E |
| Octal | 150 | 202 | 175 | 24 | 0 | 4 | 61 | 250 | 13 | 56 |
| Binary | 1101000 | 10000010 | 1111101 | 10100 | 0 | 100 | 110001 | 10101000 | 1011 | 101110 |
Color Harmonies of #68827D
Complementary color
Monochromatic Colors of #68827D
Black with #68827D
Text Example
Text Example
White with #68827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68827D; }
p { color: rgb(104,130,125); }
H1.HeaderClassName
{
color: #68827D;
}
.AnyTagClassName
{
color: #68827D;
}
</style>
background-color css
<style>
a { background-color: #68827D; }
a { background-color: rgb(104,130,125); }
div.DivClassName
{
background-color: #68827D;
}
.BgClassName
{
background-color: #68827D;
}
</style>
border-color css
<style>
span { border-color: #68827D; }
span { border-color: rgb(104,130,125); }
td.TdClassName
{
border-color: #68827D;
}
.TagClassName
{
border-color: #68827D;
}
</style>