Color Hex Logo

#063d91 Color Hex

#063D91
(6,61,145)
0 Favorites   0 Comments

Color spaces of #063d91

RGB 661145
HSL0.600.920.30
HSV216°96°57°
CMYK 0.960.580.00   0.43
XYZ6.85475.420527.4731
Yxy5.42050.17250.1364
Hunter Lab23.282011.8107-53.6658
CIE-Lab27.900718.8960-50.6894

#063d91 color RGB value is (6,61,145).

#063d91 hex color red value is 6, green value is 61 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #063d91 hue: 0.60 , saturation: 0.92 and the lightness value of 063d91 is 0.30.

The process color (four color CMYK) of #063d91 color hex is 0.96, 0.58, 0.00, 0.43. Web safe color of #063d91 is #003399. Color #063d91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111101 10010001
Octal 6 75 221
Decimal 6 61 145
Hex 6 3D 91

RGB Percentages of Color #063d91

%2.83
%28.77
%68.40

CMYK Percentages of Color #063d91

%96
%58
%0
%43

Triadic Colors of #063d91

#063d91 #91063d #3d9106

Analogous Colors of #063d91

#063d91 #140691 #068391

Monochromatic Colors of #063d91

#063d91

Complementary Color

#063d91 #915a06

#063d91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063d91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063d91 Color CSS Codes

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

#063d91 Text Font Color

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

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


#063d91 Background Color

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

This div background color is #063d91


#063d91 Border Color

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

This div border color is #063d91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063d91


Comments

No comments written yet.

Please login to write comment.