Color Hex Logo

#063ddd Color Hex

#063DDD
(6,61,221)
0 Favorites   0 Comments

Color spaces of #063ddd

RGB 661221
HSL0.620.950.45
HSV225°97°87°
CMYK 0.970.720.00   0.13
XYZ14.79508.596769.2862
Yxy8.59670.15960.0928
Hunter Lab29.320138.7613-119.5837
CIE-Lab35.195948.2928-83.7565

#063ddd color RGB value is (6,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111101 11011101
Octal 6 75 335
Decimal 6 61 221
Hex 6 3D DD

RGB Percentages of Color #063ddd

%2.08
%21.18
%76.74

CMYK Percentages of Color #063ddd

%97
%72
%0
%13

Triadic Colors of #063ddd

#063ddd #dd063d #3ddd06

Analogous Colors of #063ddd

#063ddd #3b06dd #06a9dd

Monochromatic Colors of #063ddd

#063ddd

Complementary Color

#063ddd #dda606

#063ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#063ddd Color CSS Codes

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

#063ddd Text Font Color

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

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


#063ddd Background Color

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

This div background color is #063ddd


#063ddd Border Color

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

This div border color is #063ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063ddd


Comments

No comments written yet.

Please login to write comment.