Color Hex Logo

#064d57 Color Hex

#064D57
(6,77,87)
0 Favorites   0 Comments

Color spaces of #064d57

RGB 67787
HSL0.520.870.18
HSV187°93°34°
CMYK 0.930.110.00   0.66
XYZ4.44936.03469.9471
Yxy6.03460.21780.2954
Hunter Lab24.5654-10.6595-6.8121
CIE-Lab29.4996-15.9191-11.6284

#064d57 color RGB value is (6,77,87).

#064d57 hex color red value is 6, green value is 77 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #064d57 hue: 0.52 , saturation: 0.87 and the lightness value of 064d57 is 0.18.

The process color (four color CMYK) of #064d57 color hex is 0.93, 0.11, 0.00, 0.66. Web safe color of #064d57 is #006666. Color #064d57 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001101 01010111
Octal 6 115 127
Decimal 6 77 87
Hex 6 4D 57

RGB Percentages of Color #064d57

%3.53
%45.29
%51.18

CMYK Percentages of Color #064d57

%93
%11
%0
%66

Triadic Colors of #064d57

#064d57 #57064d #4d5706

Analogous Colors of #064d57

#064d57 #062557 #065739

Monochromatic Colors of #064d57

#064d57

Complementary Color

#064d57 #571006

#064d57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064d57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064d57 Color CSS Codes

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

#064d57 Text Font Color

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

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


#064d57 Background Color

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

This div background color is #064d57


#064d57 Border Color

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

This div border color is #064d57


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,77,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064d57; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064d57;
  -webkit-box-shadow: 1px 1px 3px 2px #064d57;
  box-shadow:         1px 1px 3px 2px #064d57; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064d57


Comments

No comments written yet.

Please login to write comment.