HEX: #6873AD
RGB: (104,115,173)
#6873AD contains mainly green and blue colors. Web safe color of #6873AD is #666699 (or #669).
#6873AD color RGB value is (104,115,173).
RGB: (104,115,173)
(41%, 45%, 68%)
R 104 of 255 = 41%
G 115 of 255 = 45%
B 173 of 255 = 68%
R + G + B ~ 51%. #6873AD is middle color (not dark and not light).
R + G + B = 104 + 115 + 173 = 392 (100%)
R 104 of 392 ~ 26.53%
G 115 of 392 ~ 29.34%
B 173 of 392 ~ 44.13'%
#6873AD color CMYK value is (40,34,0,32).
CMYK: (40,34,0,32) C40M34Y0K32 (40%,34%,0%,32%) (0.40/0.34/0.00/0.32)
Color #6873AD in popluar color models
68 | 73 | AD | |
---|---|---|---|
RGB | 104 | 115 | 173 |
HSL | 230° | 29.61% | 54.31% |
HSB/HSV | 230° | 39.88% | 67.84% |
CMYK | 39.88% | 33.53% | 0.00% |
32.16% |
Color #6873AD in popluar number systems.
HEX | 68 | 73 | AD |
Decimal | 104 | 115 | 173 |
Binary | 1101000 | 1110011 | 10101101 |
Octal | 150 | 163 | 255 |
Shades of #6873AD
Tints of #6873AD
Examples of css and html codes for elements with #6873AD color. Also use rgb(104,115,173) instead hex code.
.myTextColor { color: #6873AD; }
<p style="color:#6873AD">This sample text font color is #6873AD.</p>
This text font color is #6873AD.
.myBgColor { background-color: #6873AD; }
<div style="background-color:#6873AD">Inner text</div>
This div background color is #6873AD.
.myBorderColor { border: 1px solid #6873AD; }
<div style="border:3px solid #6873AD">Div</div>
This div border color is #6873AD.
.myOpacity80 { color: #6873AD; opacity: 0.8; }
<p style="color:#6873AD;opacity:0.8;">80%</p>
Text with #6873AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6873AD;}
<p style="text-shadow: 3px 3px 1px #6873AD">Text here.</p>
This text has shadow with #6873AD color.
.textShadow {text-shadow: 3px 3px 1px #6873AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6873AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6873AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6873AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6873AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6873AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6873AD;
-webkit-box-shadow: 1px 1px 3px 2px #6873AD;
box-shadow: 1px 1px 3px 2px #6873AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6873AD; -webkit-box-shadow: 1px 1px 3px 2px #6873AD; box-shadow:1px 1px 3px 2px #6873AD;">
Div content here
</div>
This text has color #6873AD on black background.
This text has color #6873AD on white background.
This text has black color on #6873AD background.
This text has white color on #6873AD background.
Complementary color for #hex is #978C52.