HEX: #6DB9DD
RGB: (109,185,221)
#6DB9DD contains mainly green and blue colors. Web safe color of #6DB9DD is #66CCCC (or #6CC).
#6DB9DD color RGB value is (109,185,221).
RGB: (109,185,221)
(43%, 73%, 87%)
R 109 of 255 = 43%
G 185 of 255 = 73%
B 221 of 255 = 87%
R + G + B ~ 68%. #6DB9DD is quite light color.
R + G + B = 109 + 185 + 221 = 515 (100%)
R 109 of 515 ~ 21.17%
G 185 of 515 ~ 35.92%
B 221 of 515 ~ 42.91'%
#6DB9DD color CMYK value is (51,16,0,13).
CMYK: (51,16,0,13) C51M16Y0K13 (51%,16%,0%,13%) (0.51/0.16/0.00/0.13)
Color #6DB9DD in popluar color models
6D | B9 | DD | |
---|---|---|---|
RGB | 109 | 185 | 221 |
HSL | 199° | 62.22% | 64.71% |
HSB/HSV | 199° | 50.68% | 86.67% |
CMYK | 50.68% | 16.29% | 0.00% |
13.33% |
Color #6DB9DD in popluar number systems.
HEX | 6D | B9 | DD |
Decimal | 109 | 185 | 221 |
Binary | 1101101 | 10111001 | 11011101 |
Octal | 155 | 271 | 335 |
Shades of #6DB9DD
Tints of #6DB9DD
Examples of css and html codes for elements with #6DB9DD color. Also use rgb(109,185,221) instead hex code.
.myTextColor { color: #6DB9DD; }
<p style="color:#6DB9DD">This sample text font color is #6DB9DD.</p>
This text font color is #6DB9DD.
.myBgColor { background-color: #6DB9DD; }
<div style="background-color:#6DB9DD">Inner text</div>
This div background color is #6DB9DD.
.myBorderColor { border: 1px solid #6DB9DD; }
<div style="border:3px solid #6DB9DD">Div</div>
This div border color is #6DB9DD.
.myOpacity80 { color: #6DB9DD; opacity: 0.8; }
<p style="color:#6DB9DD;opacity:0.8;">80%</p>
Text with #6DB9DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DB9DD;}
<p style="text-shadow: 3px 3px 1px #6DB9DD">Text here.</p>
This text has shadow with #6DB9DD color.
.textShadow {text-shadow: 3px 3px 1px #6DB9DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DB9DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6DB9DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DB9DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DB9DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DB9DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DB9DD;
-webkit-box-shadow: 1px 1px 3px 2px #6DB9DD;
box-shadow: 1px 1px 3px 2px #6DB9DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DB9DD; -webkit-box-shadow: 1px 1px 3px 2px #6DB9DD; box-shadow:1px 1px 3px 2px #6DB9DD;">
Div content here
</div>
This text has color #6DB9DD on black background.
This text has color #6DB9DD on white background.
This text has black color on #6DB9DD background.
This text has white color on #6DB9DD background.
Complementary color for #hex is #924622.