Color Hex Logo

#063aae Color Hex

#063AAE
(6,58,174)
0 Favorites   0 Comments

Color spaces of #063aae

RGB 658174
HSL0.620.930.35
HSV221°97°68°
CMYK 0.970.670.00   0.32
XYZ9.22816.120840.7395
Yxy6.12080.16450.1091
Hunter Lab24.740323.2850-80.3140
CIE-Lab29.715232.7576-65.2977

#063aae color RGB value is (6,58,174).

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

The process color (four color CMYK) of #063aae color hex is 0.97, 0.67, 0.00, 0.32. Web safe color of #063aae is #003399. Color #063aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111010 10101110
Octal 6 72 256
Decimal 6 58 174
Hex 6 3A AE

RGB Percentages of Color #063aae

%2.52
%24.37
%73.11

CMYK Percentages of Color #063aae

%97
%67
%0
%32

Triadic Colors of #063aae

#063aae #ae063a #3aae06

Analogous Colors of #063aae

#063aae #2606ae #068eae

Monochromatic Colors of #063aae

#063aae

Complementary Color

#063aae #ae7a06

#063aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#063aae Color CSS Codes

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

#063aae Text Font Color

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

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


#063aae Background Color

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

This div background color is #063aae


#063aae Border Color

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

This div border color is #063aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063aae


Comments

No comments written yet.

Please login to write comment.