#62847E

Color #62847E Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #62847E

Tints of Rolling Stone #62847E

Color information

#62847E (or 0x62847E) is unknown color: approx Rolling Stone. HEX triplet: 62, 84 and 7E. RGB value is (98,132,126). Sum of RGB (Red+Green+Blue) = 98+132+126=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #62847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62847E is #9D7B81. Grayscale: #797979. Windows color (decimal): -10320770 or 8291426. OLE color: 8291426.

HSL color Cylindrical-coordinate representation of color #62847E: hue angle of 169.41º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62847E is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB98132126-
CMYK0.2600.050.48
HSL169.41º14.78%45.1%-
HSV(B)169.41º25.76%51.76%-
XYZ17.0520.6122.82-
YUV121.15130.74111.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=27.53%
G=37.08%
B=35.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981321260.2600.050.48169.4114.7845.1
Hex62847E1A0530a9f2d
Octal1422041763205602511755
Binary1100010100001001111110110100101110000101010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62847E; }

 p { color: rgb(98,132,126); }

 H1.HeaderClassName
 {
   color: #62847E;
 }
 .AnyTagClassName
 {
   color: #62847E;
 }
</style>
background-color css

<style>
 a { background-color: #62847E; }

 a { background-color: rgb(98,132,126); }

 div.DivClassName
 {
   background-color: #62847E;
 }
 .BgClassName
 {
   background-color: #62847E;
 }
</style>
border-color css

<style>
 span { border-color: #62847E; }

 span { border-color: rgb(98,132,126); }

 td.TdClassName
 {
   border-color: #62847E;
 }
 .TagClassName
 {
   border-color: #62847E;
 }
</style>