Color Hex Logo

#60497e Color Hex

#60497E
(96,73,126)
0 Favorites   0 Comments

Color spaces of #60497e

RGB 9673126
HSL0.740.270.39
HSV266°42°49°
CMYK 0.240.420.00   0.51
XYZ10.97238.758220.8509
Yxy8.75820.27040.2158
Hunter Lab29.594314.3903-21.0573
CIE-Lab35.514521.4121-26.4612

#60497e color RGB value is (96,73,126).

#60497e hex color red value is 96, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #60497e hue: 0.74 , saturation: 0.27 and the lightness value of 60497e is 0.39.

The process color (four color CMYK) of #60497e color hex is 0.24, 0.42, 0.00, 0.51. Web safe color of #60497e is #663366. Color #60497e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001001 01111110
Octal 140 111 176
Decimal 96 73 126
Hex 60 49 7E

RGB Percentages of Color #60497e

%32.54
%24.75
%42.71

CMYK Percentages of Color #60497e

%24
%42
%0
%51

Triadic Colors of #60497e

#60497e #7e6049 #497e60

Analogous Colors of #60497e

#60497e #7b497e #494c7e

Monochromatic Colors of #60497e

#60497e

Complementary Color

#60497e #677e49

#60497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60497e Color CSS Codes

.mybgcolor {background-color:#60497e; } 
.myforecolor {color:#60497e; }
.mybordercolor {border:3px solid #60497e; }

#60497e Text Font Color

<p style="color:#60497e">Text here</p>

This sample text font color is #60497e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#60497e Background Color

<div style="background-color:#60497e">
Div content here</div>

This div background color is #60497e


#60497e Border Color

<div style="border:3px solid #60497e">
Div here</div>

This div border color is #60497e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,73,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60497e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60497e;
  -webkit-box-shadow: 1px 1px 3px 2px #60497e;
  box-shadow:         1px 1px 3px 2px #60497e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,73,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #60497e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #60497e;
  -webkit-box-shadow: 1px 1px 3px 2px #60497e;
  box-shadow:         1px 1px 3px 2px #60497e;">
Div content here</div>

This div box has shadow with color #60497e


Comments

No comments written yet.

Please login to write comment.