Color Hex Logo

#64649d Color Hex

#64649D
(100,100,157)
0 Favorites   0 Comments

Color spaces of #64649d

RGB 100100157
HSL0.670.230.50
HSV240°36°62°
CMYK 0.360.360.00   0.38
XYZ15.898514.258033.8124
Yxy14.25800.24850.2229
Hunter Lab37.75989.0767-26.6600
CIE-Lab44.600714.2823-30.9524

#64649d color RGB value is (100,100,157).

#64649d hex color red value is 100, green value is 100 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #64649d hue: 0.67 , saturation: 0.23 and the lightness value of 64649d is 0.50.

The process color (four color CMYK) of #64649d color hex is 0.36, 0.36, 0.00, 0.38. Web safe color of #64649d is #666699. Color #64649d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100100 10011101
Octal 144 144 235
Decimal 100 100 157
Hex 64 64 9D

RGB Percentages of Color #64649d

%28.01
%28.01
%43.98

CMYK Percentages of Color #64649d

%36
%36
%0
%38

Triadic Colors of #64649d

#64649d #9d6464 #649d64

Analogous Colors of #64649d

#64649d #81649d #64819d

Monochromatic Colors of #64649d

#64649d

Complementary Color

#64649d #9d9d64

#64649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64649d Color CSS Codes

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

#64649d Text Font Color

<p style="color:#64649d">Text here</p>

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


#64649d Background Color

<div style="background-color:#64649d">
Div content here</div>

This div background color is #64649d


#64649d Border Color

<div style="border:3px solid #64649d">
Div here</div>

This div border color is #64649d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,100,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64649d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64649d;
  -webkit-box-shadow: 1px 1px 3px 2px #64649d;
  box-shadow:         1px 1px 3px 2px #64649d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64649d


Comments

No comments written yet.

Please login to write comment.