HEX: #6ABDEB
RGB: (106,189,235)
#6ABDEB contains mainly green and blue colors. Web safe color of #6ABDEB is #66CCFF (or #6CF).
#6ABDEB color RGB value is (106,189,235).
RGB: (106,189,235)
(42%, 74%, 92%)
R 106 of 255 = 42%
G 189 of 255 = 74%
B 235 of 255 = 92%
R + G + B ~ 69%. #6ABDEB is quite light color.
R + G + B = 106 + 189 + 235 = 530 (100%)
R 106 of 530 ~ 20%
G 189 of 530 ~ 35.66%
B 235 of 530 ~ 44.34'%
#6ABDEB color CMYK value is (55,20,0,8).
CMYK: (55,20,0,8) C55M20Y0K8 (55%,20%,0%,8%) (0.55/0.20/0.00/0.08)
Color #6ABDEB in popluar color models
6A | BD | EB | |
---|---|---|---|
RGB | 106 | 189 | 235 |
HSL | 201° | 76.33% | 66.86% |
HSB/HSV | 201° | 54.89% | 92.16% |
CMYK | 54.89% | 19.57% | 0.00% |
7.84% |
Color #6ABDEB in popluar number systems.
HEX | 6A | BD | EB |
Decimal | 106 | 189 | 235 |
Binary | 1101010 | 10111101 | 11101011 |
Octal | 152 | 275 | 353 |
Shades of #6ABDEB
Tints of #6ABDEB
Examples of css and html codes for elements with #6ABDEB color. Also use rgb(106,189,235) instead hex code.
.myTextColor { color: #6ABDEB; }
<p style="color:#6ABDEB">This sample text font color is #6ABDEB.</p>
This text font color is #6ABDEB.
.myBgColor { background-color: #6ABDEB; }
<div style="background-color:#6ABDEB">Inner text</div>
This div background color is #6ABDEB.
.myBorderColor { border: 1px solid #6ABDEB; }
<div style="border:3px solid #6ABDEB">Div</div>
This div border color is #6ABDEB.
.myOpacity80 { color: #6ABDEB; opacity: 0.8; }
<p style="color:#6ABDEB;opacity:0.8;">80%</p>
Text with #6ABDEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6ABDEB;}
<p style="text-shadow: 3px 3px 1px #6ABDEB">Text here.</p>
This text has shadow with #6ABDEB color.
.textShadow {text-shadow: 3px 3px 1px #6ABDEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6ABDEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6ABDEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ABDEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6ABDEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6ABDEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6ABDEB;
-webkit-box-shadow: 1px 1px 3px 2px #6ABDEB;
box-shadow: 1px 1px 3px 2px #6ABDEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ABDEB; -webkit-box-shadow: 1px 1px 3px 2px #6ABDEB; box-shadow:1px 1px 3px 2px #6ABDEB;">
Div content here
</div>
This text has color #6ABDEB on black background.
This text has color #6ABDEB on white background.
This text has black color on #6ABDEB background.
This text has white color on #6ABDEB background.
Complementary color for #hex is #954214.