HEX: #618EDA
RGB: (97,142,218)
#618EDA contains mainly blue color. Web safe color of #618EDA is #6699CC (or #69C).
#618EDA color RGB value is (97,142,218).
RGB: (97,142,218)
(38%, 56%, 85%)
R 97 of 255 = 38%
G 142 of 255 = 56%
B 218 of 255 = 85%
R + G + B ~ 60%. #618EDA is middle color (not dark and not light).
R + G + B = 97 + 142 + 218 = 457 (100%)
R 97 of 457 ~ 21.23%
G 142 of 457 ~ 31.07%
B 218 of 457 ~ 47.7'%
#618EDA color CMYK value is (56,35,0,15).
CMYK: (56,35,0,15) C56M35Y0K15 (56%,35%,0%,15%) (0.56/0.35/0.00/0.15)
Color #618EDA in popluar color models
61 | 8E | DA | |
---|---|---|---|
RGB | 97 | 142 | 218 |
HSL | 218° | 62.05% | 61.76% |
HSB/HSV | 218° | 55.50% | 85.49% |
CMYK | 55.50% | 34.86% | 0.00% |
14.51% |
Color #618EDA in popluar number systems.
HEX | 61 | 8E | DA |
Decimal | 97 | 142 | 218 |
Binary | 1100001 | 10001110 | 11011010 |
Octal | 141 | 216 | 332 |
Shades of #618EDA
Tints of #618EDA
Examples of css and html codes for elements with #618EDA color. Also use rgb(97,142,218) instead hex code.
.myTextColor { color: #618EDA; }
<p style="color:#618EDA">This sample text font color is #618EDA.</p>
This text font color is #618EDA.
.myBgColor { background-color: #618EDA; }
<div style="background-color:#618EDA">Inner text</div>
This div background color is #618EDA.
.myBorderColor { border: 1px solid #618EDA; }
<div style="border:3px solid #618EDA">Div</div>
This div border color is #618EDA.
.myOpacity80 { color: #618EDA; opacity: 0.8; }
<p style="color:#618EDA;opacity:0.8;">80%</p>
Text with #618EDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #618EDA;}
<p style="text-shadow: 3px 3px 1px #618EDA">Text here.</p>
This text has shadow with #618EDA color.
.textShadow {text-shadow: 3px 3px 1px #618EDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #618EDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #618EDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#618EDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#618EDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #618EDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #618EDA;
-webkit-box-shadow: 1px 1px 3px 2px #618EDA;
box-shadow: 1px 1px 3px 2px #618EDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #618EDA; -webkit-box-shadow: 1px 1px 3px 2px #618EDA; box-shadow:1px 1px 3px 2px #618EDA;">
Div content here
</div>
This text has color #618EDA on black background.
This text has color #618EDA on white background.
This text has black color on #618EDA background.
This text has white color on #618EDA background.
Complementary color for #hex is #9E7125.