COLOR #6EB189

HEX: #6EB189 RGB: (110,177,137)

Color info

#6EB189 contains mainly green and blue colors. Web safe color of #6EB189 is #669999 (or #699).

RGB color model

#6EB189 color RGB value is (110,177,137).

RGB: (110,177,137) (43%, 69%, 54%)

RGB channels and saturation

R 110 of 255 = 43%
G 177 of 255 = 69%
B 137 of 255 = 54%

110
177
137

R + G + B ~ 55%. #6EB189 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 177 + 137 = 424 (100%)
R 110 of 424 ~ 25.94%
G 177 of 424 ~ 41.75%
B 137 of 424 ~ 32.31'%

%25.94
%41.75
%32.31

CMYK color model

#6EB189 color CMYK value is (38,0,23,31).

  • cyan value is 37.85%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 30.59%

CMYK: (38,0,23,31)
C38M0Y23K31 (38%, 0%, 23%, 31%)
(0.38 / 0.00 / 0.23 / 0.31)

CMYK percentages

%37.85
%0
%22.6
%30.59

Codes

Color #6EB189 in popluar color models

6E B1 89
RGB 110 177 137
HSL 144° 30.04% 56.27%
HSB/HSV 144° 37.85% 69.41%
CMYK 37.85% 0.00% 22.60%
30.59%

Color #6EB189 in popluar number systems.

HEX 6E B1 89
Decimal 110 177 137
Binary 1101110 10110001 10001001
Octal 156 261 211

Shades and tints

Shades of #6EB189

#6EB189
(110,177,137)
#64A17D
(100,161,125)
#5A9171
(90,145,113)
#508165
(80,129,101)
#467159
(70,113,89)
#3C614D
(60,97,77)
#325141
(50,81,65)
#284135
(40,65,53)
#1E3129
(30,49,41)
#14211D
(20,33,29)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #6EB189

#6EB189
(110,177,137)
#7BB893
(123,184,147)
#88BF9D
(136,191,157)
#95C6A7
(149,198,167)
#A2CDB1
(162,205,177)
#AFD4BB
(175,212,187)
#BCDBC5
(188,219,197)
#C9E2CF
(201,226,207)
#D6E9D9
(214,233,217)
#E3F0E3
(227,240,227)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB189 color. Also use rgb(110,177,137) instead hex code.

Text Font Color

.myTextColor { color: #6EB189; }

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

This text font color is #6EB189.

Background Color

.myBgColor { background-color: #6EB189; }

<div style="background-color:#6EB189">Inner text</div>

This div background color is #6EB189.

Border color

.myBorderColor { border: 1px solid #6EB189; }

<div style="border:3px solid #6EB189">Div</div>

This div border color is #6EB189.

Opacity

.myOpacity80 { color: #6EB189; opacity: 0.8; }

<p style="color:#6EB189;opacity:0.8;">80%</p>

Text with #6EB189 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 #6EB189;}

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

This text has shadow with #6EB189 color.


.textShadow {text-shadow: 3px 3px 1px #6EB189', 3px 3px 1px red;}

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

This text has shadow with #6EB189 primary color and red secondary color.


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

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

This text has shadow with #6EB189 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EB189; -webkit-box-shadow: 1px 1px 3px 2px #6EB189; box-shadow:1px 1px 3px 2px #6EB189;">
Div content here
</div>

This div box has shadow with color #6EB189.

Preview

Color preview on black background

This text has color #6EB189 on black background.


Color preview on white background

This text has color #6EB189 on white background.


Black color preview on #6EB189 background

This text has black color on #6EB189 background.


White color preview on #6EB189 background

This text has white color on #6EB189 background.


Related colors

Complementary color

Complementary color for #hex is #914E76.


I love getcolorcode.com

Triadic colors

1 #896EB1 and #B1896E with #6EB189 are triadic colors.

2 #89B16E and #B16E89 with #6EB189 are triadic colors.