HEX: #6E98BB
RGB: (110,152,187)
#6E98BB contains mainly green and blue colors. Web safe color of #6E98BB is #6699CC (or #69C).
#6E98BB color RGB value is (110,152,187).
RGB: (110,152,187)
(43%, 60%, 73%)
R 110 of 255 = 43%
G 152 of 255 = 60%
B 187 of 255 = 73%
R + G + B ~ 59%. #6E98BB is middle color (not dark and not light).
R + G + B = 110 + 152 + 187 = 449 (100%)
R 110 of 449 ~ 24.5%
G 152 of 449 ~ 33.85%
B 187 of 449 ~ 41.65'%
#6E98BB color CMYK value is (41,19,0,27).
CMYK: (41,19,0,27)
C41M19Y0K27 (41%, 19%, 0%, 27%)
(0.41 / 0.19 / 0.00 / 0.27)
Color #6E98BB in popluar color models
6E | 98 | BB | |
---|---|---|---|
RGB | 110 | 152 | 187 |
HSL | 207° | 36.15% | 58.24% |
HSB/HSV | 207° | 41.18% | 73.33% |
CMYK | 41.18% | 18.72% | 0.00% |
26.67% |
Color #6E98BB in popluar number systems.
HEX | 6E | 98 | BB |
Decimal | 110 | 152 | 187 |
Binary | 1101110 | 10011000 | 10111011 |
Octal | 156 | 230 | 273 |
Shades of #6E98BB
Tints of #6E98BB
Examples of css and html codes for elements with #6E98BB color. Also use rgb(110,152,187) instead hex code.
.myTextColor { color: #6E98BB; }
<p style="color:#6E98BB">This sample text font color is #6E98BB.</p>
This text font color is #6E98BB.
.myBgColor { background-color: #6E98BB; }
<div style="background-color:#6E98BB">Inner text</div>
This div background color is #6E98BB.
.myBorderColor { border: 1px solid #6E98BB; }
<div style="border:3px solid #6E98BB">Div</div>
This div border color is #6E98BB.
.myOpacity80 { color: #6E98BB; opacity: 0.8; }
<p style="color:#6E98BB;opacity:0.8;">80%</p>
Text with #6E98BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E98BB;}
<p style="text-shadow: 3px 3px 1px #6E98BB">Text here.</p>
This text has shadow with #6E98BB color.
.textShadow {text-shadow: 3px 3px 1px #6E98BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E98BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E98BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E98BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E98BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E98BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E98BB;
-webkit-box-shadow: 1px 1px 3px 2px #6E98BB;
box-shadow: 1px 1px 3px 2px #6E98BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E98BB; -webkit-box-shadow: 1px 1px 3px 2px #6E98BB; box-shadow:1px 1px 3px 2px #6E98BB;">
Div content here
</div>
This text has color #6E98BB on black background.
This text has color #6E98BB on white background.
This text has black color on #6E98BB background.
This text has white color on #6E98BB background.
Complementary color for #hex is #916744.