Color Hex Logo

#063a94 Color Hex

#063A94
(6,58,148)
0 Favorites   0 Comments

Color spaces of #063a94

RGB 658148
HSL0.610.920.30
HSV218°96°58°
CMYK 0.960.610.00   0.42
XYZ6.93355.202928.6558
Yxy5.20290.17000.1275
Hunter Lab22.809914.3413-58.5185
CIE-Lab27.305222.2572-53.5043

#063a94 color RGB value is (6,58,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111010 10010100
Octal 6 72 224
Decimal 6 58 148
Hex 6 3A 94

RGB Percentages of Color #063a94

%2.83
%27.36
%69.81

CMYK Percentages of Color #063a94

%96
%61
%0
%42

Triadic Colors of #063a94

#063a94 #94063a #3a9406

Analogous Colors of #063a94

#063a94 #190694 #068194

Monochromatic Colors of #063a94

#063a94

Complementary Color

#063a94 #946006

#063a94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063a94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063a94 Color CSS Codes

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

#063a94 Text Font Color

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

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


#063a94 Background Color

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

This div background color is #063a94


#063a94 Border Color

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

This div border color is #063a94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063a94


Comments

No comments written yet.

Please login to write comment.