Color Hex Logo

#064679 Color Hex

#064679
(6,70,121)
0 Favorites   0 Comments

Color spaces of #064679

RGB 670121
HSL0.570.910.25
HSV207°95°47°
CMYK 0.950.420.00   0.53
XYZ5.71655.799518.9073
Yxy5.79950.18790.1906
Hunter Lab24.08220.2277-29.6921
CIE-Lab28.90092.3615-34.1647

#064679 color RGB value is (6,70,121).

#064679 hex color red value is 6, green value is 70 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #064679 hue: 0.57 , saturation: 0.91 and the lightness value of 064679 is 0.25.

The process color (four color CMYK) of #064679 color hex is 0.95, 0.42, 0.00, 0.53. Web safe color of #064679 is #003366. Color #064679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000110 01111001
Octal 6 106 171
Decimal 6 70 121
Hex 6 46 79

RGB Percentages of Color #064679

%3.05
%35.53
%61.42

CMYK Percentages of Color #064679

%95
%42
%0
%53

Triadic Colors of #064679

#064679 #790646 #467906

Analogous Colors of #064679

#064679 #060d79 #067973

Monochromatic Colors of #064679

#064679

Complementary Color

#064679 #793906

#064679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064679 Color CSS Codes

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

#064679 Text Font Color

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

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


#064679 Background Color

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

This div background color is #064679


#064679 Border Color

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

This div border color is #064679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064679


Comments

No comments written yet.

Please login to write comment.