Color Hex Logo

#064daa Color Hex

#064DAA
(6,77,170)
0 Favorites   0 Comments

Color spaces of #064daa

RGB 677170
HSL0.590.930.35
HSV214°96°67°
CMYK 0.960.550.00   0.33
XYZ9.98478.248839.0961
Yxy8.24880.17420.1439
Hunter Lab28.720711.7939-60.6040
CIE-Lab34.495818.2681-55.0908

#064daa color RGB value is (6,77,170).

#064daa hex color red value is 6, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #064daa hue: 0.59 , saturation: 0.93 and the lightness value of 064daa is 0.35.

The process color (four color CMYK) of #064daa color hex is 0.96, 0.55, 0.00, 0.33. Web safe color of #064daa is #006699. Color #064daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001101 10101010
Octal 6 115 252
Decimal 6 77 170
Hex 6 4D AA

RGB Percentages of Color #064daa

%2.37
%30.43
%67.19

CMYK Percentages of Color #064daa

%96
%55
%0
%33

Triadic Colors of #064daa

#064daa #aa064d #4daa06

Analogous Colors of #064daa

#064daa #1106aa #069faa

Monochromatic Colors of #064daa

#064daa

Complementary Color

#064daa #aa6306

#064daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#064daa Color CSS Codes

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

#064daa Text Font Color

<p style="color:#064daa">Text here</p>

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


#064daa Background Color

<div style="background-color:#064daa">
Div content here</div>

This div background color is #064daa


#064daa Border Color

<div style="border:3px solid #064daa">
Div here</div>

This div border color is #064daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,77,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064daa;
  -webkit-box-shadow: 1px 1px 3px 2px #064daa;
  box-shadow:         1px 1px 3px 2px #064daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064daa


Comments

No comments written yet.

Please login to write comment.