Color Hex Logo

#604f68 Color Hex

#604F68
(96,79,104)
0 Favorites   0 Comments

Color spaces of #604f68

RGB 9679104
HSL0.780.140.36
HSV281°24°41°
CMYK 0.080.240.00   0.59
XYZ10.11859.078214.3157
Yxy9.07820.30190.2709
Hunter Lab30.13017.2176-7.0794
CIE-Lab36.134412.2540-11.8115

#604f68 color RGB value is (96,79,104).

#604f68 hex color red value is 96, green value is 79 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #604f68 hue: 0.78 , saturation: 0.14 and the lightness value of 604f68 is 0.36.

The process color (four color CMYK) of #604f68 color hex is 0.08, 0.24, 0.00, 0.59. Web safe color of #604f68 is #666666. Color #604f68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001111 01101000
Octal 140 117 150
Decimal 96 79 104
Hex 60 4F 68

RGB Percentages of Color #604f68

%34.41
%28.32
%37.28

CMYK Percentages of Color #604f68

%8
%24
%0
%59

Triadic Colors of #604f68

#604f68 #68604f #4f6860

Analogous Colors of #604f68

#604f68 #684f64 #544f68

Monochromatic Colors of #604f68

#604f68

Complementary Color

#604f68 #57684f

#604f68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604f68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604f68 Color CSS Codes

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

#604f68 Text Font Color

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

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


#604f68 Background Color

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

This div background color is #604f68


#604f68 Border Color

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

This div border color is #604f68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,79,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 #604f68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604f68


Comments

No comments written yet.

Please login to write comment.