Color Hex Logo

#64708b Color Hex

#64708B
(100,112,139)
0 Favorites   0 Comments

Color spaces of #64708b

RGB 100112139
HSL0.620.160.47
HSV222°28°55°
CMYK 0.280.190.00   0.45
XYZ15.709916.161726.7176
Yxy16.16170.26810.2758
Hunter Lab40.2016-0.5990-11.2624
CIE-Lab47.18592.0453-16.2697

#64708b color RGB value is (100,112,139).

#64708b hex color red value is 100, green value is 112 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #64708b hue: 0.62 , saturation: 0.16 and the lightness value of 64708b is 0.47.

The process color (four color CMYK) of #64708b color hex is 0.28, 0.19, 0.00, 0.45. Web safe color of #64708b is #666699. Color #64708b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110000 10001011
Octal 144 160 213
Decimal 100 112 139
Hex 64 70 8B

RGB Percentages of Color #64708b

%28.49
%31.91
%39.60

CMYK Percentages of Color #64708b

%28
%19
%0
%45

Triadic Colors of #64708b

#64708b #8b6470 #708b64

Analogous Colors of #64708b

#64708b #6c648b #64848b

Monochromatic Colors of #64708b

#64708b

Complementary Color

#64708b #8b7f64

#64708b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64708b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64708b Color CSS Codes

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

#64708b Text Font Color

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

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


#64708b Background Color

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

This div background color is #64708b


#64708b Border Color

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

This div border color is #64708b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,112,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64708b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64708b;
  -webkit-box-shadow: 1px 1px 3px 2px #64708b;
  box-shadow:         1px 1px 3px 2px #64708b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64708b

#64708b Color Palettes


Comments

No comments written yet.

Please login to write comment.