Color Hex Logo

#64719f Color Hex

#64719F
(100,113,159)
0 Favorites   0 Comments

Color spaces of #64719f

RGB 100113159
HSL0.630.240.51
HSV227°37°62°
CMYK 0.370.290.00   0.38
XYZ17.418717.022835.1686
Yxy17.02280.25020.2445
Hunter Lab41.25873.1569-21.6573
CIE-Lab48.28886.9004-26.3808

#64719f color RGB value is (100,113,159).

#64719f hex color red value is 100, green value is 113 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #64719f hue: 0.63 , saturation: 0.24 and the lightness value of 64719f is 0.51.

The process color (four color CMYK) of #64719f color hex is 0.37, 0.29, 0.00, 0.38. Web safe color of #64719f is #666699. Color #64719f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110001 10011111
Octal 144 161 237
Decimal 100 113 159
Hex 64 71 9F

RGB Percentages of Color #64719f

%26.88
%30.38
%42.74

CMYK Percentages of Color #64719f

%37
%29
%0
%38

Triadic Colors of #64719f

#64719f #9f6471 #719f64

Analogous Colors of #64719f

#64719f #75649f #648f9f

Monochromatic Colors of #64719f

#64719f

Complementary Color

#64719f #9f9264

#64719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64719f Color CSS Codes

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

#64719f Text Font Color

<p style="color:#64719f">Text here</p>

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


#64719f Background Color

<div style="background-color:#64719f">
Div content here</div>

This div background color is #64719f


#64719f Border Color

<div style="border:3px solid #64719f">
Div here</div>

This div border color is #64719f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,113,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64719f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64719f;
  -webkit-box-shadow: 1px 1px 3px 2px #64719f;
  box-shadow:         1px 1px 3px 2px #64719f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64719f


Comments

No comments written yet.

Please login to write comment.