HEX: #6DB5DE
RGB: (109,181,222)
#6DB5DE contains mainly green and blue colors. Web safe color of #6DB5DE is #66CCCC (or #6CC).
#6DB5DE color RGB value is (109,181,222).
RGB: (109,181,222)
(43%, 71%, 87%)
R 109 of 255 = 43%
G 181 of 255 = 71%
B 222 of 255 = 87%
R + G + B ~ 67%. #6DB5DE is quite light color.
R + G + B = 109 + 181 + 222 = 512 (100%)
R 109 of 512 ~ 21.29%
G 181 of 512 ~ 35.35%
B 222 of 512 ~ 43.36'%
#6DB5DE color CMYK value is (51,18,0,13).
CMYK: (51,18,0,13)
C51M18Y0K13 (51%, 18%, 0%, 13%)
(0.51 / 0.18 / 0.00 / 0.13)
Color #6DB5DE in popluar color models
6D | B5 | DE | |
---|---|---|---|
RGB | 109 | 181 | 222 |
HSL | 202° | 63.13% | 64.90% |
HSB/HSV | 202° | 50.90% | 87.06% |
CMYK | 50.90% | 18.47% | 0.00% |
12.94% |
Color #6DB5DE in popluar number systems.
HEX | 6D | B5 | DE |
Decimal | 109 | 181 | 222 |
Binary | 1101101 | 10110101 | 11011110 |
Octal | 155 | 265 | 336 |
Shades of #6DB5DE
Tints of #6DB5DE
Examples of css and html codes for elements with #6DB5DE color. Also use rgb(109,181,222) instead hex code.
.myTextColor { color: #6DB5DE; }
<p style="color:#6DB5DE">This sample text font color is #6DB5DE.</p>
This text font color is #6DB5DE.
.myBgColor { background-color: #6DB5DE; }
<div style="background-color:#6DB5DE">Inner text</div>
This div background color is #6DB5DE.
.myBorderColor { border: 1px solid #6DB5DE; }
<div style="border:3px solid #6DB5DE">Div</div>
This div border color is #6DB5DE.
.myOpacity80 { color: #6DB5DE; opacity: 0.8; }
<p style="color:#6DB5DE;opacity:0.8;">80%</p>
Text with #6DB5DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DB5DE;}
<p style="text-shadow: 3px 3px 1px #6DB5DE">Text here.</p>
This text has shadow with #6DB5DE color.
.textShadow {text-shadow: 3px 3px 1px #6DB5DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DB5DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #6DB5DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DB5DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DB5DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DB5DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DB5DE;
-webkit-box-shadow: 1px 1px 3px 2px #6DB5DE;
box-shadow: 1px 1px 3px 2px #6DB5DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DB5DE; -webkit-box-shadow: 1px 1px 3px 2px #6DB5DE; box-shadow:1px 1px 3px 2px #6DB5DE;">
Div content here
</div>
This text has color #6DB5DE on black background.
This text has color #6DB5DE on white background.
This text has black color on #6DB5DE background.
This text has white color on #6DB5DE background.
Complementary color for #hex is #924A21.