Shades of Rolling Stone #62827D
Tints of Rolling Stone #62827D
RGB
CMYK
RGB Variations
Color information
#62827D (or 0x62827D) is known color: Rolling Stone. HEX triplet: 62, 82 and 7D. RGB value is (98,130,125). Sum of RGB (Red+Green+Blue) = 98+130+125=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #62827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62827D is #9D7D82. Grayscale: #777777. Windows color (decimal): -10321283 or 8225378. OLE color: 8225378.
HSL color Cylindrical-coordinate representation of color #62827D: hue angle of 170.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62827D is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 125 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.49 |
| HSL | 170.63º | 0.14% | 0.45% | - |
| HSV(B) | 170.63º | 0.25% | 0.51% | - |
| XYZ | 16.72 | 20.04 | 22.39 | - |
| YUV | 119.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 125 | 0.25 | 0 | 0.04 | 0.49 | 170.63 | 0.14 | 0.45 |
| Hex | 62 | 82 | 7D | 19 | 0 | 4 | 31 | AB | E | 2D |
| Octal | 142 | 202 | 175 | 31 | 0 | 4 | 61 | 253 | 16 | 55 |
| Binary | 1100010 | 10000010 | 1111101 | 11001 | 0 | 100 | 110001 | 10101011 | 1110 | 101101 |
Color Harmonies of #62827D
Complementary color
Monochromatic Colors of #62827D
Black with #62827D
Text Example
Text Example
White with #62827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62827D; }
p { color: rgb(98,130,125); }
H1.HeaderClassName
{
color: #62827D;
}
.AnyTagClassName
{
color: #62827D;
}
</style>
background-color css
<style>
a { background-color: #62827D; }
a { background-color: rgb(98,130,125); }
div.DivClassName
{
background-color: #62827D;
}
.BgClassName
{
background-color: #62827D;
}
</style>
border-color css
<style>
span { border-color: #62827D; }
span { border-color: rgb(98,130,125); }
td.TdClassName
{
border-color: #62827D;
}
.TagClassName
{
border-color: #62827D;
}
</style>