COLOR #006E85

HEX: #006E85
RGB: (0,110,133)

Color info

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

RGB color model

#006E85 color RGB value is (0,110,133).

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

RGB channels and saturation

R 0 of 255 = 0%
G 110 of 255 = 43%
B 133 of 255 = 52%

0
110
133

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

Portions of RGB colors in percentages

R + G + B =
0 + 110 + 133 = 243 (100%)
R 0 of 243 ~ 0%
G 110 of 243 ~ 45.27%
B 133 of 243 ~ 54.73%

%45.27
%54.73

CMYK color model

#006E85 color CMYK value is (100,17,0,48).

  • cyan value is 100.00%
  • magenta value is 17.29%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(100,17,0,48)
C100M17Y0K48 
(100%,17%,0%,48%)
(1.00/0.17/0.00/0.48)	

CMYK percentages

%100
%17.29
%0
%47.84

Codes

Color #006E85 in popluar color models

006E85
RGB0110133
HSL190°100.00%26.08%
HSB/HSV190°100.00%52.16%
CMYK100.00%17.29%0.00%
47.84%

Color #006E85 in popluar number systems.

HEX006E85
Decimal0110133
Binary0110111010000101
Octal0156205

Shades and tints

Shades of #006E85

#006E85
(0,110,133)
#006479
(0,100,121)
#005A6D
(0,90,109)
#005061
(0,80,97)
#004655
(0,70,85)
#003C49
(0,60,73)
#00323D
(0,50,61)
#002831
(0,40,49)
#001E25
(0,30,37)
#001419
(0,20,25)
#000A0D
(0,10,13)
#000000
(0,0,0)

Tints of #006E85

#006E85
(0,110,133)
#177B90
(23,123,144)
#2E889B
(46,136,155)
#4595A6
(69,149,166)
#5CA2B1
(92,162,177)
#73AFBC
(115,175,188)
#8ABCC7
(138,188,199)
#A1C9D2
(161,201,210)
#B8D6DD
(184,214,221)
#CFE3E8
(207,227,232)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006E85; }

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

This text font color is #006E85.


Background Color

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

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

This div background color is #006E85.


Border color

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

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

This div border color is #006E85.


Opacity

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

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

Text with #006E85 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 #006E85;}

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

This text has shadow with #006E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006E85 on black background.


Color preview on white background

This text has color #006E85 on white background.



Black color preview on #006E85 background

This text has black color on #006E85 background.


White color preview on #006E85 background

This text has white color on #006E85 background.