Color Hex Logo

#604497 Color Hex

#604497
(96,68,151)
0 Favorites   0 Comments

Color spaces of #604497

RGB 9668151
HSL0.720.380.43
HSV260°55°59°
CMYK 0.360.550.00   0.41
XYZ12.47698.855430.3298
Yxy8.85540.24150.1714
Hunter Lab29.758022.7647-39.5986
CIE-Lab35.704431.2488-41.4715

#604497 color RGB value is (96,68,151).

#604497 hex color red value is 96, green value is 68 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #604497 hue: 0.72 , saturation: 0.38 and the lightness value of 604497 is 0.43.

The process color (four color CMYK) of #604497 color hex is 0.36, 0.55, 0.00, 0.41. Web safe color of #604497 is #663399. Color #604497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000100 10010111
Octal 140 104 227
Decimal 96 68 151
Hex 60 44 97

RGB Percentages of Color #604497

%30.48
%21.59
%47.94

CMYK Percentages of Color #604497

%36
%55
%0
%41

Triadic Colors of #604497

#604497 #976044 #449760

Analogous Colors of #604497

#604497 #8a4497 #445297

Monochromatic Colors of #604497

#604497

Complementary Color

#604497 #7b9744

#604497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604497 Color CSS Codes

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

#604497 Text Font Color

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

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


#604497 Background Color

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

This div background color is #604497


#604497 Border Color

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

This div border color is #604497


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,68,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #604497; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #604497;
  -webkit-box-shadow: 1px 1px 3px 2px #604497;
  box-shadow:         1px 1px 3px 2px #604497; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604497


Comments

No comments written yet.

Please login to write comment.