Color Hex Logo

#604baa Color Hex

#604BAA
(96,75,170)
0 Favorites   0 Comments

Color spaces of #604baa

RGB 9675170
HSL0.700.390.48
HSV253°56°67°
CMYK 0.440.560.00   0.33
XYZ14.595610.421239.2724
Yxy10.42120.22700.1621
Hunter Lab32.281924.2119-49.5317
CIE-Lab38.588032.4579-48.2486

#604baa color RGB value is (96,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001011 10101010
Octal 140 113 252
Decimal 96 75 170
Hex 60 4B AA

RGB Percentages of Color #604baa

%28.15
%21.99
%49.85

CMYK Percentages of Color #604baa

%44
%56
%0
%33

Triadic Colors of #604baa

#604baa #aa604b #4baa60

Analogous Colors of #604baa

#604baa #904baa #4b66aa

Monochromatic Colors of #604baa

#604baa

Complementary Color

#604baa #95aa4b

#604baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#604baa Color CSS Codes

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

#604baa Text Font Color

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

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


#604baa Background Color

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

This div background color is #604baa


#604baa Border Color

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

This div border color is #604baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,75,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 #604baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604baa


Comments

No comments written yet.

Please login to write comment.