Color Hex Logo

#604caa Color Hex

#604CAA
(96,76,170)
0 Favorites   0 Comments

Color spaces of #604caa

RGB 9676170
HSL0.700.380.48
HSV253°55°67°
CMYK 0.440.550.00   0.33
XYZ14.664010.558039.2952
Yxy10.55800.22730.1636
Hunter Lab32.493123.6935-48.9567
CIE-Lab38.825831.8504-47.8661

#604caa color RGB value is (96,76,170).

#604caa hex color red value is 96, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #604caa hue: 0.70 , saturation: 0.38 and the lightness value of 604caa is 0.48.

The process color (four color CMYK) of #604caa color hex is 0.44, 0.55, 0.00, 0.33. Web safe color of #604caa is #663399. Color #604caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 10101010
Octal 140 114 252
Decimal 96 76 170
Hex 60 4C AA

RGB Percentages of Color #604caa

%28.07
%22.22
%49.71

CMYK Percentages of Color #604caa

%44
%55
%0
%33

Triadic Colors of #604caa

#604caa #aa604c #4caa60

Analogous Colors of #604caa

#604caa #8f4caa #4c67aa

Monochromatic Colors of #604caa

#604caa

Complementary Color

#604caa #96aa4c

#604caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#604caa Color CSS Codes

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

#604caa Text Font Color

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

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


#604caa Background Color

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

This div background color is #604caa


#604caa Border Color

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

This div border color is #604caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,76,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #604caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #604caa;
  -webkit-box-shadow: 1px 1px 3px 2px #604caa;
  box-shadow:         1px 1px 3px 2px #604caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604caa


Comments

No comments written yet.

Please login to write comment.