Color Hex Logo

#069080 Color Hex

#069080
(6,144,128)
0 Favorites   0 Comments

Color spaces of #069080

RGB 6144128
HSL0.480.920.29
HSV173°96°56°
CMYK 0.960.000.11   0.44
XYZ13.944621.543723.8455
Yxy21.54370.23500.3631
Hunter Lab46.4152-27.59952.0308
CIE-Lab53.5395-36.0296-0.6576

#069080 color RGB value is (6,144,128).

#069080 hex color red value is 6, green value is 144 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #069080 hue: 0.48 , saturation: 0.92 and the lightness value of 069080 is 0.29.

The process color (four color CMYK) of #069080 color hex is 0.96, 0.00, 0.11, 0.44. Web safe color of #069080 is #009999. Color #069080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010000 10000000
Octal 6 220 200
Decimal 6 144 128
Hex 6 90 80

RGB Percentages of Color #069080

%2.16
%51.80
%46.04

CMYK Percentages of Color #069080

%96
%0
%11
%44

Triadic Colors of #069080

#069080 #800690 #908006

Analogous Colors of #069080

#069080 #065b90 #06903b

Monochromatic Colors of #069080

#069080

Complementary Color

#069080 #900616

#069080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069080 Color CSS Codes

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

#069080 Text Font Color

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

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


#069080 Background Color

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

This div background color is #069080


#069080 Border Color

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

This div border color is #069080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069080


Comments

No comments written yet.

Please login to write comment.