Color Hex Logo

#06977e Color Hex

#06977E
(6,151,126)
0 Favorites   0 Comments

Color spaces of #06977e

RGB 6151126
HSL0.470.920.31
HSV170°96°59°
CMYK 0.960.000.17   0.41
XYZ14.907623.678323.5233
Yxy23.67830.24000.3812
Hunter Lab48.6604-30.47035.4004
CIE-Lab55.7643-39.68323.7237

#06977e color RGB value is (6,151,126).

#06977e hex color red value is 6, green value is 151 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #06977e hue: 0.47 , saturation: 0.92 and the lightness value of 06977e is 0.31.

The process color (four color CMYK) of #06977e color hex is 0.96, 0.00, 0.17, 0.41. Web safe color of #06977e is #009966. Color #06977e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010111 01111110
Octal 6 227 176
Decimal 6 151 126
Hex 6 97 7E

RGB Percentages of Color #06977e

%2.12
%53.36
%44.52

CMYK Percentages of Color #06977e

%96
%0
%17
%41

Triadic Colors of #06977e

#06977e #7e0697 #977e06

Analogous Colors of #06977e

#06977e #066897 #069736

Monochromatic Colors of #06977e

#06977e

Complementary Color

#06977e #97061f

#06977e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06977e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06977e Color CSS Codes

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

#06977e Text Font Color

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

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


#06977e Background Color

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

This div background color is #06977e


#06977e Border Color

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

This div border color is #06977e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06977e


Comments

No comments written yet.

Please login to write comment.