HEX: #6EACCA
RGB: (110,172,202)
#6EACCA contains mainly green and blue colors. Web safe color of #6EACCA is #6699CC (or #69C).
#6EACCA color RGB value is (110,172,202).
RGB: (110,172,202)
(43%, 67%, 79%)
R 110 of 255 = 43%
G 172 of 255 = 67%
B 202 of 255 = 79%
R + G + B ~ 63%. #6EACCA is quite light color.
R + G + B = 110 + 172 + 202 = 484 (100%)
R 110 of 484 ~ 22.73%
G 172 of 484 ~ 35.54%
B 202 of 484 ~ 41.74'%
#6EACCA color CMYK value is (46,15,0,21).
CMYK: (46,15,0,21) C46M15Y0K21 (46%,15%,0%,21%) (0.46/0.15/0.00/0.21)
Color #6EACCA in popluar color models
6E | AC | CA | |
---|---|---|---|
RGB | 110 | 172 | 202 |
HSL | 200° | 46.46% | 61.18% |
HSB/HSV | 200° | 45.54% | 79.22% |
CMYK | 45.54% | 14.85% | 0.00% |
20.78% |
Color #6EACCA in popluar number systems.
HEX | 6E | AC | CA |
Decimal | 110 | 172 | 202 |
Binary | 1101110 | 10101100 | 11001010 |
Octal | 156 | 254 | 312 |
Shades of #6EACCA
Tints of #6EACCA
Examples of css and html codes for elements with #6EACCA color. Also use rgb(110,172,202) instead hex code.
.myTextColor { color: #6EACCA; }
<p style="color:#6EACCA">This sample text font color is #6EACCA.</p>
This text font color is #6EACCA.
.myBgColor { background-color: #6EACCA; }
<div style="background-color:#6EACCA">Inner text</div>
This div background color is #6EACCA.
.myBorderColor { border: 1px solid #6EACCA; }
<div style="border:3px solid #6EACCA">Div</div>
This div border color is #6EACCA.
.myOpacity80 { color: #6EACCA; opacity: 0.8; }
<p style="color:#6EACCA;opacity:0.8;">80%</p>
Text with #6EACCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EACCA;}
<p style="text-shadow: 3px 3px 1px #6EACCA">Text here.</p>
This text has shadow with #6EACCA color.
.textShadow {text-shadow: 3px 3px 1px #6EACCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EACCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EACCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EACCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EACCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EACCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EACCA;
-webkit-box-shadow: 1px 1px 3px 2px #6EACCA;
box-shadow: 1px 1px 3px 2px #6EACCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EACCA; -webkit-box-shadow: 1px 1px 3px 2px #6EACCA; box-shadow:1px 1px 3px 2px #6EACCA;">
Div content here
</div>
This text has color #6EACCA on black background.
This text has color #6EACCA on white background.
This text has black color on #6EACCA background.
This text has white color on #6EACCA background.
Complementary color for #hex is #915335.