Color Hex Logo

#062cac Color Hex

#062CAC
(6,44,172)
0 Favorites   0 Comments

Color spaces of #062cac

RGB 644172
HSL0.630.930.35
HSV226°97°67°
CMYK 0.970.740.00   0.33
XYZ8.42224.818639.5159
Yxy4.81860.15960.0913
Hunter Lab21.951330.0714-91.3657
CIE-Lab26.211640.9650-69.8809

#062cac color RGB value is (6,44,172).

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

The process color (four color CMYK) of #062cac color hex is 0.97, 0.74, 0.00, 0.33. Web safe color of #062cac is #003399. Color #062cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101100 10101100
Octal 6 54 254
Decimal 6 44 172
Hex 6 2C AC

RGB Percentages of Color #062cac

%2.70
%19.82
%77.48

CMYK Percentages of Color #062cac

%97
%74
%0
%33

Triadic Colors of #062cac

#062cac #ac062c #2cac06

Analogous Colors of #062cac

#062cac #3306ac #067fac

Monochromatic Colors of #062cac

#062cac

Complementary Color

#062cac #ac8606

#062cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#062cac Color CSS Codes

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

#062cac Text Font Color

<p style="color:#062cac">Text here</p>

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


#062cac Background Color

<div style="background-color:#062cac">
Div content here</div>

This div background color is #062cac


#062cac Border Color

<div style="border:3px solid #062cac">
Div here</div>

This div border color is #062cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062cac


Comments

No comments written yet.

Please login to write comment.