HEX: #6EADCC
RGB: (110,173,204)
#6EADCC contains mainly green and blue colors. Web safe color of #6EADCC is #6699CC (or #69C).
#6EADCC color RGB value is (110,173,204).
RGB: (110,173,204)
(43%, 68%, 80%)
R 110 of 255 = 43%
G 173 of 255 = 68%
B 204 of 255 = 80%
R + G + B ~ 64%. #6EADCC is quite light color.
R + G + B = 110 + 173 + 204 = 487 (100%)
R 110 of 487 ~ 22.59%
G 173 of 487 ~ 35.52%
B 204 of 487 ~ 41.89'%
#6EADCC color CMYK value is (46,15,0,20).
CMYK: (46,15,0,20) C46M15Y0K20 (46%,15%,0%,20%) (0.46/0.15/0.00/0.20)
Color #6EADCC in popluar color models
6E | AD | CC | |
---|---|---|---|
RGB | 110 | 173 | 204 |
HSL | 200° | 47.96% | 61.57% |
HSB/HSV | 200° | 46.08% | 80.00% |
CMYK | 46.08% | 15.20% | 0.00% |
20.00% |
Color #6EADCC in popluar number systems.
HEX | 6E | AD | CC |
Decimal | 110 | 173 | 204 |
Binary | 1101110 | 10101101 | 11001100 |
Octal | 156 | 255 | 314 |
Shades of #6EADCC
Tints of #6EADCC
Examples of css and html codes for elements with #6EADCC color. Also use rgb(110,173,204) instead hex code.
.myTextColor { color: #6EADCC; }
<p style="color:#6EADCC">This sample text font color is #6EADCC.</p>
This text font color is #6EADCC.
.myBgColor { background-color: #6EADCC; }
<div style="background-color:#6EADCC">Inner text</div>
This div background color is #6EADCC.
.myBorderColor { border: 1px solid #6EADCC; }
<div style="border:3px solid #6EADCC">Div</div>
This div border color is #6EADCC.
.myOpacity80 { color: #6EADCC; opacity: 0.8; }
<p style="color:#6EADCC;opacity:0.8;">80%</p>
Text with #6EADCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EADCC;}
<p style="text-shadow: 3px 3px 1px #6EADCC">Text here.</p>
This text has shadow with #6EADCC color.
.textShadow {text-shadow: 3px 3px 1px #6EADCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EADCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EADCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EADCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EADCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EADCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EADCC;
-webkit-box-shadow: 1px 1px 3px 2px #6EADCC;
box-shadow: 1px 1px 3px 2px #6EADCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EADCC; -webkit-box-shadow: 1px 1px 3px 2px #6EADCC; box-shadow:1px 1px 3px 2px #6EADCC;">
Div content here
</div>
This text has color #6EADCC on black background.
This text has color #6EADCC on white background.
This text has black color on #6EADCC background.
This text has white color on #6EADCC background.
Complementary color for #hex is #915233.