HEX: #684886
RGB: (104,72,134)
#684886 contains mainly red and blue colors. Web safe color of #684886 is #663399 (or #639).
#684886 color RGB value is (104,72,134).
RGB: (104,72,134)
(41%, 28%, 53%)
R 104 of 255 = 41%
G 72 of 255 = 28%
B 134 of 255 = 53%
R + G + B ~ 41%. #684886 is middle color (not dark and not light).
R + G + B = 104 + 72 + 134 = 310 (100%)
R 104 of 310 ~ 33.55%
G 72 of 310 ~ 23.23%
B 134 of 310 ~ 43.23'%
#684886 color CMYK value is (22,46,0,47).
CMYK: (22,46,0,47)
C22M46Y0K47 (22%, 46%, 0%, 47%)
(0.22 / 0.46 / 0.00 / 0.47)
Color #684886 in popluar color models
68 | 48 | 86 | |
---|---|---|---|
RGB | 104 | 72 | 134 |
HSL | 271° | 30.10% | 40.39% |
HSB/HSV | 271° | 46.27% | 52.55% |
CMYK | 22.39% | 46.27% | 0.00% |
47.45% |
Color #684886 in popluar number systems.
HEX | 68 | 48 | 86 |
Decimal | 104 | 72 | 134 |
Binary | 1101000 | 1001000 | 10000110 |
Octal | 150 | 110 | 206 |
Shades of #684886
Tints of #684886
Examples of css and html codes for elements with #684886 color. Also use rgb(104,72,134) instead hex code.
.myTextColor { color: #684886; }
<p style="color:#684886">This sample text font color is #684886.</p>
This text font color is #684886.
.myBgColor { background-color: #684886; }
<div style="background-color:#684886">Inner text</div>
This div background color is #684886.
.myBorderColor { border: 1px solid #684886; }
<div style="border:3px solid #684886">Div</div>
This div border color is #684886.
.myOpacity80 { color: #684886; opacity: 0.8; }
<p style="color:#684886;opacity:0.8;">80%</p>
Text with #684886 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #684886;}
<p style="text-shadow: 3px 3px 1px #684886">Text here.</p>
This text has shadow with #684886 color.
.textShadow {text-shadow: 3px 3px 1px #684886', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #684886, 5px 5px 20px red">Text here.</p>
This text has shadow with #684886 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#684886, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#684886, Direction=45, Strength=4)">Text</p>
This text has shadow with #684886 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #684886;
-webkit-box-shadow: 1px 1px 3px 2px #684886;
box-shadow: 1px 1px 3px 2px #684886;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #684886; -webkit-box-shadow: 1px 1px 3px 2px #684886; box-shadow:1px 1px 3px 2px #684886;">
Div content here
</div>
This text has color #684886 on black background.
This text has color #684886 on white background.
This text has black color on #684886 background.
This text has white color on #684886 background.
Complementary color for #hex is #97B779.