Color Hex Logo

#064956 Color Hex

#064956
(6,73,86)
0 Favorites   0 Comments

Color spaces of #064956

RGB 67386
HSL0.530.870.18
HSV190°93°34°
CMYK 0.930.150.00   0.66
XYZ4.13745.47579.6430
Yxy5.47570.21490.2844
Hunter Lab23.4002-9.3897-8.0527
CIE-Lab28.0492-13.9805-13.2016

#064956 color RGB value is (6,73,86).

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

The process color (four color CMYK) of #064956 color hex is 0.93, 0.15, 0.00, 0.66. Web safe color of #064956 is #003366. Color #064956 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001001 01010110
Octal 6 111 126
Decimal 6 73 86
Hex 6 49 56

RGB Percentages of Color #064956

%3.64
%44.24
%52.12

CMYK Percentages of Color #064956

%93
%15
%0
%66

Triadic Colors of #064956

#064956 #560649 #495606

Analogous Colors of #064956

#064956 #062156 #06563b

Monochromatic Colors of #064956

#064956

Complementary Color

#064956 #561306

#064956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064956 Color CSS Codes

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

#064956 Text Font Color

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

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


#064956 Background Color

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

This div background color is #064956


#064956 Border Color

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

This div border color is #064956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064956


Comments

No comments written yet.

Please login to write comment.