Color Hex Logo

#604063 Color Hex

#604063
(96,64,99)
0 Favorites   0 Comments

Color spaces of #604063

RGB 966499
HSL0.820.210.32
HSV295°35°39°
CMYK 0.030.350.00   0.61
XYZ8.90947.054412.6964
Yxy7.05440.31090.2461
Hunter Lab26.560113.3963-9.7500
CIE-Lab31.930420.5327-15.0708

#604063 color RGB value is (96,64,99).

#604063 hex color red value is 96, green value is 64 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #604063 hue: 0.82 , saturation: 0.21 and the lightness value of 604063 is 0.32.

The process color (four color CMYK) of #604063 color hex is 0.03, 0.35, 0.00, 0.61. Web safe color of #604063 is #663366. Color #604063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000000 01100011
Octal 140 100 143
Decimal 96 64 99
Hex 60 40 63

RGB Percentages of Color #604063

%37.07
%24.71
%38.22

CMYK Percentages of Color #604063

%3
%35
%0
%61

Triadic Colors of #604063

#604063 #636040 #406360

Analogous Colors of #604063

#604063 #634055 #4f4063

Monochromatic Colors of #604063

#604063

Complementary Color

#604063 #436340

#604063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604063 Color CSS Codes

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

#604063 Text Font Color

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

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


#604063 Background Color

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

This div background color is #604063


#604063 Border Color

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

This div border color is #604063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604063


Comments

No comments written yet.

Please login to write comment.