Color Hex Logo

#64638b Color Hex

#64638B
(100,99,139)
0 Favorites   0 Comments

Color spaces of #64638b

RGB 10099139
HSL0.670.170.47
HSV242°29°55°
CMYK 0.280.290.00   0.45
XYZ14.377613.497126.2735
Yxy13.49710.26550.2493
Hunter Lab36.73845.5639-16.6844
CIE-Lab43.50299.9333-21.9221

#64638b color RGB value is (100,99,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100011 10001011
Octal 144 143 213
Decimal 100 99 139
Hex 64 63 8B

RGB Percentages of Color #64638b

%29.59
%29.29
%41.12

CMYK Percentages of Color #64638b

%28
%29
%0
%45

Triadic Colors of #64638b

#64638b #8b6463 #638b64

Analogous Colors of #64638b

#64638b #78638b #63768b

Monochromatic Colors of #64638b

#64638b

Complementary Color

#64638b #8a8b63

#64638b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64638b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64638b Color CSS Codes

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

#64638b Text Font Color

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

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


#64638b Background Color

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

This div background color is #64638b


#64638b Border Color

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

This div border color is #64638b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64638b


Comments

No comments written yet.

Please login to write comment.