HEX: #6E71AE
RGB: (110,113,174)
#6E71AE contains mainly blue color. Web safe color of #6E71AE is #666699 (or #669).
#6E71AE color RGB value is (110,113,174).
RGB: (110,113,174)
(43%, 44%, 68%)
R 110 of 255 = 43%
G 113 of 255 = 44%
B 174 of 255 = 68%
R + G + B ~ 52%. #6E71AE is middle color (not dark and not light).
R + G + B = 110 + 113 + 174 = 397 (100%)
R 110 of 397 ~ 27.71%
G 113 of 397 ~ 28.46%
B 174 of 397 ~ 43.83'%
#6E71AE color CMYK value is (37,35,0,32).
CMYK: (37,35,0,32) C37M35Y0K32 (37%,35%,0%,32%) (0.37/0.35/0.00/0.32)
Color #6E71AE in popluar color models
6E | 71 | AE | |
---|---|---|---|
RGB | 110 | 113 | 174 |
HSL | 237° | 28.32% | 55.69% |
HSB/HSV | 237° | 36.78% | 68.24% |
CMYK | 36.78% | 35.06% | 0.00% |
31.76% |
Color #6E71AE in popluar number systems.
HEX | 6E | 71 | AE |
Decimal | 110 | 113 | 174 |
Binary | 1101110 | 1110001 | 10101110 |
Octal | 156 | 161 | 256 |
Shades of #6E71AE
Tints of #6E71AE
Examples of css and html codes for elements with #6E71AE color. Also use rgb(110,113,174) instead hex code.
.myTextColor { color: #6E71AE; }
<p style="color:#6E71AE">This sample text font color is #6E71AE.</p>
This text font color is #6E71AE.
.myBgColor { background-color: #6E71AE; }
<div style="background-color:#6E71AE">Inner text</div>
This div background color is #6E71AE.
.myBorderColor { border: 1px solid #6E71AE; }
<div style="border:3px solid #6E71AE">Div</div>
This div border color is #6E71AE.
.myOpacity80 { color: #6E71AE; opacity: 0.8; }
<p style="color:#6E71AE;opacity:0.8;">80%</p>
Text with #6E71AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E71AE;}
<p style="text-shadow: 3px 3px 1px #6E71AE">Text here.</p>
This text has shadow with #6E71AE color.
.textShadow {text-shadow: 3px 3px 1px #6E71AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E71AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E71AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E71AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E71AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E71AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E71AE;
-webkit-box-shadow: 1px 1px 3px 2px #6E71AE;
box-shadow: 1px 1px 3px 2px #6E71AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E71AE; -webkit-box-shadow: 1px 1px 3px 2px #6E71AE; box-shadow:1px 1px 3px 2px #6E71AE;">
Div content here
</div>
This text has color #6E71AE on black background.
This text has color #6E71AE on white background.
This text has black color on #6E71AE background.
This text has white color on #6E71AE background.
Complementary color for #hex is #918E51.