Color Hex Logo

#64769f Color Hex

#64769F
(100,118,159)
0 Favorites   0 Comments

Color spaces of #64769f

RGB 100118159
HSL0.620.240.51
HSV222°37°62°
CMYK 0.370.260.00   0.38
XYZ17.992018.169435.3597
Yxy18.16940.25160.2540
Hunter Lab42.62560.7490-19.3456
CIE-Lab49.70093.8956-24.1941

#64769f color RGB value is (100,118,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110110 10011111
Octal 144 166 237
Decimal 100 118 159
Hex 64 76 9F

RGB Percentages of Color #64769f

%26.53
%31.30
%42.18

CMYK Percentages of Color #64769f

%37
%26
%0
%38

Triadic Colors of #64769f

#64769f #9f6476 #769f64

Analogous Colors of #64769f

#64769f #70649f #64949f

Monochromatic Colors of #64769f

#64769f

Complementary Color

#64769f #9f8d64

#64769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64769f Color CSS Codes

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

#64769f Text Font Color

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

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


#64769f Background Color

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

This div background color is #64769f


#64769f Border Color

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

This div border color is #64769f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64769f


Comments

No comments written yet.

Please login to write comment.