Color Hex Logo

#063edb Color Hex

#063EDB
(6,62,219)
0 Favorites   0 Comments

Color spaces of #063edb

RGB 662219
HSL0.620.950.44
HSV224°97°86°
CMYK 0.970.720.00   0.14
XYZ14.58398.598467.9088
Yxy8.59840.16010.0944
Hunter Lab29.323037.4622-116.7828
CIE-Lab35.199346.9929-82.6030

#063edb color RGB value is (6,62,219).

#063edb hex color red value is 6, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #063edb hue: 0.62 , saturation: 0.95 and the lightness value of 063edb is 0.44.

The process color (four color CMYK) of #063edb color hex is 0.97, 0.72, 0.00, 0.14. Web safe color of #063edb is #0033cc. Color #063edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111110 11011011
Octal 6 76 333
Decimal 6 62 219
Hex 6 3E DB

RGB Percentages of Color #063edb

%2.09
%21.60
%76.31

CMYK Percentages of Color #063edb

%97
%72
%0
%14

Triadic Colors of #063edb

#063edb #db063e #3edb06

Analogous Colors of #063edb

#063edb #3806db #06a9db

Monochromatic Colors of #063edb

#063edb

Complementary Color

#063edb #dba306

#063edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#063edb Color CSS Codes

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

#063edb Text Font Color

<p style="color:#063edb">Text here</p>

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


#063edb Background Color

<div style="background-color:#063edb">
Div content here</div>

This div background color is #063edb


#063edb Border Color

<div style="border:3px solid #063edb">
Div here</div>

This div border color is #063edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,62,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #063edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #063edb;
  -webkit-box-shadow: 1px 1px 3px 2px #063edb;
  box-shadow:         1px 1px 3px 2px #063edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063edb


Comments

No comments written yet.

Please login to write comment.