Color Hex Logo

#064aca Color Hex

#064ACA
(6,74,202)
0 Favorites   0 Comments

Color spaces of #064aca

RGB 674202
HSL0.610.940.41
HSV219°97°79°
CMYK 0.970.630.00   0.21
XYZ13.18469.200556.9581
Yxy9.20050.16620.1160
Hunter Lab30.332324.5073-90.1022
CIE-Lab36.367533.1070-70.8605

#064aca color RGB value is (6,74,202).

#064aca hex color red value is 6, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #064aca hue: 0.61 , saturation: 0.94 and the lightness value of 064aca is 0.41.

The process color (four color CMYK) of #064aca color hex is 0.97, 0.63, 0.00, 0.21. Web safe color of #064aca is #0033cc. Color #064aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 11001010
Octal 6 112 312
Decimal 6 74 202
Hex 6 4A CA

RGB Percentages of Color #064aca

%2.13
%26.24
%71.63

CMYK Percentages of Color #064aca

%97
%63
%0
%21

Triadic Colors of #064aca

#064aca #ca064a #4aca06

Analogous Colors of #064aca

#064aca #2406ca #06acca

Monochromatic Colors of #064aca

#064aca

Complementary Color

#064aca #ca8606

#064aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#064aca Color CSS Codes

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

#064aca Text Font Color

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

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


#064aca Background Color

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

This div background color is #064aca


#064aca Border Color

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

This div border color is #064aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064aca


Comments

No comments written yet.

Please login to write comment.