HEX: #6EAFBE
RGB: (110,175,190)
#6EAFBE contains mainly green and blue colors. Web safe color of #6EAFBE is #6699CC (or #69C).
#6EAFBE color RGB value is (110,175,190).
RGB: (110,175,190)
(43%, 69%, 75%)
R 110 of 255 = 43%
G 175 of 255 = 69%
B 190 of 255 = 75%
R + G + B ~ 62%. #6EAFBE is quite light color.
R + G + B = 110 + 175 + 190 = 475 (100%)
R 110 of 475 ~ 23.16%
G 175 of 475 ~ 36.84%
B 190 of 475 ~ 40'%
#6EAFBE color CMYK value is (42,8,0,25).
CMYK: (42,8,0,25)
C42M8Y0K25 (42%, 8%, 0%, 25%)
(0.42 / 0.08 / 0.00 / 0.25)
Color #6EAFBE in popluar color models
6E | AF | BE | |
---|---|---|---|
RGB | 110 | 175 | 190 |
HSL | 191° | 38.10% | 58.82% |
HSB/HSV | 191° | 42.11% | 74.51% |
CMYK | 42.11% | 7.89% | 0.00% |
25.49% |
Color #6EAFBE in popluar number systems.
HEX | 6E | AF | BE |
Decimal | 110 | 175 | 190 |
Binary | 1101110 | 10101111 | 10111110 |
Octal | 156 | 257 | 276 |
Shades of #6EAFBE
Tints of #6EAFBE
Examples of css and html codes for elements with #6EAFBE color. Also use rgb(110,175,190) instead hex code.
.myTextColor { color: #6EAFBE; }
<p style="color:#6EAFBE">This sample text font color is #6EAFBE.</p>
This text font color is #6EAFBE.
.myBgColor { background-color: #6EAFBE; }
<div style="background-color:#6EAFBE">Inner text</div>
This div background color is #6EAFBE.
.myBorderColor { border: 1px solid #6EAFBE; }
<div style="border:3px solid #6EAFBE">Div</div>
This div border color is #6EAFBE.
.myOpacity80 { color: #6EAFBE; opacity: 0.8; }
<p style="color:#6EAFBE;opacity:0.8;">80%</p>
Text with #6EAFBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EAFBE;}
<p style="text-shadow: 3px 3px 1px #6EAFBE">Text here.</p>
This text has shadow with #6EAFBE color.
.textShadow {text-shadow: 3px 3px 1px #6EAFBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EAFBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EAFBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EAFBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EAFBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EAFBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EAFBE;
-webkit-box-shadow: 1px 1px 3px 2px #6EAFBE;
box-shadow: 1px 1px 3px 2px #6EAFBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EAFBE; -webkit-box-shadow: 1px 1px 3px 2px #6EAFBE; box-shadow:1px 1px 3px 2px #6EAFBE;">
Div content here
</div>
This text has color #6EAFBE on black background.
This text has color #6EAFBE on white background.
This text has black color on #6EAFBE background.
This text has white color on #6EAFBE background.
Complementary color for #hex is #915041.