Color Hex Logo

#645a68 Color Hex

#645A68
(100,90,104)
0 Favorites   0 Comments

Color spaces of #645a68

RGB 10090104
HSL0.790.070.38
HSV283°13°41°
CMYK 0.040.130.00   0.59
XYZ11.410411.021114.6226
Yxy11.02110.30790.2974
Hunter Lab33.19803.2551-2.8766
CIE-Lab39.61606.9314-6.5304

#645a68 color RGB value is (100,90,104).

#645a68 hex color red value is 100, green value is 90 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #645a68 hue: 0.79 , saturation: 0.07 and the lightness value of 645a68 is 0.38.

The process color (four color CMYK) of #645a68 color hex is 0.04, 0.13, 0.00, 0.59. Web safe color of #645a68 is #666666. Color #645a68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011010 01101000
Octal 144 132 150
Decimal 100 90 104
Hex 64 5A 68

RGB Percentages of Color #645a68

%34.01
%30.61
%35.37

CMYK Percentages of Color #645a68

%4
%13
%0
%59

Triadic Colors of #645a68

#645a68 #68645a #5a6864

Analogous Colors of #645a68

#645a68 #685a65 #5d5a68

Monochromatic Colors of #645a68

#645a68

Complementary Color

#645a68 #5e685a

#645a68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645a68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645a68 Color CSS Codes

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

#645a68 Text Font Color

<p style="color:#645a68">Text here</p>

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


#645a68 Background Color

<div style="background-color:#645a68">
Div content here</div>

This div background color is #645a68


#645a68 Border Color

<div style="border:3px solid #645a68">
Div here</div>

This div border color is #645a68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,90,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #645a68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #645a68;
  -webkit-box-shadow: 1px 1px 3px 2px #645a68;
  box-shadow:         1px 1px 3px 2px #645a68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645a68


Comments

No comments written yet.

Please login to write comment.