HEX: #6EB093
RGB: (110,176,147)
#6EB093 contains mainly green and blue colors. Web safe color of #6EB093 is #669999 (or #699).
#6EB093 color RGB value is (110,176,147).
RGB: (110,176,147)
(43%, 69%, 58%)
R 110 of 255 = 43%
G 176 of 255 = 69%
B 147 of 255 = 58%
R + G + B ~ 57%. #6EB093 is middle color (not dark and not light).
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'%
#6EB093 color CMYK value is (38,0,16,31).
CMYK: (38,0,16,31)
C38M0Y16K31 (38%, 0%, 16%, 31%)
(0.38 / 0.00 / 0.16 / 0.31)
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 of #6EB093
Tints of #6EB093
Examples of css and html codes for elements with #6EB093 color. Also use rgb(110,176,147) instead hex code.
.myTextColor { color: #6EB093; }
<p style="color:#6EB093">This sample text font color is #6EB093.</p>
This text font color is #6EB093.
.myBgColor { background-color: #6EB093; }
<div style="background-color:#6EB093">Inner text</div>
This div background color is #6EB093.
.myBorderColor { border: 1px solid #6EB093; }
<div style="border:3px solid #6EB093">Div</div>
This div border color is #6EB093.
.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%.
.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.
/* 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 text has color #6EB093 on black background.
This text has color #6EB093 on white background.
This text has black color on #6EB093 background.
This text has white color on #6EB093 background.
Complementary color for #hex is #914F6C.