Color Hex Logo

#64647e Color Hex

#64647E
(100,100,126)
0 Favorites   0 Comments

Color spaces of #64647e

RGB 100100126
HSL0.670.120.44
HSV240°21°49°
CMYK 0.210.210.00   0.51
XYZ13.578613.330021.5959
Yxy13.33000.27990.2748
Hunter Lab36.51032.4933-9.5130
CIE-Lab43.25635.9667-14.4702

#64647e color RGB value is (100,100,126).

#64647e hex color red value is 100, green value is 100 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #64647e hue: 0.67 , saturation: 0.12 and the lightness value of 64647e is 0.44.

The process color (four color CMYK) of #64647e color hex is 0.21, 0.21, 0.00, 0.51. Web safe color of #64647e is #666666. Color #64647e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100100 01111110
Octal 144 144 176
Decimal 100 100 126
Hex 64 64 7E

RGB Percentages of Color #64647e

%30.67
%30.67
%38.65

CMYK Percentages of Color #64647e

%21
%21
%0
%51

Triadic Colors of #64647e

#64647e #7e6464 #647e64

Analogous Colors of #64647e

#64647e #71647e #64717e

Monochromatic Colors of #64647e

#64647e

Complementary Color

#64647e #7e7e64

#64647e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64647e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64647e Color CSS Codes

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

#64647e Text Font Color

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

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


#64647e Background Color

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

This div background color is #64647e


#64647e Border Color

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

This div border color is #64647e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64647e


Comments

No comments written yet.

Please login to write comment.