COLOR #6EA9AB

HEX: #6EA9AB RGB: (110,169,171)

Color info

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

RGB color model

#6EA9AB color RGB value is (110,169,171).

RGB: (110,169,171) (43%, 66%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 169 of 255 = 66%
B 171 of 255 = 67%

110
169
171

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

Portions of RGB colors in percentages

R + G + B = 110 + 169 + 171 = 450 (100%)
R 110 of 450 ~ 24.44%
G 169 of 450 ~ 37.56%
B 171 of 450 ~ 38'%

%24.44
%37.56
%38

CMYK color model

#6EA9AB color CMYK value is (36,1,0,33).

  • cyan value is 35.67%
  • magenta value is 1.17%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (36,1,0,33) C36M1Y0K33 (36%,1%,0%,33%) (0.36/0.01/0.00/0.33) 

CMYK percentages

%35.67
%1.17
%0
%32.94

Codes

Color #6EA9AB in popluar color models

6E A9 AB
RGB 110 169 171
HSL 182° 26.64% 55.10%
HSB/HSV 182° 35.67% 67.06%
CMYK 35.67% 1.17% 0.00%
32.94%

Color #6EA9AB in popluar number systems.

HEX 6E A9 AB
Decimal 110 169 171
Binary 1101110 10101001 10101011
Octal 156 251 253

Shades and tints

Shades of #6EA9AB

#6EA9AB
(110,169,171)
#649A9C
(100,154,156)
#5A8B8D
(90,139,141)
#507C7E
(80,124,126)
#466D6F
(70,109,111)
#3C5E60
(60,94,96)
#324F51
(50,79,81)
#284042
(40,64,66)
#1E3133
(30,49,51)
#142224
(20,34,36)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #6EA9AB

#6EA9AB
(110,169,171)
#7BB0B2
(123,176,178)
#88B7B9
(136,183,185)
#95BEC0
(149,190,192)
#A2C5C7
(162,197,199)
#AFCCCE
(175,204,206)
#BCD3D5
(188,211,213)
#C9DADC
(201,218,220)
#D6E1E3
(214,225,227)
#E3E8EA
(227,232,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA9AB color. Also use rgb(110,169,171) instead hex code.

Text Font Color

.myTextColor { color: #6EA9AB; }

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

This text font color is #6EA9AB.

Background Color

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

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

This div background color is #6EA9AB.

Border color

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

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

This div border color is #6EA9AB.

Opacity

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

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

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

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

This text has shadow with #6EA9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA9AB.

Preview

Color preview on black background

This text has color #6EA9AB on black background.


Color preview on white background

This text has color #6EA9AB on white background.


Black color preview on #6EA9AB background

This text has black color on #6EA9AB background.


White color preview on #6EA9AB background

This text has white color on #6EA9AB background.


Related colors

Complementary color

Complementary color for #hex is #915654.


I love getcolorcode.com

Triadic colors

1 #AB6EA9 and #A9AB6E with #6EA9AB are triadic colors.

2 #ABA96E and #A96EAB with #6EA9AB are triadic colors.