HEX: #6E72BC
RGB: (110,114,188)
#6E72BC contains mainly blue color. Web safe color of #6E72BC is #6666CC (or #66C).
#6E72BC color RGB value is (110,114,188).
RGB: (110,114,188)
(43%, 45%, 74%)
R 110 of 255 = 43%
G 114 of 255 = 45%
B 188 of 255 = 74%
R + G + B ~ 54%. #6E72BC is middle color (not dark and not light).
R + G + B = 110 + 114 + 188 = 412 (100%)
R 110 of 412 ~ 26.7%
G 114 of 412 ~ 27.67%
B 188 of 412 ~ 45.63'%
#6E72BC color CMYK value is (41,39,0,26).
CMYK: (41,39,0,26) C41M39Y0K26 (41%,39%,0%,26%) (0.41/0.39/0.00/0.26)
Color #6E72BC in popluar color models
6E | 72 | BC | |
---|---|---|---|
RGB | 110 | 114 | 188 |
HSL | 237° | 36.79% | 58.43% |
HSB/HSV | 237° | 41.49% | 73.73% |
CMYK | 41.49% | 39.36% | 0.00% |
26.27% |
Color #6E72BC in popluar number systems.
HEX | 6E | 72 | BC |
Decimal | 110 | 114 | 188 |
Binary | 1101110 | 1110010 | 10111100 |
Octal | 156 | 162 | 274 |
Examples of css and html codes for elements with #6E72BC color. Also use rgb(110,114,188) instead hex code.
.myTextColor { color: #6E72BC; }
<p style="color:#6E72BC">This sample text font color is #6E72BC.</p>
This text font color is #6E72BC.
.myBgColor { background-color: #6E72BC; }
<div style="background-color:#6E72BC">Inner text</div>
This div background color is #6E72BC.
.myBorderColor { border: 1px solid #6E72BC; }
<div style="border:3px solid #6E72BC">Div</div>
This div border color is #6E72BC.
.myOpacity80 { color: #6E72BC; opacity: 0.8; }
<p style="color:#6E72BC;opacity:0.8;">80%</p>
Text with #6E72BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E72BC;}
<p style="text-shadow: 3px 3px 1px #6E72BC">Text here.</p>
This text has shadow with #6E72BC color.
.textShadow {text-shadow: 3px 3px 1px #6E72BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E72BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E72BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E72BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E72BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E72BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E72BC; -webkit-box-shadow: 1px 1px 3px 2px #6E72BC; box-shadow: 1px 1px 3px 2px #6E72BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E72BC; -webkit-box-shadow: 1px 1px 3px 2px #6E72BC; box-shadow:1px 1px 3px 2px #6E72BC;">
Div content here</div>
This text has color #6E72BC on black background.
This text has color #6E72BC on white background.
This text has black color on #6E72BC background.
This text has white color on #6E72BC background.