Color Hex Logo

#064aba Color Hex

#064ABA
(6,74,186)
0 Favorites   0 Comments

Color spaces of #064aba

RGB 674186
HSL0.600.940.38
HSV217°97°73°
CMYK 0.970.600.00   0.27
XYZ11.38688.481447.4913
Yxy8.48140.16900.1259
Hunter Lab29.122818.8271-76.2996
CIE-Lab34.966026.8043-63.8028

#064aba color RGB value is (6,74,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 10111010
Octal 6 112 272
Decimal 6 74 186
Hex 6 4A BA

RGB Percentages of Color #064aba

%2.26
%27.82
%69.92

CMYK Percentages of Color #064aba

%97
%60
%0
%27

Triadic Colors of #064aba

#064aba #ba064a #4aba06

Analogous Colors of #064aba

#064aba #1c06ba #06a4ba

Monochromatic Colors of #064aba

#064aba

Complementary Color

#064aba #ba7606

#064aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#064aba Color CSS Codes

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

#064aba Text Font Color

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

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


#064aba Background Color

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

This div background color is #064aba


#064aba Border Color

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

This div border color is #064aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064aba


Comments

No comments written yet.

Please login to write comment.