Color Hex Logo

#064aac Color Hex

#064AAC
(6,74,172)
0 Favorites   0 Comments

Color spaces of #064aac

RGB 674172
HSL0.600.930.35
HSV215°97°67°
CMYK 0.970.570.00   0.33
XYZ9.97037.914840.0320
Yxy7.91480.17210.1367
Hunter Lab28.133314.0264-64.6730
CIE-Lab33.804821.1329-57.4075

#064aac color RGB value is (6,74,172).

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

The process color (four color CMYK) of #064aac color hex is 0.97, 0.57, 0.00, 0.33. Web safe color of #064aac is #003399. Color #064aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 10101100
Octal 6 112 254
Decimal 6 74 172
Hex 6 4A AC

RGB Percentages of Color #064aac

%2.38
%29.37
%68.25

CMYK Percentages of Color #064aac

%97
%57
%0
%33

Triadic Colors of #064aac

#064aac #ac064a #4aac06

Analogous Colors of #064aac

#064aac #1506ac #069dac

Monochromatic Colors of #064aac

#064aac

Complementary Color

#064aac #ac6806

#064aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#064aac Color CSS Codes

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

#064aac Text Font Color

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

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


#064aac Background Color

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

This div background color is #064aac


#064aac Border Color

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

This div border color is #064aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,74,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 #064aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064aac


Comments

No comments written yet.

Please login to write comment.