Color Hex Logo

#063363 Color Hex

#063363
(6,51,99)
0 Favorites   0 Comments

Color spaces of #063363

RGB 65199
HSL0.590.890.21
HSV211°94°39°
CMYK 0.940.480.00   0.61
XYZ3.51113.307212.2577
Yxy3.30720.18410.1734
Hunter Lab18.18572.6379-27.2332
CIE-Lab21.23446.0287-32.3736

#063363 color RGB value is (6,51,99).

#063363 hex color red value is 6, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #063363 hue: 0.59 , saturation: 0.89 and the lightness value of 063363 is 0.21.

The process color (four color CMYK) of #063363 color hex is 0.94, 0.48, 0.00, 0.61. Web safe color of #063363 is #003366. Color #063363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110011 01100011
Octal 6 63 143
Decimal 6 51 99
Hex 6 33 63

RGB Percentages of Color #063363

%3.85
%32.69
%63.46

CMYK Percentages of Color #063363

%94
%48
%0
%61

Triadic Colors of #063363

#063363 #630633 #336306

Analogous Colors of #063363

#063363 #070663 #066263

Monochromatic Colors of #063363

#063363

Complementary Color

#063363 #633606

#063363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063363 Color CSS Codes

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

#063363 Text Font Color

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

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


#063363 Background Color

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

This div background color is #063363


#063363 Border Color

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

This div border color is #063363


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,51,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #063363; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #063363;
  -webkit-box-shadow: 1px 1px 3px 2px #063363;
  box-shadow:         1px 1px 3px 2px #063363; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063363


Comments

No comments written yet.

Please login to write comment.