#62847F

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

Shades of Rolling Stone #62847F

Tints of Rolling Stone #62847F

Color information

#62847F (or 0x62847F) is unknown color: approx Rolling Stone. HEX triplet: 62, 84 and 7F. RGB value is (98,132,127). Sum of RGB (Red+Green+Blue) = 98+132+127=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #62847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62847F is #9D7B80. Grayscale: #797979. Windows color (decimal): -10320769 or 8356962. OLE color: 8356962.

HSL color Cylindrical-coordinate representation of color #62847F: hue angle of 171.18º 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 #62847F is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB98132127-
CMYK0.2600.040.48
HSL171.18º14.78%45.1%-
HSV(B)171.18º25.76%51.76%-
XYZ17.1220.6323.16-
YUV121.26131.24111.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 127 (50% from 255) = 35.57%
R=27.45%
G=36.97%
B=35.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981321270.2600.040.48171.1814.7845.1
Hex62847F1A0430abf2d
Octal1422041773204602531755
Binary1100010100001001111111110100100110000101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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