Color Hex Logo

#64667e Color Hex

#64667E
(100,102,126)
0 Favorites   0 Comments

Color spaces of #64667e

RGB 100102126
HSL0.650.120.44
HSV235°21°49°
CMYK 0.210.190.00   0.51
XYZ13.772813.718421.6607
Yxy13.71840.28020.2791
Hunter Lab37.03841.5585-8.7470
CIE-Lab43.82634.7499-13.6040

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100110 01111110
Octal 144 146 176
Decimal 100 102 126
Hex 64 66 7E

RGB Percentages of Color #64667e

%30.49
%31.10
%38.41

CMYK Percentages of Color #64667e

%21
%19
%0
%51

Triadic Colors of #64667e

#64667e #7e6466 #667e64

Analogous Colors of #64667e

#64667e #6f647e #64737e

Monochromatic Colors of #64667e

#64667e

Complementary Color

#64667e #7e7c64

#64667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64667e Color CSS Codes

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

#64667e Text Font Color

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

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


#64667e Background Color

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

This div background color is #64667e


#64667e Border Color

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

This div border color is #64667e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,102,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 #64667e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64667e


Comments

No comments written yet.

Please login to write comment.