Color Hex Logo

#0620ab Color Hex

#0620AB
(6,32,171)
0 Favorites   0 Comments

Color spaces of #0620ab

RGB 632171
HSL0.640.930.35
HSV231°96°67°
CMYK 0.960.810.00   0.33
XYZ7.94234.012038.8839
Yxy4.01200.15620.0789
Hunter Lab20.030035.7265-101.0778
CIE-Lab23.711147.4261-73.4275

#0620ab color RGB value is (6,32,171).

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

The process color (four color CMYK) of #0620ab color hex is 0.96, 0.81, 0.00, 0.33. Web safe color of #0620ab is #003399. Color #0620ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100000 10101011
Octal 6 40 253
Decimal 6 32 171
Hex 6 20 AB

RGB Percentages of Color #0620ab

%2.87
%15.31
%81.82

CMYK Percentages of Color #0620ab

%96
%81
%0
%33

Triadic Colors of #0620ab

#0620ab #ab0620 #20ab06

Analogous Colors of #0620ab

#0620ab #3e06ab #0673ab

Monochromatic Colors of #0620ab

#0620ab

Complementary Color

#0620ab #ab9106

#0620ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0620ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0620ab Color CSS Codes

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

#0620ab Text Font Color

<p style="color:#0620ab">Text here</p>

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


#0620ab Background Color

<div style="background-color:#0620ab">
Div content here</div>

This div background color is #0620ab


#0620ab Border Color

<div style="border:3px solid #0620ab">
Div here</div>

This div border color is #0620ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0620ab


Comments

No comments written yet.

Please login to write comment.