HEX: #6ABCFB
RGB: (106,188,251)
#6ABCFB contains mainly blue color. Web safe color of #6ABCFB is #66CCFF (or #6CF).
#6ABCFB color RGB value is (106,188,251).
RGB: (106,188,251)
(42%, 74%, 98%)
R 106 of 255 = 42%
G 188 of 255 = 74%
B 251 of 255 = 98%
R + G + B ~ 71%. #6ABCFB is quite light color.
R + G + B = 106 + 188 + 251 = 545 (100%)
R 106 of 545 ~ 19.45%
G 188 of 545 ~ 34.5%
B 251 of 545 ~ 46.06'%
#6ABCFB color CMYK value is (58,25,0,2).
CMYK: (58,25,0,2)
C58M25Y0K2 (58%, 25%, 0%, 2%)
(0.58 / 0.25 / 0.00 / 0.02)
Color #6ABCFB in popluar color models
6A | BC | FB | |
---|---|---|---|
RGB | 106 | 188 | 251 |
HSL | 206° | 94.77% | 70.00% |
HSB/HSV | 206° | 57.77% | 98.43% |
CMYK | 57.77% | 25.10% | 0.00% |
1.57% |
Color #6ABCFB in popluar number systems.
HEX | 6A | BC | FB |
Decimal | 106 | 188 | 251 |
Binary | 1101010 | 10111100 | 11111011 |
Octal | 152 | 274 | 373 |
Shades of #6ABCFB
Tints of #6ABCFB
Examples of css and html codes for elements with #6ABCFB color. Also use rgb(106,188,251) instead hex code.
.myTextColor { color: #6ABCFB; }
<p style="color:#6ABCFB">This sample text font color is #6ABCFB.</p>
This text font color is #6ABCFB.
.myBgColor { background-color: #6ABCFB; }
<div style="background-color:#6ABCFB">Inner text</div>
This div background color is #6ABCFB.
.myBorderColor { border: 1px solid #6ABCFB; }
<div style="border:3px solid #6ABCFB">Div</div>
This div border color is #6ABCFB.
.myOpacity80 { color: #6ABCFB; opacity: 0.8; }
<p style="color:#6ABCFB;opacity:0.8;">80%</p>
Text with #6ABCFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6ABCFB;}
<p style="text-shadow: 3px 3px 1px #6ABCFB">Text here.</p>
This text has shadow with #6ABCFB color.
.textShadow {text-shadow: 3px 3px 1px #6ABCFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6ABCFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6ABCFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ABCFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6ABCFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6ABCFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6ABCFB;
-webkit-box-shadow: 1px 1px 3px 2px #6ABCFB;
box-shadow: 1px 1px 3px 2px #6ABCFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ABCFB; -webkit-box-shadow: 1px 1px 3px 2px #6ABCFB; box-shadow:1px 1px 3px 2px #6ABCFB;">
Div content here
</div>
This text has color #6ABCFB on black background.
This text has color #6ABCFB on white background.
This text has black color on #6ABCFB background.
This text has white color on #6ABCFB background.
Complementary color for #hex is #954304.