Color Hex Logo

#0629df Color Hex

#0629DF
(6,41,223)
0 Favorites   0 Comments

Color spaces of #0629df

RGB 641223
HSL0.640.950.45
HSV230°97°87°
CMYK 0.970.820.00   0.13
XYZ14.18736.952370.4062
Yxy6.95230.15500.0759
Hunter Lab26.367249.9021-139.8602
CIE-Lab31.698159.6356-90.7092

#0629df color RGB value is (6,41,223).

#0629df hex color red value is 6, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0629df hue: 0.64 , saturation: 0.95 and the lightness value of 0629df is 0.45.

The process color (four color CMYK) of #0629df color hex is 0.97, 0.82, 0.00, 0.13. Web safe color of #0629df is #0033cc. Color #0629df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 11011111
Octal 6 51 337
Decimal 6 41 223
Hex 6 29 DF

RGB Percentages of Color #0629df

%2.22
%15.19
%82.59

CMYK Percentages of Color #0629df

%97
%82
%0
%13

Triadic Colors of #0629df

#0629df #df0629 #29df06

Analogous Colors of #0629df

#0629df #4f06df #0696df

Monochromatic Colors of #0629df

#0629df

Complementary Color

#0629df #dfbc06

#0629df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0629df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0629df Color CSS Codes

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

#0629df Text Font Color

<p style="color:#0629df">Text here</p>

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


#0629df Background Color

<div style="background-color:#0629df">
Div content here</div>

This div background color is #0629df


#0629df Border Color

<div style="border:3px solid #0629df">
Div here</div>

This div border color is #0629df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,41,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0629df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0629df;
  -webkit-box-shadow: 1px 1px 3px 2px #0629df;
  box-shadow:         1px 1px 3px 2px #0629df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0629df


Comments

No comments written yet.

Please login to write comment.