Color Hex Logo

#0621af Color Hex

#0621AF
(6,33,175)
0 Favorites   0 Comments

Color spaces of #0621af

RGB 633175
HSL0.640.930.35
HSV230°97°69°
CMYK 0.970.810.00   0.31
XYZ8.35684.221640.9318
Yxy4.22160.15620.0789
Hunter Lab20.546536.6441-103.7321
CIE-Lab24.390948.2342-74.7039

#0621af color RGB value is (6,33,175).

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

The process color (four color CMYK) of #0621af color hex is 0.97, 0.81, 0.00, 0.31. Web safe color of #0621af is #003399. Color #0621af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 10101111
Octal 6 41 257
Decimal 6 33 175
Hex 6 21 AF

RGB Percentages of Color #0621af

%2.80
%15.42
%81.78

CMYK Percentages of Color #0621af

%97
%81
%0
%31

Triadic Colors of #0621af

#0621af #af0621 #21af06

Analogous Colors of #0621af

#0621af #3f06af #0676af

Monochromatic Colors of #0621af

#0621af

Complementary Color

#0621af #af9406

#0621af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0621af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0621af Color CSS Codes

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

#0621af Text Font Color

<p style="color:#0621af">Text here</p>

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


#0621af Background Color

<div style="background-color:#0621af">
Div content here</div>

This div background color is #0621af


#0621af Border Color

<div style="border:3px solid #0621af">
Div here</div>

This div border color is #0621af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,33,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0621af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0621af;
  -webkit-box-shadow: 1px 1px 3px 2px #0621af;
  box-shadow:         1px 1px 3px 2px #0621af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0621af


Comments

No comments written yet.

Please login to write comment.