HEX: #6AA5DC
RGB: (106,165,220)
#6AA5DC contains mainly green and blue colors. Web safe color of #6AA5DC is #6699CC (or #69C).
#6AA5DC color RGB value is (106,165,220).
RGB: (106,165,220)
(42%, 65%, 86%)
R 106 of 255 = 42%
G 165 of 255 = 65%
B 220 of 255 = 86%
R + G + B ~ 64%. #6AA5DC is quite light color.
R + G + B = 106 + 165 + 220 = 491 (100%)
R 106 of 491 ~ 21.59%
G 165 of 491 ~ 33.6%
B 220 of 491 ~ 44.81'%
#6AA5DC color CMYK value is (52,25,0,14).
CMYK: (52,25,0,14)
C52M25Y0K14 (52%, 25%, 0%, 14%)
(0.52 / 0.25 / 0.00 / 0.14)
Color #6AA5DC in popluar color models
6A | A5 | DC | |
---|---|---|---|
RGB | 106 | 165 | 220 |
HSL | 209° | 61.96% | 63.92% |
HSB/HSV | 209° | 51.82% | 86.27% |
CMYK | 51.82% | 25.00% | 0.00% |
13.73% |
Color #6AA5DC in popluar number systems.
HEX | 6A | A5 | DC |
Decimal | 106 | 165 | 220 |
Binary | 1101010 | 10100101 | 11011100 |
Octal | 152 | 245 | 334 |
Shades of #6AA5DC
Tints of #6AA5DC
Examples of css and html codes for elements with #6AA5DC color. Also use rgb(106,165,220) instead hex code.
.myTextColor { color: #6AA5DC; }
<p style="color:#6AA5DC">This sample text font color is #6AA5DC.</p>
This text font color is #6AA5DC.
.myBgColor { background-color: #6AA5DC; }
<div style="background-color:#6AA5DC">Inner text</div>
This div background color is #6AA5DC.
.myBorderColor { border: 1px solid #6AA5DC; }
<div style="border:3px solid #6AA5DC">Div</div>
This div border color is #6AA5DC.
.myOpacity80 { color: #6AA5DC; opacity: 0.8; }
<p style="color:#6AA5DC;opacity:0.8;">80%</p>
Text with #6AA5DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6AA5DC;}
<p style="text-shadow: 3px 3px 1px #6AA5DC">Text here.</p>
This text has shadow with #6AA5DC color.
.textShadow {text-shadow: 3px 3px 1px #6AA5DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6AA5DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6AA5DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6AA5DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6AA5DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6AA5DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6AA5DC;
-webkit-box-shadow: 1px 1px 3px 2px #6AA5DC;
box-shadow: 1px 1px 3px 2px #6AA5DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6AA5DC; -webkit-box-shadow: 1px 1px 3px 2px #6AA5DC; box-shadow:1px 1px 3px 2px #6AA5DC;">
Div content here
</div>
This text has color #6AA5DC on black background.
This text has color #6AA5DC on white background.
This text has black color on #6AA5DC background.
This text has white color on #6AA5DC background.
Complementary color for #hex is #955A23.