Color Hex Logo

#064079 Color Hex

#064079
(6,64,121)
0 Favorites   0 Comments

Color spaces of #064079

RGB 664121
HSL0.580.910.25
HSV210°95°47°
CMYK 0.950.470.00   0.53
XYZ5.35975.086018.7884
Yxy5.08600.18330.1740
Hunter Lab22.55222.9557-33.6085
CIE-Lab26.97846.4845-37.2450

#064079 color RGB value is (6,64,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000000 01111001
Octal 6 100 171
Decimal 6 64 121
Hex 6 40 79

RGB Percentages of Color #064079

%3.14
%33.51
%63.35

CMYK Percentages of Color #064079

%95
%47
%0
%53

Triadic Colors of #064079

#064079 #790640 #407906

Analogous Colors of #064079

#064079 #060679 #067979

Monochromatic Colors of #064079

#064079

Complementary Color

#064079 #793f06

#064079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064079 Color CSS Codes

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

#064079 Text Font Color

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

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


#064079 Background Color

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

This div background color is #064079


#064079 Border Color

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

This div border color is #064079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064079


Comments

No comments written yet.

Please login to write comment.