Color Hex Logo

#064eac Color Hex

#064EAC
(6,78,172)
0 Favorites   0 Comments

Color spaces of #064eac

RGB 678172
HSL0.590.930.35
HSV214°97°67°
CMYK 0.970.550.00   0.33
XYZ10.24598.466140.1238
Yxy8.46610.17410.1439
Hunter Lab29.096611.9370-61.3926
CIE-Lab34.935318.4130-55.5678

#064eac color RGB value is (6,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001110 10101100
Octal 6 116 254
Decimal 6 78 172
Hex 6 4E AC

RGB Percentages of Color #064eac

%2.34
%30.47
%67.19

CMYK Percentages of Color #064eac

%97
%55
%0
%33

Triadic Colors of #064eac

#064eac #ac064e #4eac06

Analogous Colors of #064eac

#064eac #1106ac #06a1ac

Monochromatic Colors of #064eac

#064eac

Complementary Color

#064eac #ac6406

#064eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#064eac Color CSS Codes

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

#064eac Text Font Color

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

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


#064eac Background Color

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

This div background color is #064eac


#064eac Border Color

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

This div border color is #064eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064eac


Comments

No comments written yet.

Please login to write comment.