HEX: #6DAAAD
RGB: (109,170,173)
#6DAAAD contains mainly green and blue colors. Web safe color of #6DAAAD is #669999 (or #699).
#6DAAAD color RGB value is (109,170,173).
RGB: (109,170,173)
(43%, 67%, 68%)
R 109 of 255 = 43%
G 170 of 255 = 67%
B 173 of 255 = 68%
R + G + B ~ 59%. #6DAAAD is middle color (not dark and not light).
R + G + B = 109 + 170 + 173 = 452 (100%)
R 109 of 452 ~ 24.12%
G 170 of 452 ~ 37.61%
B 173 of 452 ~ 38.27'%
#6DAAAD color CMYK value is (37,2,0,32).
CMYK: (37,2,0,32)
C37M2Y0K32 (37%, 2%, 0%, 32%)
(0.37 / 0.02 / 0.00 / 0.32)
Color #6DAAAD in popluar color models
6D | AA | AD | |
---|---|---|---|
RGB | 109 | 170 | 173 |
HSL | 183° | 28.07% | 55.29% |
HSB/HSV | 183° | 36.99% | 67.84% |
CMYK | 36.99% | 1.73% | 0.00% |
32.16% |
Color #6DAAAD in popluar number systems.
HEX | 6D | AA | AD |
Decimal | 109 | 170 | 173 |
Binary | 1101101 | 10101010 | 10101101 |
Octal | 155 | 252 | 255 |
Shades of #6DAAAD
Tints of #6DAAAD
Examples of css and html codes for elements with #6DAAAD color. Also use rgb(109,170,173) instead hex code.
.myTextColor { color: #6DAAAD; }
<p style="color:#6DAAAD">This sample text font color is #6DAAAD.</p>
This text font color is #6DAAAD.
.myBgColor { background-color: #6DAAAD; }
<div style="background-color:#6DAAAD">Inner text</div>
This div background color is #6DAAAD.
.myBorderColor { border: 1px solid #6DAAAD; }
<div style="border:3px solid #6DAAAD">Div</div>
This div border color is #6DAAAD.
.myOpacity80 { color: #6DAAAD; opacity: 0.8; }
<p style="color:#6DAAAD;opacity:0.8;">80%</p>
Text with #6DAAAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DAAAD;}
<p style="text-shadow: 3px 3px 1px #6DAAAD">Text here.</p>
This text has shadow with #6DAAAD color.
.textShadow {text-shadow: 3px 3px 1px #6DAAAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DAAAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6DAAAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DAAAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DAAAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DAAAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DAAAD;
-webkit-box-shadow: 1px 1px 3px 2px #6DAAAD;
box-shadow: 1px 1px 3px 2px #6DAAAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DAAAD; -webkit-box-shadow: 1px 1px 3px 2px #6DAAAD; box-shadow:1px 1px 3px 2px #6DAAAD;">
Div content here
</div>
This text has color #6DAAAD on black background.
This text has color #6DAAAD on white background.
This text has black color on #6DAAAD background.
This text has white color on #6DAAAD background.
Complementary color for #hex is #925552.