Color Hex Logo

#064152 Color Hex

#064152
(6,65,82)
1 Favorites   0 Comments

Color spaces of #064152

RGB 66582
HSL0.540.860.17
HSV193°93°32°
CMYK 0.930.210.00   0.68
XYZ3.48844.42858.6536
Yxy4.42850.21050.2673
Hunter Lab21.0440-7.2376-9.6501
CIE-Lab25.0403-10.7354-15.2298

#064152 color RGB value is (6,65,82).

#064152 hex color red value is 6, green value is 65 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #064152 hue: 0.54 , saturation: 0.86 and the lightness value of 064152 is 0.17.

The process color (four color CMYK) of #064152 color hex is 0.93, 0.21, 0.00, 0.68. Web safe color of #064152 is #003366. Color #064152 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000001 01010010
Octal 6 101 122
Decimal 6 65 82
Hex 6 41 52

RGB Percentages of Color #064152

%3.92
%42.48
%53.59

CMYK Percentages of Color #064152

%93
%21
%0
%68

Triadic Colors of #064152

#064152 #520641 #415206

Analogous Colors of #064152

#064152 #061b52 #06523d

Monochromatic Colors of #064152

#064152

Complementary Color

#064152 #521706

#064152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064152 Color CSS Codes

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

#064152 Text Font Color

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

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


#064152 Background Color

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

This div background color is #064152


#064152 Border Color

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

This div border color is #064152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064152


Comments

No comments written yet.

Please login to write comment.