Color Hex Logo

#064081 Color Hex

#064081
(6,64,129)
0 Favorites   0 Comments

Color spaces of #064081

RGB 664129
HSL0.590.910.26
HSV212°95°51°
CMYK 0.950.500.00   0.49
XYZ5.87095.290521.4806
Yxy5.29050.17990.1621
Hunter Lab23.00115.3092-39.2699
CIE-Lab27.54699.9458-41.3476

#064081 color RGB value is (6,64,129).

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

The process color (four color CMYK) of #064081 color hex is 0.95, 0.50, 0.00, 0.49. Web safe color of #064081 is #003399. Color #064081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000000 10000001
Octal 6 100 201
Decimal 6 64 129
Hex 6 40 81

RGB Percentages of Color #064081

%3.02
%32.16
%64.82

CMYK Percentages of Color #064081

%95
%50
%0
%49

Triadic Colors of #064081

#064081 #810640 #408106

Analogous Colors of #064081

#064081 #0a0681 #067e81

Monochromatic Colors of #064081

#064081

Complementary Color

#064081 #814706

#064081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064081 Color CSS Codes

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

#064081 Text Font Color

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

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


#064081 Background Color

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

This div background color is #064081


#064081 Border Color

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

This div border color is #064081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064081


Comments

No comments written yet.

Please login to write comment.