Color Hex Logo

#64809f Color Hex

#64809F
(100,128,159)
0 Favorites   0 Comments

Color spaces of #64809f

RGB 100128159
HSL0.590.240.51
HSV212°37°62°
CMYK 0.370.190.00   0.38
XYZ19.232720.650935.7732
Yxy20.65090.25420.2730
Hunter Lab45.4433-3.9801-14.8632
CIE-Lab52.5653-1.9978-19.7893

#64809f color RGB value is (100,128,159).

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

The process color (four color CMYK) of #64809f color hex is 0.37, 0.19, 0.00, 0.38. Web safe color of #64809f is #669999. Color #64809f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000000 10011111
Octal 144 200 237
Decimal 100 128 159
Hex 64 80 9F

RGB Percentages of Color #64809f

%25.84
%33.07
%41.09

CMYK Percentages of Color #64809f

%37
%19
%0
%38

Triadic Colors of #64809f

#64809f #9f6480 #809f64

Analogous Colors of #64809f

#64809f #66649f #649e9f

Monochromatic Colors of #64809f

#64809f

Complementary Color

#64809f #9f8364

#64809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64809f Color CSS Codes

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

#64809f Text Font Color

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

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


#64809f Background Color

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

This div background color is #64809f


#64809f Border Color

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

This div border color is #64809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64809f


Comments

No comments written yet.

Please login to write comment.