Color Hex Logo

#604069 Color Hex

#604069
(96,64,105)
0 Favorites   0 Comments

Color spaces of #604069

RGB 9664105
HSL0.800.240.33
HSV287°39°41°
CMYK 0.090.390.00   0.59
XYZ9.20717.173514.2640
Yxy7.17350.30040.2341
Hunter Lab26.783414.4905-12.8276
CIE-Lab32.198721.8786-18.4747

#604069 color RGB value is (96,64,105).

#604069 hex color red value is 96, green value is 64 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #604069 hue: 0.80 , saturation: 0.24 and the lightness value of 604069 is 0.33.

The process color (four color CMYK) of #604069 color hex is 0.09, 0.39, 0.00, 0.59. Web safe color of #604069 is #663366. Color #604069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000000 01101001
Octal 140 100 151
Decimal 96 64 105
Hex 60 40 69

RGB Percentages of Color #604069

%36.23
%24.15
%39.62

CMYK Percentages of Color #604069

%9
%39
%0
%59

Triadic Colors of #604069

#604069 #696040 #406960

Analogous Colors of #604069

#604069 #69405d #4c4069

Monochromatic Colors of #604069

#604069

Complementary Color

#604069 #496940

#604069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604069 Color CSS Codes

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

#604069 Text Font Color

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

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


#604069 Background Color

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

This div background color is #604069


#604069 Border Color

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

This div border color is #604069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604069


Comments

No comments written yet.

Please login to write comment.