Color Hex Logo

#0629ce Color Hex

#0629CE
(6,41,206)
0 Favorites   0 Comments

Color spaces of #0629ce

RGB 641206
HSL0.640.940.42
HSV230°97°81°
CMYK 0.970.800.00   0.19
XYZ12.00866.080858.9333
Yxy6.08080.15590.0789
Hunter Lab24.659343.7724-124.4359
CIE-Lab29.615454.2745-84.3437

#0629ce color RGB value is (6,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 11001110
Octal 6 51 316
Decimal 6 41 206
Hex 6 29 CE

RGB Percentages of Color #0629ce

%2.37
%16.21
%81.42

CMYK Percentages of Color #0629ce

%97
%80
%0
%19

Triadic Colors of #0629ce

#0629ce #ce0629 #29ce06

Analogous Colors of #0629ce

#0629ce #4706ce #068dce

Monochromatic Colors of #0629ce

#0629ce

Complementary Color

#0629ce #ceab06

#0629ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0629ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0629ce Color CSS Codes

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

#0629ce Text Font Color

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

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


#0629ce Background Color

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

This div background color is #0629ce


#0629ce Border Color

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

This div border color is #0629ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0629ce


Comments

No comments written yet.

Please login to write comment.