COLOR #6EB093

HEX: #6EB093 RGB: (110,176,147)

Color info

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

RGB color model

#6EB093 color RGB value is (110,176,147).

RGB: (110,176,147) (43%, 69%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 176 of 255 = 69%
B 147 of 255 = 58%

110
176
147

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

Portions of RGB colors in percentages

R + G + B = 110 + 176 + 147 = 433 (100%)
R 110 of 433 ~ 25.4%
G 176 of 433 ~ 40.65%
B 147 of 433 ~ 33.95'%

%25.4
%40.65
%33.95

CMYK color model

#6EB093 color CMYK value is (38,0,16,31).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%

CMYK: (38,0,16,31)
C38M0Y16K31 (38%, 0%, 16%, 31%)
(0.38 / 0.00 / 0.16 / 0.31)

CMYK percentages

%37.5
%0
%16.48
%30.98

Codes

Color #6EB093 in popluar color models

6E B0 93
RGB 110 176 147
HSL 154° 29.46% 56.08%
HSB/HSV 154° 37.50% 69.02%
CMYK 37.50% 0.00% 16.48%
30.98%

Color #6EB093 in popluar number systems.

HEX 6E B0 93
Decimal 110 176 147
Binary 1101110 10110000 10010011
Octal 156 260 223

Shades and tints

Shades of #6EB093

#6EB093
(110,176,147)
#64A086
(100,160,134)
#5A9079
(90,144,121)
#50806C
(80,128,108)
#46705F
(70,112,95)
#3C6052
(60,96,82)
#325045
(50,80,69)
#284038
(40,64,56)
#1E302B
(30,48,43)
#14201E
(20,32,30)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #6EB093

#6EB093
(110,176,147)
#7BB79C
(123,183,156)
#88BEA5
(136,190,165)
#95C5AE
(149,197,174)
#A2CCB7
(162,204,183)
#AFD3C0
(175,211,192)
#BCDAC9
(188,218,201)
#C9E1D2
(201,225,210)
#D6E8DB
(214,232,219)
#E3EFE4
(227,239,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB093 color. Also use rgb(110,176,147) instead hex code.

Text Font Color

.myTextColor { color: #6EB093; }

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

This text font color is #6EB093.

Background Color

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

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

This div background color is #6EB093.

Border color

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

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

This div border color is #6EB093.

Opacity

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

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

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

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

This text has shadow with #6EB093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EB093.

Preview

Color preview on black background

This text has color #6EB093 on black background.


Color preview on white background

This text has color #6EB093 on white background.


Black color preview on #6EB093 background

This text has black color on #6EB093 background.


White color preview on #6EB093 background

This text has white color on #6EB093 background.


Related colors

Complementary color

Complementary color for #hex is #914F6C.


I love getcolorcode.com

Triadic colors

1 #936EB0 and #B0936E with #6EB093 are triadic colors.

2 #93B06E and #B06E93 with #6EB093 are triadic colors.