Color Hex Logo

#06864e Color Hex

#06864E
(6,134,78)
0 Favorites   0 Comments

Color spaces of #06864e

RGB 613478
HSL0.430.910.27
HSV154°96°53°
CMYK 0.960.000.42   0.47
XYZ9.975317.639010.0866
Yxy17.63900.26460.4679
Hunter Lab41.9988-31.101715.1598
CIE-Lab49.0553-44.562621.6692

#06864e color RGB value is (6,134,78).

#06864e hex color red value is 6, green value is 134 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #06864e hue: 0.43 , saturation: 0.91 and the lightness value of 06864e is 0.27.

The process color (four color CMYK) of #06864e color hex is 0.96, 0.00, 0.42, 0.47. Web safe color of #06864e is #009966. Color #06864e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000110 01001110
Octal 6 206 116
Decimal 6 134 78
Hex 6 86 4E

RGB Percentages of Color #06864e

%2.75
%61.47
%35.78

CMYK Percentages of Color #06864e

%96
%0
%42
%47

Triadic Colors of #06864e

#06864e #4e0686 #864e06

Analogous Colors of #06864e

#06864e #067e86 #06860e

Monochromatic Colors of #06864e

#06864e

Complementary Color

#06864e #86063e

#06864e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06864e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06864e Color CSS Codes

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

#06864e Text Font Color

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

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


#06864e Background Color

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

This div background color is #06864e


#06864e Border Color

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

This div border color is #06864e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,134,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06864e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06864e;
  -webkit-box-shadow: 1px 1px 3px 2px #06864e;
  box-shadow:         1px 1px 3px 2px #06864e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06864e


Comments

No comments written yet.

Please login to write comment.