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