Color Hex Logo

#064089 Color Hex

#064089
(6,64,137)
0 Favorites   0 Comments

Color spaces of #064089

RGB 664137
HSL0.590.920.28
HSV213°96°54°
CMYK 0.960.530.00   0.46
XYZ6.42395.511724.3922
Yxy5.51170.17680.1517
Hunter Lab23.47707.7573-45.1674
CIE-Lab28.145513.3859-45.3546

#064089 color RGB value is (6,64,137).

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

The process color (four color CMYK) of #064089 color hex is 0.96, 0.53, 0.00, 0.46. Web safe color of #064089 is #003399. Color #064089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000000 10001001
Octal 6 100 211
Decimal 6 64 137
Hex 6 40 89

RGB Percentages of Color #064089

%2.90
%30.92
%66.18

CMYK Percentages of Color #064089

%96
%53
%0
%46

Triadic Colors of #064089

#064089 #890640 #408906

Analogous Colors of #064089

#064089 #0e0689 #068289

Monochromatic Colors of #064089

#064089

Complementary Color

#064089 #894f06

#064089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064089 Color CSS Codes

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

#064089 Text Font Color

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

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


#064089 Background Color

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

This div background color is #064089


#064089 Border Color

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

This div border color is #064089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064089


Comments

No comments written yet.

Please login to write comment.