COLOR #006E89

HEX: #006E89
RGB: (0,110,137)

Color info

#006E89 contains only green and blue colors. Web safe color of #006E89 is #006699 (or #069).

RGB color model

#006E89 color RGB value is (0,110,137).

  • red value is 0;
  • green value is 110;
  • blue value is 137.
RGB:
(0,110,137)
(0%,43%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 110 of 255 = 43%
B 137 of 255 = 54%

0
110
137

R + G + B ~ 32%. #006E89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 110 + 137 = 247 (100%)
R 0 of 247 ~ 0%
G 110 of 247 ~ 44.53%
B 137 of 247 ~ 55.47%

%44.53
%55.47

CMYK color model

#006E89 color CMYK value is (100,20,0,46).

  • cyan value is 100.00%
  • magenta value is 19.71%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(100,20,0,46)
C100M20Y0K46 
(100%,20%,0%,46%)
(1.00/0.20/0.00/0.46)	

CMYK percentages

%100
%19.71
%0
%46.27

Codes

Color #006E89 in popluar color models

006E89
RGB0110137
HSL192°100.00%26.86%
HSB/HSV192°100.00%53.73%
CMYK100.00%19.71%0.00%
46.27%

Color #006E89 in popluar number systems.

HEX006E89
Decimal0110137
Binary0110111010001001
Octal0156211

Shades and tints

Shades of #006E89

#006E89
(0,110,137)
#00647D
(0,100,125)
#005A71
(0,90,113)
#005065
(0,80,101)
#004659
(0,70,89)
#003C4D
(0,60,77)
#003241
(0,50,65)
#002835
(0,40,53)
#001E29
(0,30,41)
#00141D
(0,20,29)
#000A11
(0,10,17)
#000000
(0,0,0)

Tints of #006E89

#006E89
(0,110,137)
#177B93
(23,123,147)
#2E889D
(46,136,157)
#4595A7
(69,149,167)
#5CA2B1
(92,162,177)
#73AFBB
(115,175,187)
#8ABCC5
(138,188,197)
#A1C9CF
(161,201,207)
#B8D6D9
(184,214,217)
#CFE3E3
(207,227,227)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006E89 color. Also use rgb(0,110,137) instead hex code.

Text Font Color

.myTextColor { color: #006E89; }

<p style="color:#006E89">This sample text font color is #006E89.</p>

This text font color is #006E89.


Background Color

.myBgColor { background-color: #006E89; }

<div style="background-color:#006E89">Inner text</div>

This div background color is #006E89.


Border color

.myBorderColor { border: 1px solid #006E89; }

<div style="border:3px solid #006E89">Div</div>

This div border color is #006E89.


Opacity

.myOpacity80 { color: #006E89; opacity: 0.8; }

<p style="color:#006E89;opacity:0.8;">80%</p>

Text with #006E89 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #006E89;}

<p style="text-shadow: 3px 3px 1px #006E89">Text here.</p>

This text has shadow with #006E89 color.

.textShadow {text-shadow: 3px 3px 1px #006E89, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #006E89, 5px 5px 20px red">Text here.</p>

This text has shadow with #006E89 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#006E89, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#006E89, Direction=45, Strength=4)">Text</p>

This text has shadow with #006E89 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #006E89;
  -webkit-box-shadow:	1px 1px 3px 2px #006E89;
  box-shadow:		1px 1px 3px 2px #006E89;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #006E89;
-webkit-box-shadow: 1px 1px 3px 2px #006E89;
box-shadow:1px 1px 3px 2px #006E89;">
Div content here</div>
This div box has shadow with color #006E89.

Preview

Color preview on black background

This text has color #006E89 on black background.


Color preview on white background

This text has color #006E89 on white background.



Black color preview on #006E89 background

This text has black color on #006E89 background.


White color preview on #006E89 background

This text has white color on #006E89 background.