Color Hex Logo

#606764 Color Hex

#606764
(96,103,100)
0 Favorites   0 Comments

Color spaces of #606764

RGB 96103100
HSL0.430.040.39
HSV154°40°
CMYK 0.070.000.03   0.60
XYZ11.974413.107413.9555
Yxy13.10740.30670.3358
Hunter Lab36.2041-4.31902.4886
CIE-Lab42.9246-3.33120.7560

#606764 color RGB value is (96,103,100).

#606764 hex color red value is 96, green value is 103 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #606764 hue: 0.43 , saturation: 0.04 and the lightness value of 606764 is 0.39.

The process color (four color CMYK) of #606764 color hex is 0.07, 0.00, 0.03, 0.60. Web safe color of #606764 is #666666. Color #606764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 01100100
Octal 140 147 144
Decimal 96 103 100
Hex 60 67 64

RGB Percentages of Color #606764

%32.11
%34.45
%33.44

CMYK Percentages of Color #606764

%7
%0
%3
%60

Triadic Colors of #606764

#606764 #646067 #676460

Analogous Colors of #606764

#606764 #606767 #606761

Monochromatic Colors of #606764

#606764

Complementary Color

#606764 #676063

#606764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606764 Color CSS Codes

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

#606764 Text Font Color

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

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


#606764 Background Color

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

This div background color is #606764


#606764 Border Color

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

This div border color is #606764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606764


Comments

No comments written yet.

Please login to write comment.