HEX: #6988AD
RGB: (105,136,173)
#6988AD contains mainly green and blue colors. Web safe color of #6988AD is #669999 (or #699).
#6988AD color RGB value is (105,136,173).
RGB: (105,136,173)
(41%, 53%, 68%)
R 105 of 255 = 41%
G 136 of 255 = 53%
B 173 of 255 = 68%
R + G + B ~ 54%. #6988AD is middle color (not dark and not light).
R + G + B = 105 + 136 + 173 = 414 (100%)
R 105 of 414 ~ 25.36%
G 136 of 414 ~ 32.85%
B 173 of 414 ~ 41.79'%
#6988AD color CMYK value is (39,21,0,32).
CMYK: (39,21,0,32) C39M21Y0K32 (39%,21%,0%,32%) (0.39/0.21/0.00/0.32)
Color #6988AD in popluar color models
69 | 88 | AD | |
---|---|---|---|
RGB | 105 | 136 | 173 |
HSL | 213° | 29.31% | 54.51% |
HSB/HSV | 213° | 39.31% | 67.84% |
CMYK | 39.31% | 21.39% | 0.00% |
32.16% |
Color #6988AD in popluar number systems.
HEX | 69 | 88 | AD |
Decimal | 105 | 136 | 173 |
Binary | 1101001 | 10001000 | 10101101 |
Octal | 151 | 210 | 255 |
Shades of #6988AD
Tints of #6988AD
Examples of css and html codes for elements with #6988AD color. Also use rgb(105,136,173) instead hex code.
.myTextColor { color: #6988AD; }
<p style="color:#6988AD">This sample text font color is #6988AD.</p>
This text font color is #6988AD.
.myBgColor { background-color: #6988AD; }
<div style="background-color:#6988AD">Inner text</div>
This div background color is #6988AD.
.myBorderColor { border: 1px solid #6988AD; }
<div style="border:3px solid #6988AD">Div</div>
This div border color is #6988AD.
.myOpacity80 { color: #6988AD; opacity: 0.8; }
<p style="color:#6988AD;opacity:0.8;">80%</p>
Text with #6988AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6988AD;}
<p style="text-shadow: 3px 3px 1px #6988AD">Text here.</p>
This text has shadow with #6988AD color.
.textShadow {text-shadow: 3px 3px 1px #6988AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6988AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6988AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6988AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6988AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6988AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6988AD;
-webkit-box-shadow: 1px 1px 3px 2px #6988AD;
box-shadow: 1px 1px 3px 2px #6988AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6988AD; -webkit-box-shadow: 1px 1px 3px 2px #6988AD; box-shadow:1px 1px 3px 2px #6988AD;">
Div content here
</div>
This text has color #6988AD on black background.
This text has color #6988AD on white background.
This text has black color on #6988AD background.
This text has white color on #6988AD background.
Complementary color for #hex is #967752.