HEX: #6371AE
RGB: (99,113,174)
#6371AE contains mainly blue color. Web safe color of #6371AE is #666699 (or #669).
#6371AE color RGB value is (99,113,174).
RGB: (99,113,174) (39%,44%,68%)
R 99 of 255 = 39%
G 113 of 255 = 44%
B 174 of 255 = 68%
R + G + B ~ 50%. #6371AE is middle color (not dark and not light).
R + G + B =
99 + 113 + 174 = 386 (100%)
R 99 of 386 ~ 25.65%
G 113 of 386 ~ 29.27%
B 174 of 386 ~ 45.08%
#6371AE color CMYK value is (43,35,0,32).
CMYK: (43,35,0,32) C43M35Y0K32 (43%,35%,0%,32%) (0.43/0.35/0.00/0.32)
63 | 71 | AE | |
---|---|---|---|
RGB | 99 | 113 | 174 |
HSL | 229° | 31.65% | 53.53% |
HSB/HSV | 229° | 43.10% | 68.24% |
CMYK | 43.10% | 35.06% | 0.00% |
31.76% |
HEX | 63 | 71 | AE |
Decimal | 99 | 113 | 174 |
Binary | 1100011 | 1110001 | 10101110 |
Octal | 143 | 161 | 256 |
Examples of css and html codes for elements with #6371AE color. Also use rgb(99,113,174) instead hex code.
.myTextColor { color: #6371AE; }
<p style="color:#6371AE">This sample text font color is #6371AE.</p>
This text font color is #6371AE.
.myBgColor { background-color: #6371AE; }
<div style="background-color:#6371AE">Inner text</div>
This div background color is #6371AE.
.myBorderColor { border: 1px solid #6371AE; }
<div style="border:3px solid #6371AE">Div</div>
This div border color is #6371AE.
.myOpacity80 { color: #6371AE; opacity: 0.8; }
<p style="color:#6371AE;opacity:0.8;">80%</p>
Text with #6371AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6371AE;}
<p style="text-shadow: 3px 3px 1px #6371AE">Text here.</p>
This text has shadow with #6371AE color.
.textShadow {text-shadow: 3px 3px 1px #6371AE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6371AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #6371AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6371AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6371AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6371AE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6371AE; -webkit-box-shadow: 1px 1px 3px 2px #6371AE; box-shadow: 1px 1px 3px 2px #6371AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6371AE; -webkit-box-shadow: 1px 1px 3px 2px #6371AE; box-shadow:1px 1px 3px 2px #6371AE;">
Div content here</div>
This text has color #6371AE on black background.
This text has color #6371AE on white background.
This text has black color on #6371AE background.
This text has white color on #6371AE background.