Color Hex Logo

#063386 Color Hex

#063386
(6,51,134)
0 Favorites   0 Comments

Color spaces of #063386

RGB 651134
HSL0.610.910.27
HSV219°96°53°
CMYK 0.960.620.00   0.47
XYZ5.56204.127623.0578
Yxy4.12760.16980.1260
Hunter Lab20.316513.3137-53.0685
CIE-Lab24.088921.3219-50.0921

#063386 color RGB value is (6,51,134).

#063386 hex color red value is 6, green value is 51 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #063386 hue: 0.61 , saturation: 0.91 and the lightness value of 063386 is 0.27.

The process color (four color CMYK) of #063386 color hex is 0.96, 0.62, 0.00, 0.47. Web safe color of #063386 is #003399. Color #063386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110011 10000110
Octal 6 63 206
Decimal 6 51 134
Hex 6 33 86

RGB Percentages of Color #063386

%3.14
%26.70
%70.16

CMYK Percentages of Color #063386

%96
%62
%0
%47

Triadic Colors of #063386

#063386 #860633 #338606

Analogous Colors of #063386

#063386 #190686 #067386

Monochromatic Colors of #063386

#063386

Complementary Color

#063386 #865906

#063386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063386 Color CSS Codes

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

#063386 Text Font Color

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

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


#063386 Background Color

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

This div background color is #063386


#063386 Border Color

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

This div border color is #063386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063386


Comments

No comments written yet.

Please login to write comment.