Color Hex Logo

#064784 Color Hex

#064784
(6,71,132)
0 Favorites   0 Comments

Color spaces of #064784

RGB 671132
HSL0.580.910.27
HSV209°95°52°
CMYK 0.950.460.00   0.48
XYZ6.49326.211122.6864
Yxy6.21110.18350.1755
Hunter Lab24.92212.8928-36.5258
CIE-Lab29.93896.3855-39.3623

#064784 color RGB value is (6,71,132).

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

The process color (four color CMYK) of #064784 color hex is 0.95, 0.46, 0.00, 0.48. Web safe color of #064784 is #003399. Color #064784 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000111 10000100
Octal 6 107 204
Decimal 6 71 132
Hex 6 47 84

RGB Percentages of Color #064784

%2.87
%33.97
%63.16

CMYK Percentages of Color #064784

%95
%46
%0
%48

Triadic Colors of #064784

#064784 #840647 #478406

Analogous Colors of #064784

#064784 #060884 #068482

Monochromatic Colors of #064784

#064784

Complementary Color

#064784 #844306

#064784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064784 Color CSS Codes

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

#064784 Text Font Color

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

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


#064784 Background Color

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

This div background color is #064784


#064784 Border Color

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

This div border color is #064784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064784


Comments

No comments written yet.

Please login to write comment.