Color Hex Logo

#64718a Color Hex

#64718A
(100,113,138)
0 Favorites   0 Comments

Color spaces of #64718a

RGB 100113138
HSL0.610.160.47
HSV219°28°54°
CMYK 0.280.180.00   0.46
XYZ15.748116.354626.3715
Yxy16.35460.26930.2797
Hunter Lab40.4408-1.2616-10.3545
CIE-Lab47.43631.1883-15.2950

#64718a color RGB value is (100,113,138).

#64718a hex color red value is 100, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #64718a hue: 0.61 , saturation: 0.16 and the lightness value of 64718a is 0.47.

The process color (four color CMYK) of #64718a color hex is 0.28, 0.18, 0.00, 0.46. Web safe color of #64718a is #666699. Color #64718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110001 10001010
Octal 144 161 212
Decimal 100 113 138
Hex 64 71 8A

RGB Percentages of Color #64718a

%28.49
%32.19
%39.32

CMYK Percentages of Color #64718a

%28
%18
%0
%46

Triadic Colors of #64718a

#64718a #8a6471 #718a64

Analogous Colors of #64718a

#64718a #6a648a #64848a

Monochromatic Colors of #64718a

#64718a

Complementary Color

#64718a #8a7d64

#64718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#64718a Color CSS Codes

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

#64718a Text Font Color

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

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


#64718a Background Color

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

This div background color is #64718a


#64718a Border Color

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

This div border color is #64718a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,113,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64718a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64718a;
  -webkit-box-shadow: 1px 1px 3px 2px #64718a;
  box-shadow:         1px 1px 3px 2px #64718a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64718a


Comments

No comments written yet.

Please login to write comment.