Color Hex Logo

#063eac Color Hex

#063EAC
(6,62,172)
0 Favorites   0 Comments

Color spaces of #063eac

RGB 662172
HSL0.610.930.35
HSV220°97°67°
CMYK 0.970.640.00   0.33
XYZ9.24416.462539.7899
Yxy6.46250.16660.1164
Hunter Lab25.421420.4211-75.0063
CIE-Lab30.550629.2898-62.7289

#063eac color RGB value is (6,62,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111110 10101100
Octal 6 76 254
Decimal 6 62 172
Hex 6 3E AC

RGB Percentages of Color #063eac

%2.50
%25.83
%71.67

CMYK Percentages of Color #063eac

%97
%64
%0
%33

Triadic Colors of #063eac

#063eac #ac063e #3eac06

Analogous Colors of #063eac

#063eac #2106ac #0691ac

Monochromatic Colors of #063eac

#063eac

Complementary Color

#063eac #ac7406

#063eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#063eac Color CSS Codes

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

#063eac Text Font Color

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

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


#063eac Background Color

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

This div background color is #063eac


#063eac Border Color

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

This div border color is #063eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063eac


Comments

No comments written yet.

Please login to write comment.