HEX: #684BA3
RGB: (104,75,163)
#684BA3 contains mainly red and blue colors. Web safe color of #684BA3 is #663399 (or #639).
#684BA3 color RGB value is (104,75,163).
RGB: (104,75,163)
(41%, 29%, 64%)
R 104 of 255 = 41%
G 75 of 255 = 29%
B 163 of 255 = 64%
R + G + B ~ 45%. #684BA3 is middle color (not dark and not light).
R + G + B = 104 + 75 + 163 = 342 (100%)
R 104 of 342 ~ 30.41%
G 75 of 342 ~ 21.93%
B 163 of 342 ~ 47.66'%
#684BA3 color CMYK value is (36,54,0,36).
CMYK: (36,54,0,36)
C36M54Y0K36 (36%, 54%, 0%, 36%)
(0.36 / 0.54 / 0.00 / 0.36)
Color #684BA3 in popluar color models
68 | 4B | A3 | |
---|---|---|---|
RGB | 104 | 75 | 163 |
HSL | 260° | 36.97% | 46.67% |
HSB/HSV | 260° | 53.99% | 63.92% |
CMYK | 36.20% | 53.99% | 0.00% |
36.08% |
Color #684BA3 in popluar number systems.
HEX | 68 | 4B | A3 |
Decimal | 104 | 75 | 163 |
Binary | 1101000 | 1001011 | 10100011 |
Octal | 150 | 113 | 243 |
Shades of #684BA3
Tints of #684BA3
Examples of css and html codes for elements with #684BA3 color. Also use rgb(104,75,163) instead hex code.
.myTextColor { color: #684BA3; }
<p style="color:#684BA3">This sample text font color is #684BA3.</p>
This text font color is #684BA3.
.myBgColor { background-color: #684BA3; }
<div style="background-color:#684BA3">Inner text</div>
This div background color is #684BA3.
.myBorderColor { border: 1px solid #684BA3; }
<div style="border:3px solid #684BA3">Div</div>
This div border color is #684BA3.
.myOpacity80 { color: #684BA3; opacity: 0.8; }
<p style="color:#684BA3;opacity:0.8;">80%</p>
Text with #684BA3 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #684BA3;}
<p style="text-shadow: 3px 3px 1px #684BA3">Text here.</p>
This text has shadow with #684BA3 color.
.textShadow {text-shadow: 3px 3px 1px #684BA3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #684BA3, 5px 5px 20px red">Text here.</p>
This text has shadow with #684BA3 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#684BA3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#684BA3, Direction=45, Strength=4)">Text</p>
This text has shadow with #684BA3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #684BA3;
-webkit-box-shadow: 1px 1px 3px 2px #684BA3;
box-shadow: 1px 1px 3px 2px #684BA3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #684BA3; -webkit-box-shadow: 1px 1px 3px 2px #684BA3; box-shadow:1px 1px 3px 2px #684BA3;">
Div content here
</div>
This text has color #684BA3 on black background.
This text has color #684BA3 on white background.
This text has black color on #684BA3 background.
This text has white color on #684BA3 background.
Complementary color for #hex is #97B45C.