Color Hex Logo

#064279 Color Hex

#064279
(6,66,121)
0 Favorites   0 Comments

Color spaces of #064279

RGB 666121
HSL0.580.910.25
HSV209°95°47°
CMYK 0.950.450.00   0.53
XYZ5.47455.315618.8266
Yxy5.31560.18480.1795
Hunter Lab23.05562.0372-32.2758
CIE-Lab27.61565.0971-36.2217

#064279 color RGB value is (6,66,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000010 01111001
Octal 6 102 171
Decimal 6 66 121
Hex 6 42 79

RGB Percentages of Color #064279

%3.11
%34.20
%62.69

CMYK Percentages of Color #064279

%95
%45
%0
%53

Triadic Colors of #064279

#064279 #790642 #427906

Analogous Colors of #064279

#064279 #060979 #067977

Monochromatic Colors of #064279

#064279

Complementary Color

#064279 #793d06

#064279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064279 Color CSS Codes

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

#064279 Text Font Color

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

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


#064279 Background Color

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

This div background color is #064279


#064279 Border Color

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

This div border color is #064279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064279


Comments

No comments written yet.

Please login to write comment.