Color Hex Logo

#064194 Color Hex

#064194
(6,65,148)
0 Favorites   0 Comments

Color spaces of #064194

RGB 665148
HSL0.600.920.30
HSV215°96°58°
CMYK 0.960.560.00   0.42
XYZ7.31075.957428.7816
Yxy5.95740.17390.1417
Hunter Lab24.407810.7513-52.8292
CIE-Lab29.304717.3603-50.2440

#064194 color RGB value is (6,65,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000001 10010100
Octal 6 101 224
Decimal 6 65 148
Hex 6 41 94

RGB Percentages of Color #064194

%2.74
%29.68
%67.58

CMYK Percentages of Color #064194

%96
%56
%0
%42

Triadic Colors of #064194

#064194 #940641 #419406

Analogous Colors of #064194

#064194 #120694 #068894

Monochromatic Colors of #064194

#064194

Complementary Color

#064194 #945906

#064194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064194 Color CSS Codes

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

#064194 Text Font Color

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

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


#064194 Background Color

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

This div background color is #064194


#064194 Border Color

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

This div border color is #064194


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,65,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 #064194">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064194


Comments

No comments written yet.

Please login to write comment.