Color Hex Logo

#063eaa Color Hex

#063EAA
(6,62,170)
0 Favorites   0 Comments

Color spaces of #063eaa

RGB 662170
HSL0.610.930.35
HSV220°96°67°
CMYK 0.960.640.00   0.33
XYZ9.05346.386238.7857
Yxy6.38620.16700.1178
Hunter Lab25.270919.7241-73.3083
CIE-Lab30.366628.4904-61.8328

#063eaa color RGB value is (6,62,170).

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

The process color (four color CMYK) of #063eaa color hex is 0.96, 0.64, 0.00, 0.33. Web safe color of #063eaa is #003399. Color #063eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111110 10101010
Octal 6 76 252
Decimal 6 62 170
Hex 6 3E AA

RGB Percentages of Color #063eaa

%2.52
%26.05
%71.43

CMYK Percentages of Color #063eaa

%96
%64
%0
%33

Triadic Colors of #063eaa

#063eaa #aa063e #3eaa06

Analogous Colors of #063eaa

#063eaa #2006aa #0690aa

Monochromatic Colors of #063eaa

#063eaa

Complementary Color

#063eaa #aa7206

#063eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#063eaa Color CSS Codes

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

#063eaa Text Font Color

<p style="color:#063eaa">Text here</p>

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


#063eaa Background Color

<div style="background-color:#063eaa">
Div content here</div>

This div background color is #063eaa


#063eaa Border Color

<div style="border:3px solid #063eaa">
Div here</div>

This div border color is #063eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063eaa


Comments

No comments written yet.

Please login to write comment.