Color Hex Logo

#064354 Color Hex

#064354
(6,67,84)
0 Favorites   0 Comments

Color spaces of #064354

RGB 66784
HSL0.540.870.18
HSV193°93°33°
CMYK 0.930.200.00   0.67
XYZ3.68254.69319.0993
Yxy4.69310.21070.2686
Hunter Lab21.6636-7.5688-9.7390
CIE-Lab25.8419-11.1642-15.2993

#064354 color RGB value is (6,67,84).

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

The process color (four color CMYK) of #064354 color hex is 0.93, 0.20, 0.00, 0.67. Web safe color of #064354 is #003366. Color #064354 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000011 01010100
Octal 6 103 124
Decimal 6 67 84
Hex 6 43 54

RGB Percentages of Color #064354

%3.82
%42.68
%53.50

CMYK Percentages of Color #064354

%93
%20
%0
%67

Triadic Colors of #064354

#064354 #540643 #435406

Analogous Colors of #064354

#064354 #061c54 #06543e

Monochromatic Colors of #064354

#064354

Complementary Color

#064354 #541706

#064354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064354 Color CSS Codes

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

#064354 Text Font Color

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

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


#064354 Background Color

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

This div background color is #064354


#064354 Border Color

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

This div border color is #064354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064354


Comments

No comments written yet.

Please login to write comment.