HEX: #6E91AB
RGB: (110,145,171)
#6E91AB contains mainly green and blue colors. Web safe color of #6E91AB is #669999 (or #699).
#6E91AB color RGB value is (110,145,171).
RGB: (110,145,171)
(43%, 57%, 67%)
R 110 of 255 = 43%
G 145 of 255 = 57%
B 171 of 255 = 67%
R + G + B ~ 56%. #6E91AB is middle color (not dark and not light).
R + G + B = 110 + 145 + 171 = 426 (100%)
R 110 of 426 ~ 25.82%
G 145 of 426 ~ 34.04%
B 171 of 426 ~ 40.14'%
#6E91AB color CMYK value is (36,15,0,33).
CMYK: (36,15,0,33)
C36M15Y0K33 (36%, 15%, 0%, 33%)
(0.36 / 0.15 / 0.00 / 0.33)
Color #6E91AB in popluar color models
6E | 91 | AB | |
---|---|---|---|
RGB | 110 | 145 | 171 |
HSL | 206° | 26.64% | 55.10% |
HSB/HSV | 206° | 35.67% | 67.06% |
CMYK | 35.67% | 15.20% | 0.00% |
32.94% |
Color #6E91AB in popluar number systems.
HEX | 6E | 91 | AB |
Decimal | 110 | 145 | 171 |
Binary | 1101110 | 10010001 | 10101011 |
Octal | 156 | 221 | 253 |
Shades of #6E91AB
Tints of #6E91AB
Examples of css and html codes for elements with #6E91AB color. Also use rgb(110,145,171) instead hex code.
.myTextColor { color: #6E91AB; }
<p style="color:#6E91AB">This sample text font color is #6E91AB.</p>
This text font color is #6E91AB.
.myBgColor { background-color: #6E91AB; }
<div style="background-color:#6E91AB">Inner text</div>
This div background color is #6E91AB.
.myBorderColor { border: 1px solid #6E91AB; }
<div style="border:3px solid #6E91AB">Div</div>
This div border color is #6E91AB.
.myOpacity80 { color: #6E91AB; opacity: 0.8; }
<p style="color:#6E91AB;opacity:0.8;">80%</p>
Text with #6E91AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E91AB;}
<p style="text-shadow: 3px 3px 1px #6E91AB">Text here.</p>
This text has shadow with #6E91AB color.
.textShadow {text-shadow: 3px 3px 1px #6E91AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E91AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E91AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E91AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E91AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E91AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E91AB;
-webkit-box-shadow: 1px 1px 3px 2px #6E91AB;
box-shadow: 1px 1px 3px 2px #6E91AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E91AB; -webkit-box-shadow: 1px 1px 3px 2px #6E91AB; box-shadow:1px 1px 3px 2px #6E91AB;">
Div content here
</div>
This text has color #6E91AB on black background.
This text has color #6E91AB on white background.
This text has black color on #6E91AB background.
This text has white color on #6E91AB background.
Complementary color for #hex is #916E54.