Color Hex Logo

#644c6b Color Hex

#644C6B
(100,76,107)
0 Favorites   0 Comments

Color spaces of #644c6b

RGB 10076107
HSL0.800.170.36
HSV286°29°42°
CMYK 0.070.290.00   0.58
XYZ10.49388.939715.0824
Yxy8.93970.30400.2590
Hunter Lab29.899310.3245-8.9787
CIE-Lab35.867916.2970-14.0550

#644c6b color RGB value is (100,76,107).

#644c6b hex color red value is 100, green value is 76 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #644c6b hue: 0.80 , saturation: 0.17 and the lightness value of 644c6b is 0.36.

The process color (four color CMYK) of #644c6b color hex is 0.07, 0.29, 0.00, 0.58. Web safe color of #644c6b is #663366. Color #644c6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001100 01101011
Octal 144 114 153
Decimal 100 76 107
Hex 64 4C 6B

RGB Percentages of Color #644c6b

%35.34
%26.86
%37.81

CMYK Percentages of Color #644c6b

%7
%29
%0
%58

Triadic Colors of #644c6b

#644c6b #6b644c #4c6b64

Analogous Colors of #644c6b

#644c6b #6b4c63 #554c6b

Monochromatic Colors of #644c6b

#644c6b

Complementary Color

#644c6b #536b4c

#644c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#644c6b Color CSS Codes

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

#644c6b Text Font Color

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

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


#644c6b Background Color

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

This div background color is #644c6b


#644c6b Border Color

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

This div border color is #644c6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,76,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #644c6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #644c6b;
  -webkit-box-shadow: 1px 1px 3px 2px #644c6b;
  box-shadow:         1px 1px 3px 2px #644c6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644c6b


Comments

No comments written yet.

Please login to write comment.