HEX: #677C9E
RGB: (103,124,158)
#677C9E contains red, green and blue colors in about the same proportion. Web safe color of #677C9E is #666699 (or #669).
#677C9E color RGB value is (103,124,158).
RGB: (103,124,158)
(40%, 49%, 62%)
R 103 of 255 = 40%
G 124 of 255 = 49%
B 158 of 255 = 62%
R + G + B ~ 50%. #677C9E is middle color (not dark and not light).
R + G + B = 103 + 124 + 158 = 385 (100%)
R 103 of 385 ~ 26.75%
G 124 of 385 ~ 32.21%
B 158 of 385 ~ 41.04'%
#677C9E color CMYK value is (35,22,0,38).
CMYK: (35,22,0,38)
C35M22Y0K38 (35%, 22%, 0%, 38%)
(0.35 / 0.22 / 0.00 / 0.38)
Color #677C9E in popluar color models
67 | 7C | 9E | |
---|---|---|---|
RGB | 103 | 124 | 158 |
HSL | 217° | 22.09% | 51.18% |
HSB/HSV | 217° | 34.81% | 61.96% |
CMYK | 34.81% | 21.52% | 0.00% |
38.04% |
Color #677C9E in popluar number systems.
HEX | 67 | 7C | 9E |
Decimal | 103 | 124 | 158 |
Binary | 1100111 | 1111100 | 10011110 |
Octal | 147 | 174 | 236 |
Shades of #677C9E
Tints of #677C9E
Examples of css and html codes for elements with #677C9E color. Also use rgb(103,124,158) instead hex code.
.myTextColor { color: #677C9E; }
<p style="color:#677C9E">This sample text font color is #677C9E.</p>
This text font color is #677C9E.
.myBgColor { background-color: #677C9E; }
<div style="background-color:#677C9E">Inner text</div>
This div background color is #677C9E.
.myBorderColor { border: 1px solid #677C9E; }
<div style="border:3px solid #677C9E">Div</div>
This div border color is #677C9E.
.myOpacity80 { color: #677C9E; opacity: 0.8; }
<p style="color:#677C9E;opacity:0.8;">80%</p>
Text with #677C9E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #677C9E;}
<p style="text-shadow: 3px 3px 1px #677C9E">Text here.</p>
This text has shadow with #677C9E color.
.textShadow {text-shadow: 3px 3px 1px #677C9E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #677C9E, 5px 5px 20px red">Text here.</p>
This text has shadow with #677C9E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#677C9E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#677C9E, Direction=45, Strength=4)">Text</p>
This text has shadow with #677C9E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #677C9E;
-webkit-box-shadow: 1px 1px 3px 2px #677C9E;
box-shadow: 1px 1px 3px 2px #677C9E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #677C9E; -webkit-box-shadow: 1px 1px 3px 2px #677C9E; box-shadow:1px 1px 3px 2px #677C9E;">
Div content here
</div>
This text has color #677C9E on black background.
This text has color #677C9E on white background.
This text has black color on #677C9E background.
This text has white color on #677C9E background.
Complementary color for #hex is #988361.