HEX: #677692
RGB: (103,118,146)
#677692 contains red, green and blue colors in about the same proportion. Web safe color of #677692 is #666699 (or #669).
#677692 color RGB value is (103,118,146).
RGB: (103,118,146)
(40%, 46%, 57%)
R 103 of 255 = 40%
G 118 of 255 = 46%
B 146 of 255 = 57%
R + G + B ~ 48%. #677692 is middle color (not dark and not light).
R + G + B = 103 + 118 + 146 = 367 (100%)
R 103 of 367 ~ 28.07%
G 118 of 367 ~ 32.15%
B 146 of 367 ~ 39.78'%
#677692 color CMYK value is (29,19,0,43).
CMYK: (29,19,0,43) C29M19Y0K43 (29%,19%,0%,43%) (0.29/0.19/0.00/0.43)
Color #677692 in popluar color models
67 | 76 | 92 | |
---|---|---|---|
RGB | 103 | 118 | 146 |
HSL | 219° | 17.27% | 48.82% |
HSB/HSV | 219° | 29.45% | 57.25% |
CMYK | 29.45% | 19.18% | 0.00% |
42.75% |
Color #677692 in popluar number systems.
HEX | 67 | 76 | 92 |
Decimal | 103 | 118 | 146 |
Binary | 1100111 | 1110110 | 10010010 |
Octal | 147 | 166 | 222 |
Shades of #677692
Tints of #677692
Examples of css and html codes for elements with #677692 color. Also use rgb(103,118,146) instead hex code.
.myTextColor { color: #677692; }
<p style="color:#677692">This sample text font color is #677692.</p>
This text font color is #677692.
.myBgColor { background-color: #677692; }
<div style="background-color:#677692">Inner text</div>
This div background color is #677692.
.myBorderColor { border: 1px solid #677692; }
<div style="border:3px solid #677692">Div</div>
This div border color is #677692.
.myOpacity80 { color: #677692; opacity: 0.8; }
<p style="color:#677692;opacity:0.8;">80%</p>
Text with #677692 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #677692;}
<p style="text-shadow: 3px 3px 1px #677692">Text here.</p>
This text has shadow with #677692 color.
.textShadow {text-shadow: 3px 3px 1px #677692', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #677692, 5px 5px 20px red">Text here.</p>
This text has shadow with #677692 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#677692, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#677692, Direction=45, Strength=4)">Text</p>
This text has shadow with #677692 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #677692;
-webkit-box-shadow: 1px 1px 3px 2px #677692;
box-shadow: 1px 1px 3px 2px #677692;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #677692; -webkit-box-shadow: 1px 1px 3px 2px #677692; box-shadow:1px 1px 3px 2px #677692;">
Div content here
</div>
This text has color #677692 on black background.
This text has color #677692 on white background.
This text has black color on #677692 background.
This text has white color on #677692 background.
Complementary color for #hex is #98896D.