HEX: #686584
RGB: (104,101,132)
#686584 contains red, green and blue colors in about the same proportion. Web safe color of #686584 is #666699 (or #669).
#686584 color RGB value is (104,101,132).
RGB: (104,101,132)
(41%, 40%, 52%)
R 104 of 255 = 41%
G 101 of 255 = 40%
B 132 of 255 = 52%
R + G + B ~ 44%. #686584 is middle color (not dark and not light).
R + G + B = 104 + 101 + 132 = 337 (100%)
R 104 of 337 ~ 30.86%
G 101 of 337 ~ 29.97%
B 132 of 337 ~ 39.17'%
#686584 color CMYK value is (21,23,0,48).
CMYK: (21,23,0,48) C21M23Y0K48 (21%,23%,0%,48%) (0.21/0.23/0.00/0.48)
Color #686584 in popluar color models
68 | 65 | 84 | |
---|---|---|---|
RGB | 104 | 101 | 132 |
HSL | 246° | 13.30% | 45.69% |
HSB/HSV | 246° | 23.48% | 51.76% |
CMYK | 21.21% | 23.48% | 0.00% |
48.24% |
Color #686584 in popluar number systems.
HEX | 68 | 65 | 84 |
Decimal | 104 | 101 | 132 |
Binary | 1101000 | 1100101 | 10000100 |
Octal | 150 | 145 | 204 |
Shades of #686584
Tints of #686584
Examples of css and html codes for elements with #686584 color. Also use rgb(104,101,132) instead hex code.
.myTextColor { color: #686584; }
<p style="color:#686584">This sample text font color is #686584.</p>
This text font color is #686584.
.myBgColor { background-color: #686584; }
<div style="background-color:#686584">Inner text</div>
This div background color is #686584.
.myBorderColor { border: 1px solid #686584; }
<div style="border:3px solid #686584">Div</div>
This div border color is #686584.
.myOpacity80 { color: #686584; opacity: 0.8; }
<p style="color:#686584;opacity:0.8;">80%</p>
Text with #686584 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #686584;}
<p style="text-shadow: 3px 3px 1px #686584">Text here.</p>
This text has shadow with #686584 color.
.textShadow {text-shadow: 3px 3px 1px #686584', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #686584, 5px 5px 20px red">Text here.</p>
This text has shadow with #686584 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#686584, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#686584, Direction=45, Strength=4)">Text</p>
This text has shadow with #686584 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #686584;
-webkit-box-shadow: 1px 1px 3px 2px #686584;
box-shadow: 1px 1px 3px 2px #686584;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #686584; -webkit-box-shadow: 1px 1px 3px 2px #686584; box-shadow:1px 1px 3px 2px #686584;">
Div content here
</div>
This text has color #686584 on black background.
This text has color #686584 on white background.
This text has black color on #686584 background.
This text has white color on #686584 background.
Complementary color for #hex is #979A7B.