COLOR #6EA884

HEX: #6EA884 RGB: (110,168,132)

Color info

#6EA884 contains red, green and blue colors in about the same proportion. Web safe color of #6EA884 is #669999 (or #699).

RGB color model

#6EA884 color RGB value is (110,168,132).

RGB: (110,168,132) (43%, 66%, 52%)

RGB channels and saturation

R 110 of 255 = 43%
G 168 of 255 = 66%
B 132 of 255 = 52%

110
168
132

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

Portions of RGB colors in percentages

R + G + B = 110 + 168 + 132 = 410 (100%)
R 110 of 410 ~ 26.83%
G 168 of 410 ~ 40.98%
B 132 of 410 ~ 32.2'%

%26.83
%40.98
%32.2

CMYK color model

#6EA884 color CMYK value is (35,0,21,34).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK: (35,0,21,34) C35M0Y21K34 (35%,0%,21%,34%) (0.35/0.00/0.21/0.34) 

CMYK percentages

%34.52
%0
%21.43
%34.12

Codes

Color #6EA884 in popluar color models

6E A8 84
RGB 110 168 132
HSL 143° 25.00% 54.51%
HSB/HSV 143° 34.52% 65.88%
CMYK 34.52% 0.00% 21.43%
34.12%

Color #6EA884 in popluar number systems.

HEX 6E A8 84
Decimal 110 168 132
Binary 1101110 10101000 10000100
Octal 156 250 204

Shades and tints

Shades of #6EA884

#6EA884
(110,168,132)
#649978
(100,153,120)
#5A8A6C
(90,138,108)
#507B60
(80,123,96)
#466C54
(70,108,84)
#3C5D48
(60,93,72)
#324E3C
(50,78,60)
#283F30
(40,63,48)
#1E3024
(30,48,36)
#142118
(20,33,24)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #6EA884

#6EA884
(110,168,132)
#7BAF8F
(123,175,143)
#88B69A
(136,182,154)
#95BDA5
(149,189,165)
#A2C4B0
(162,196,176)
#AFCBBB
(175,203,187)
#BCD2C6
(188,210,198)
#C9D9D1
(201,217,209)
#D6E0DC
(214,224,220)
#E3E7E7
(227,231,231)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA884 color. Also use rgb(110,168,132) instead hex code.

Text Font Color

.myTextColor { color: #6EA884; }

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

This text font color is #6EA884.

Background Color

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

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

This div background color is #6EA884.

Border color

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

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

This div border color is #6EA884.

Opacity

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

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

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

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

This text has shadow with #6EA884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA884.

Preview

Color preview on black background

This text has color #6EA884 on black background.


Color preview on white background

This text has color #6EA884 on white background.


Black color preview on #6EA884 background

This text has black color on #6EA884 background.


White color preview on #6EA884 background

This text has white color on #6EA884 background.


Related colors

Complementary color

Complementary color for #hex is #91577B.


I love getcolorcode.com

Triadic colors

1 #846EA8 and #A8846E with #6EA884 are triadic colors.

2 #84A86E and #A86E84 with #6EA884 are triadic colors.