Color Hex Logo

#064358 Color Hex

#064358
(6,67,88)
0 Favorites   0 Comments

Color spaces of #064358

RGB 66788
HSL0.540.870.18
HSV195°93°35°
CMYK 0.930.240.00   0.65
XYZ3.84374.75769.9482
Yxy4.75760.20720.2565
Hunter Lab21.8119-6.7156-11.7732
CIE-Lab26.0327-9.5531-17.6091

#064358 color RGB value is (6,67,88).

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

The process color (four color CMYK) of #064358 color hex is 0.93, 0.24, 0.00, 0.65. Web safe color of #064358 is #003366. Color #064358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000011 01011000
Octal 6 103 130
Decimal 6 67 88
Hex 6 43 58

RGB Percentages of Color #064358

%3.73
%41.61
%54.66

CMYK Percentages of Color #064358

%93
%24
%0
%65

Triadic Colors of #064358

#064358 #580643 #435806

Analogous Colors of #064358

#064358 #061a58 #065844

Monochromatic Colors of #064358

#064358

Complementary Color

#064358 #581b06

#064358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064358 Color CSS Codes

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

#064358 Text Font Color

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

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


#064358 Background Color

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

This div background color is #064358


#064358 Border Color

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

This div border color is #064358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064358


Comments

No comments written yet.

Please login to write comment.