HEX: #684477
RGB: (104,68,119)
#684477 contains red, green and blue colors in about the same proportion. Web safe color of #684477 is #663366 (or #636).
#684477 color RGB value is (104,68,119).
RGB: (104,68,119)
(41%, 27%, 47%)
R 104 of 255 = 41%
G 68 of 255 = 27%
B 119 of 255 = 47%
R + G + B ~ 38%. #684477 is quite dark color.
R + G + B = 104 + 68 + 119 = 291 (100%)
R 104 of 291 ~ 35.74%
G 68 of 291 ~ 23.37%
B 119 of 291 ~ 40.89'%
#684477 color CMYK value is (13,43,0,53).
CMYK: (13,43,0,53) C13M43Y0K53 (13%,43%,0%,53%) (0.13/0.43/0.00/0.53)
Color #684477 in popluar color models
68 | 44 | 77 | |
---|---|---|---|
RGB | 104 | 68 | 119 |
HSL | 282° | 27.27% | 36.67% |
HSB/HSV | 282° | 42.86% | 46.67% |
CMYK | 12.61% | 42.86% | 0.00% |
53.33% |
Color #684477 in popluar number systems.
HEX | 68 | 44 | 77 |
Decimal | 104 | 68 | 119 |
Binary | 1101000 | 1000100 | 1110111 |
Octal | 150 | 104 | 167 |
Shades of #684477
Tints of #684477
Examples of css and html codes for elements with #684477 color. Also use rgb(104,68,119) instead hex code.
.myTextColor { color: #684477; }
<p style="color:#684477">This sample text font color is #684477.</p>
This text font color is #684477.
.myBgColor { background-color: #684477; }
<div style="background-color:#684477">Inner text</div>
This div background color is #684477.
.myBorderColor { border: 1px solid #684477; }
<div style="border:3px solid #684477">Div</div>
This div border color is #684477.
.myOpacity80 { color: #684477; opacity: 0.8; }
<p style="color:#684477;opacity:0.8;">80%</p>
Text with #684477 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #684477;}
<p style="text-shadow: 3px 3px 1px #684477">Text here.</p>
This text has shadow with #684477 color.
.textShadow {text-shadow: 3px 3px 1px #684477', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #684477, 5px 5px 20px red">Text here.</p>
This text has shadow with #684477 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#684477, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#684477, Direction=45, Strength=4)">Text</p>
This text has shadow with #684477 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #684477;
-webkit-box-shadow: 1px 1px 3px 2px #684477;
box-shadow: 1px 1px 3px 2px #684477;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #684477; -webkit-box-shadow: 1px 1px 3px 2px #684477; box-shadow:1px 1px 3px 2px #684477;">
Div content here
</div>
This text has color #684477 on black background.
This text has color #684477 on white background.
This text has black color on #684477 background.
This text has white color on #684477 background.
Complementary color for #hex is #97BB88.