HEX: #6EA9AB
RGB: (110,169,171)
#6EA9AB contains mainly green and blue colors. Web safe color of #6EA9AB is #669999 (or #699).
#6EA9AB color RGB value is (110,169,171).
RGB: (110,169,171)
(43%, 66%, 67%)
R 110 of 255 = 43%
G 169 of 255 = 66%
B 171 of 255 = 67%
R + G + B ~ 59%. #6EA9AB is middle color (not dark and not light).
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'%
#6EA9AB color CMYK value is (36,1,0,33).
CMYK: (36,1,0,33) C36M1Y0K33 (36%,1%,0%,33%) (0.36/0.01/0.00/0.33)
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 of #6EA9AB
Tints of #6EA9AB
Examples of css and html codes for elements with #6EA9AB color. Also use rgb(110,169,171) instead hex code.
.myTextColor { color: #6EA9AB; }
<p style="color:#6EA9AB">This sample text font color is #6EA9AB.</p>
This text font color is #6EA9AB.
.myBgColor { background-color: #6EA9AB; }
<div style="background-color:#6EA9AB">Inner text</div>
This div background color is #6EA9AB.
.myBorderColor { border: 1px solid #6EA9AB; }
<div style="border:3px solid #6EA9AB">Div</div>
This div border color is #6EA9AB.
.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%.
.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.
/* 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 text has color #6EA9AB on black background.
This text has color #6EA9AB on white background.
This text has black color on #6EA9AB background.
This text has white color on #6EA9AB background.
Complementary color for #hex is #915654.