HEX: #6C76AE
RGB: (108,118,174)
#6C76AE contains mainly green and blue colors. Web safe color of #6C76AE is #666699 (or #669).
#6C76AE color RGB value is (108,118,174).
RGB: (108,118,174)
(42%, 46%, 68%)
R 108 of 255 = 42%
G 118 of 255 = 46%
B 174 of 255 = 68%
R + G + B ~ 52%. #6C76AE is middle color (not dark and not light).
R + G + B = 108 + 118 + 174 = 400 (100%)
R 108 of 400 ~ 27%
G 118 of 400 ~ 29.5%
B 174 of 400 ~ 43.5'%
#6C76AE color CMYK value is (38,32,0,32).
CMYK: (38,32,0,32) C38M32Y0K32 (38%,32%,0%,32%) (0.38/0.32/0.00/0.32)
Color #6C76AE in popluar color models
6C | 76 | AE | |
---|---|---|---|
RGB | 108 | 118 | 174 |
HSL | 231° | 28.95% | 55.29% |
HSB/HSV | 231° | 37.93% | 68.24% |
CMYK | 37.93% | 32.18% | 0.00% |
31.76% |
Color #6C76AE in popluar number systems.
HEX | 6C | 76 | AE |
Decimal | 108 | 118 | 174 |
Binary | 1101100 | 1110110 | 10101110 |
Octal | 154 | 166 | 256 |
Shades of #6C76AE
Tints of #6C76AE
Examples of css and html codes for elements with #6C76AE color. Also use rgb(108,118,174) instead hex code.
.myTextColor { color: #6C76AE; }
<p style="color:#6C76AE">This sample text font color is #6C76AE.</p>
This text font color is #6C76AE.
.myBgColor { background-color: #6C76AE; }
<div style="background-color:#6C76AE">Inner text</div>
This div background color is #6C76AE.
.myBorderColor { border: 1px solid #6C76AE; }
<div style="border:3px solid #6C76AE">Div</div>
This div border color is #6C76AE.
.myOpacity80 { color: #6C76AE; opacity: 0.8; }
<p style="color:#6C76AE;opacity:0.8;">80%</p>
Text with #6C76AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C76AE;}
<p style="text-shadow: 3px 3px 1px #6C76AE">Text here.</p>
This text has shadow with #6C76AE color.
.textShadow {text-shadow: 3px 3px 1px #6C76AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C76AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #6C76AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C76AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C76AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C76AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C76AE;
-webkit-box-shadow: 1px 1px 3px 2px #6C76AE;
box-shadow: 1px 1px 3px 2px #6C76AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C76AE; -webkit-box-shadow: 1px 1px 3px 2px #6C76AE; box-shadow:1px 1px 3px 2px #6C76AE;">
Div content here
</div>
This text has color #6C76AE on black background.
This text has color #6C76AE on white background.
This text has black color on #6C76AE background.
This text has white color on #6C76AE background.
Complementary color for #hex is #938951.