Color Hex Logo

#604999 Color Hex

#604999
(96,73,153)
0 Favorites   0 Comments

Color spaces of #604999

RGB 9673153
HSL0.710.350.44
HSV257°52°60°
CMYK 0.370.520.00   0.40
XYZ12.95629.551831.2978
Yxy9.55180.24080.1775
Hunter Lab30.906020.7441-38.4075
CIE-Lab37.025728.7666-40.5685

#604999 color RGB value is (96,73,153).

#604999 hex color red value is 96, green value is 73 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #604999 hue: 0.71 , saturation: 0.35 and the lightness value of 604999 is 0.44.

The process color (four color CMYK) of #604999 color hex is 0.37, 0.52, 0.00, 0.40. Web safe color of #604999 is #663399. Color #604999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001001 10011001
Octal 140 111 231
Decimal 96 73 153
Hex 60 49 99

RGB Percentages of Color #604999

%29.81
%22.67
%47.52

CMYK Percentages of Color #604999

%37
%52
%0
%40

Triadic Colors of #604999

#604999 #996049 #499960

Analogous Colors of #604999

#604999 #884999 #495a99

Monochromatic Colors of #604999

#604999

Complementary Color

#604999 #829949

#604999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604999 Color CSS Codes

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

#604999 Text Font Color

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

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


#604999 Background Color

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

This div background color is #604999


#604999 Border Color

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

This div border color is #604999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604999


Comments

No comments written yet.

Please login to write comment.