Color Hex Logo

#604c68 Color Hex

#604C68
(96,76,104)
0 Favorites   0 Comments

Color spaces of #604c68

RGB 9676104
HSL0.790.160.35
HSV283°27°41°
CMYK 0.080.270.00   0.59
XYZ9.90708.655214.2452
Yxy8.65520.30200.2638
Hunter Lab29.41978.6248-8.1148
CIE-Lab35.311814.1372-13.0626

#604c68 color RGB value is (96,76,104).

#604c68 hex color red value is 96, green value is 76 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #604c68 hue: 0.79 , saturation: 0.16 and the lightness value of 604c68 is 0.35.

The process color (four color CMYK) of #604c68 color hex is 0.08, 0.27, 0.00, 0.59. Web safe color of #604c68 is #663366. Color #604c68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 01101000
Octal 140 114 150
Decimal 96 76 104
Hex 60 4C 68

RGB Percentages of Color #604c68

%34.78
%27.54
%37.68

CMYK Percentages of Color #604c68

%8
%27
%0
%59

Triadic Colors of #604c68

#604c68 #68604c #4c6860

Analogous Colors of #604c68

#604c68 #684c62 #524c68

Monochromatic Colors of #604c68

#604c68

Complementary Color

#604c68 #54684c

#604c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604c68 Color CSS Codes

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

#604c68 Text Font Color

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

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


#604c68 Background Color

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

This div background color is #604c68


#604c68 Border Color

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

This div border color is #604c68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604c68


Comments

No comments written yet.

Please login to write comment.