Color Hex Logo

#069589 Color Hex

#069589
(6,149,137)
0 Favorites   0 Comments

Color spaces of #069589

RGB 6149137
HSL0.490.920.30
HSV175°96°58°
CMYK 0.960.000.08   0.42
XYZ15.337923.339827.3635
Yxy23.33980.23220.3534
Hunter Lab48.3113-27.87440.2361
CIE-Lab55.4206-35.6323-3.0729

#069589 color RGB value is (6,149,137).

#069589 hex color red value is 6, green value is 149 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #069589 hue: 0.49 , saturation: 0.92 and the lightness value of 069589 is 0.30.

The process color (four color CMYK) of #069589 color hex is 0.96, 0.00, 0.08, 0.42. Web safe color of #069589 is #009999. Color #069589 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010101 10001001
Octal 6 225 211
Decimal 6 149 137
Hex 6 95 89

RGB Percentages of Color #069589

%2.05
%51.03
%46.92

CMYK Percentages of Color #069589

%96
%0
%8
%42

Triadic Colors of #069589

#069589 #890695 #958906

Analogous Colors of #069589

#069589 #065a95 #069541

Monochromatic Colors of #069589

#069589

Complementary Color

#069589 #950612

#069589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069589 Color CSS Codes

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

#069589 Text Font Color

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

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


#069589 Background Color

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

This div background color is #069589


#069589 Border Color

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

This div border color is #069589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069589


Comments

No comments written yet.

Please login to write comment.