Color Hex Logo

#062aab Color Hex

#062AAB
(6,42,171)
0 Favorites   0 Comments

Color spaces of #062aab

RGB 642171
HSL0.630.930.35
HSV227°96°67°
CMYK 0.960.750.00   0.33
XYZ8.25384.634938.9877
Yxy4.63490.15910.0893
Hunter Lab21.528830.7586-92.3013
CIE-Lab25.668241.8114-70.1793

#062aab color RGB value is (6,42,171).

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

The process color (four color CMYK) of #062aab color hex is 0.96, 0.75, 0.00, 0.33. Web safe color of #062aab is #003399. Color #062aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101010 10101011
Octal 6 52 253
Decimal 6 42 171
Hex 6 2A AB

RGB Percentages of Color #062aab

%2.74
%19.18
%78.08

CMYK Percentages of Color #062aab

%96
%75
%0
%33

Triadic Colors of #062aab

#062aab #ab062a #2aab06

Analogous Colors of #062aab

#062aab #3406ab #067dab

Monochromatic Colors of #062aab

#062aab

Complementary Color

#062aab #ab8706

#062aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#062aab Color CSS Codes

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

#062aab Text Font Color

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

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


#062aab Background Color

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

This div background color is #062aab


#062aab Border Color

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

This div border color is #062aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062aab


Comments

No comments written yet.

Please login to write comment.