Color Hex Logo

#065457 Color Hex

#065457
(6,84,87)
0 Favorites   0 Comments

Color spaces of #065457

RGB 68487
HSL0.510.870.18
HSV182°93°34°
CMYK 0.930.030.00   0.66
XYZ4.96577.067510.1193
Yxy7.06750.22420.3190
Hunter Lab26.5848-13.1818-3.9590
CIE-Lab31.9601-19.8067-7.9030

#065457 color RGB value is (6,84,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010100 01010111
Octal 6 124 127
Decimal 6 84 87
Hex 6 54 57

RGB Percentages of Color #065457

%3.39
%47.46
%49.15

CMYK Percentages of Color #065457

%93
%3
%0
%66

Triadic Colors of #065457

#065457 #570654 #545706

Analogous Colors of #065457

#065457 #062c57 #065731

Monochromatic Colors of #065457

#065457

Complementary Color

#065457 #570906

#065457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065457 Color CSS Codes

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

#065457 Text Font Color

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

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


#065457 Background Color

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

This div background color is #065457


#065457 Border Color

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

This div border color is #065457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065457


Comments

No comments written yet.

Please login to write comment.