HEX: #6E769D
RGB: (110,118,157)
#6E769D contains red, green and blue colors in about the same proportion. Web safe color of #6E769D is #666699 (or #669).
#6E769D color RGB value is (110,118,157).
RGB: (110,118,157)
(43%, 46%, 62%)
R 110 of 255 = 43%
G 118 of 255 = 46%
B 157 of 255 = 62%
R + G + B ~ 50%. #6E769D is middle color (not dark and not light).
R + G + B = 110 + 118 + 157 = 385 (100%)
R 110 of 385 ~ 28.57%
G 118 of 385 ~ 30.65%
B 157 of 385 ~ 40.78'%
#6E769D color CMYK value is (30,25,0,38).
CMYK: (30,25,0,38)
C30M25Y0K38 (30%, 25%, 0%, 38%)
(0.30 / 0.25 / 0.00 / 0.38)
Color #6E769D in popluar color models
6E | 76 | 9D | |
---|---|---|---|
RGB | 110 | 118 | 157 |
HSL | 230° | 19.34% | 52.35% |
HSB/HSV | 230° | 29.94% | 61.57% |
CMYK | 29.94% | 24.84% | 0.00% |
38.43% |
Color #6E769D in popluar number systems.
HEX | 6E | 76 | 9D |
Decimal | 110 | 118 | 157 |
Binary | 1101110 | 1110110 | 10011101 |
Octal | 156 | 166 | 235 |
Shades of #6E769D
Tints of #6E769D
Examples of css and html codes for elements with #6E769D color. Also use rgb(110,118,157) instead hex code.
.myTextColor { color: #6E769D; }
<p style="color:#6E769D">This sample text font color is #6E769D.</p>
This text font color is #6E769D.
.myBgColor { background-color: #6E769D; }
<div style="background-color:#6E769D">Inner text</div>
This div background color is #6E769D.
.myBorderColor { border: 1px solid #6E769D; }
<div style="border:3px solid #6E769D">Div</div>
This div border color is #6E769D.
.myOpacity80 { color: #6E769D; opacity: 0.8; }
<p style="color:#6E769D;opacity:0.8;">80%</p>
Text with #6E769D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E769D;}
<p style="text-shadow: 3px 3px 1px #6E769D">Text here.</p>
This text has shadow with #6E769D color.
.textShadow {text-shadow: 3px 3px 1px #6E769D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E769D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E769D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E769D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E769D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E769D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E769D;
-webkit-box-shadow: 1px 1px 3px 2px #6E769D;
box-shadow: 1px 1px 3px 2px #6E769D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E769D; -webkit-box-shadow: 1px 1px 3px 2px #6E769D; box-shadow:1px 1px 3px 2px #6E769D;">
Div content here
</div>
This text has color #6E769D on black background.
This text has color #6E769D on white background.
This text has black color on #6E769D background.
This text has white color on #6E769D background.
Complementary color for #hex is #918962.