Color Hex Logo

#06807a Color Hex

#06807A
(6,128,122)
0 Favorites   0 Comments

Color spaces of #06807a

RGB 6128122
HSL0.490.910.26
HSV177°95°50°
CMYK 0.950.000.05   0.50
XYZ11.307116.882221.0750
Yxy16.88220.22950.3427
Hunter Lab41.0880-22.7820-1.6497
CIE-Lab48.1113-30.4327-5.1542

#06807a color RGB value is (6,128,122).

#06807a hex color red value is 6, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #06807a hue: 0.49 , saturation: 0.91 and the lightness value of 06807a is 0.26.

The process color (four color CMYK) of #06807a color hex is 0.95, 0.00, 0.05, 0.50. Web safe color of #06807a is #009966. Color #06807a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000000 01111010
Octal 6 200 172
Decimal 6 128 122
Hex 6 80 7A

RGB Percentages of Color #06807a

%2.34
%50.00
%47.66

CMYK Percentages of Color #06807a

%95
%0
%5
%50

Triadic Colors of #06807a

#06807a #7a0680 #807a06

Analogous Colors of #06807a

#06807a #064980 #06803d

Monochromatic Colors of #06807a

#06807a

Complementary Color

#06807a #80060c

#06807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06807a Color CSS Codes

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

#06807a Text Font Color

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

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


#06807a Background Color

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

This div background color is #06807a


#06807a Border Color

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

This div border color is #06807a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,128,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06807a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06807a;
  -webkit-box-shadow: 1px 1px 3px 2px #06807a;
  box-shadow:         1px 1px 3px 2px #06807a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06807a


Comments

No comments written yet.

Please login to write comment.