Color Hex Logo

#064baa Color Hex

#064BAA
(6,75,170)
0 Favorites   0 Comments

Color spaces of #064baa

RGB 675170
HSL0.600.930.35
HSV215°96°67°
CMYK 0.960.560.00   0.33
XYZ9.84697.973239.0502
Yxy7.97320.17310.1402
Hunter Lab28.236912.8329-62.2294
CIE-Lab33.927019.6293-56.0158

#064baa color RGB value is (6,75,170).

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

The process color (four color CMYK) of #064baa color hex is 0.96, 0.56, 0.00, 0.33. Web safe color of #064baa is #003399. Color #064baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001011 10101010
Octal 6 113 252
Decimal 6 75 170
Hex 6 4B AA

RGB Percentages of Color #064baa

%2.39
%29.88
%67.73

CMYK Percentages of Color #064baa

%96
%56
%0
%33

Triadic Colors of #064baa

#064baa #aa064b #4baa06

Analogous Colors of #064baa

#064baa #1306aa #069daa

Monochromatic Colors of #064baa

#064baa

Complementary Color

#064baa #aa6506

#064baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#064baa Color CSS Codes

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

#064baa Text Font Color

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

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


#064baa Background Color

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

This div background color is #064baa


#064baa Border Color

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

This div border color is #064baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064baa


Comments

No comments written yet.

Please login to write comment.