Color Hex Logo

#60598c Color Hex

#60598C
(96,89,140)
0 Favorites   0 Comments

Color spaces of #60598c

RGB 9689140
HSL0.690.220.45
HSV248°36°55°
CMYK 0.310.360.00   0.45
XYZ13.129911.525026.3435
Yxy11.52500.25750.2260
Hunter Lab33.94859.6267-22.2442
CIE-Lab40.451015.1472-27.2945

#60598c color RGB value is (96,89,140).

#60598c hex color red value is 96, green value is 89 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #60598c hue: 0.69 , saturation: 0.22 and the lightness value of 60598c is 0.45.

The process color (four color CMYK) of #60598c color hex is 0.31, 0.36, 0.00, 0.45. Web safe color of #60598c is #666699. Color #60598c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011001 10001100
Octal 140 131 214
Decimal 96 89 140
Hex 60 59 8C

RGB Percentages of Color #60598c

%29.54
%27.38
%43.08

CMYK Percentages of Color #60598c

%31
%36
%0
%45

Triadic Colors of #60598c

#60598c #8c6059 #598c60

Analogous Colors of #60598c

#60598c #7a598c #596c8c

Monochromatic Colors of #60598c

#60598c

Complementary Color

#60598c #858c59

#60598c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60598c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60598c Color CSS Codes

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

#60598c Text Font Color

<p style="color:#60598c">Text here</p>

This sample text font color is #60598c
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.


#60598c Background Color

<div style="background-color:#60598c">
Div content here</div>

This div background color is #60598c


#60598c Border Color

<div style="border:3px solid #60598c">
Div here</div>

This div border color is #60598c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,89,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60598c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60598c;
  -webkit-box-shadow: 1px 1px 3px 2px #60598c;
  box-shadow:         1px 1px 3px 2px #60598c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60598c


Comments

No comments written yet.

Please login to write comment.