Color Hex Logo

#064660 Color Hex

#064660
(6,70,96)
0 Favorites   0 Comments

Color spaces of #064660

RGB 67096
HSL0.550.880.20
HSV197°94°38°
CMYK 0.940.270.00   0.62
XYZ4.37665.263611.8516
Yxy5.26360.20360.2449
Hunter Lab22.9425-6.0981-14.5681
CIE-Lab27.4729-8.1703-20.5391

#064660 color RGB value is (6,70,96).

#064660 hex color red value is 6, green value is 70 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #064660 hue: 0.55 , saturation: 0.88 and the lightness value of 064660 is 0.20.

The process color (four color CMYK) of #064660 color hex is 0.94, 0.27, 0.00, 0.62. Web safe color of #064660 is #003366. Color #064660 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000110 01100000
Octal 6 106 140
Decimal 6 70 96
Hex 6 46 60

RGB Percentages of Color #064660

%3.49
%40.70
%55.81

CMYK Percentages of Color #064660

%94
%27
%0
%62

Triadic Colors of #064660

#064660 #600646 #466006

Analogous Colors of #064660

#064660 #061960 #06604d

Monochromatic Colors of #064660

#064660

Complementary Color

#064660 #602006

#064660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064660 Color CSS Codes

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

#064660 Text Font Color

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

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


#064660 Background Color

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

This div background color is #064660


#064660 Border Color

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

This div border color is #064660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064660


Comments

No comments written yet.

Please login to write comment.