Color Hex Logo

#64638a Color Hex

#64638A
(100,99,138)
0 Favorites   0 Comments

Color spaces of #64638a

RGB 10099138
HSL0.670.160.46
HSV242°28°54°
CMYK 0.280.280.00   0.46
XYZ14.304813.468025.8904
Yxy13.46800.26660.2510
Hunter Lab36.69885.3546-16.1390
CIE-Lab43.46019.6673-21.3878

#64638a color RGB value is (100,99,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100011 10001010
Octal 144 143 212
Decimal 100 99 138
Hex 64 63 8A

RGB Percentages of Color #64638a

%29.67
%29.38
%40.95

CMYK Percentages of Color #64638a

%28
%28
%0
%46

Triadic Colors of #64638a

#64638a #8a6463 #638a64

Analogous Colors of #64638a

#64638a #78638a #63768a

Monochromatic Colors of #64638a

#64638a

Complementary Color

#64638a #898a63

#64638a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64638a Color Preview on White Background

Lorem ipsum dolor sit amet.

#64638a Color CSS Codes

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

#64638a Text Font Color

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

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


#64638a Background Color

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

This div background color is #64638a


#64638a Border Color

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

This div border color is #64638a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64638a


Comments

No comments written yet.

Please login to write comment.