Color Hex Logo

#604090 Color Hex

#604090
(96,64,144)
0 Favorites   0 Comments

Color spaces of #604090

RGB 9664144
HSL0.730.380.41
HSV264°56°56°
CMYK 0.330.560.00   0.44
XYZ11.69138.167227.3458
Yxy8.16720.24770.1730
Hunter Lab28.578323.0118-36.7281
CIE-Lab34.328731.7291-39.4111

#604090 color RGB value is (96,64,144).

#604090 hex color red value is 96, green value is 64 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #604090 hue: 0.73 , saturation: 0.38 and the lightness value of 604090 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000000 10010000
Octal 140 100 220
Decimal 96 64 144
Hex 60 40 90

RGB Percentages of Color #604090

%31.58
%21.05
%47.37

CMYK Percentages of Color #604090

%33
%56
%0
%44

Triadic Colors of #604090

#604090 #906040 #409060

Analogous Colors of #604090

#604090 #884090 #404890

Monochromatic Colors of #604090

#604090

Complementary Color

#604090 #709040

#604090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604090 Color CSS Codes

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

#604090 Text Font Color

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

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


#604090 Background Color

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

This div background color is #604090


#604090 Border Color

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

This div border color is #604090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604090


Comments

No comments written yet.

Please login to write comment.