Color Hex Logo

#063993 Color Hex

#063993
(6,57,147)
0 Favorites   0 Comments

Color spaces of #063993

RGB 657147
HSL0.610.920.30
HSV218°96°58°
CMYK 0.960.610.00   0.42
XYZ6.80475.071628.2240
Yxy5.07160.16970.1265
Hunter Lab22.520214.5251-58.5425
CIE-Lab26.937822.5390-53.4907

#063993 color RGB value is (6,57,147).

#063993 hex color red value is 6, green value is 57 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #063993 hue: 0.61 , saturation: 0.92 and the lightness value of 063993 is 0.30.

The process color (four color CMYK) of #063993 color hex is 0.96, 0.61, 0.00, 0.42. Web safe color of #063993 is #003399. Color #063993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111001 10010011
Octal 6 71 223
Decimal 6 57 147
Hex 6 39 93

RGB Percentages of Color #063993

%2.86
%27.14
%70.00

CMYK Percentages of Color #063993

%96
%61
%0
%42

Triadic Colors of #063993

#063993 #930639 #399306

Analogous Colors of #063993

#063993 #1a0693 #068093

Monochromatic Colors of #063993

#063993

Complementary Color

#063993 #936006

#063993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063993 Color CSS Codes

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

#063993 Text Font Color

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

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


#063993 Background Color

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

This div background color is #063993


#063993 Border Color

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

This div border color is #063993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063993


Comments

No comments written yet.

Please login to write comment.