HEX: #6C77AA
RGB: (108,119,170)
#6C77AA contains mainly green and blue colors. Web safe color of #6C77AA is #666699 (or #669).
#6C77AA color RGB value is (108,119,170).
RGB: (108,119,170)
(42%, 47%, 67%)
R 108 of 255 = 42%
G 119 of 255 = 47%
B 170 of 255 = 67%
R + G + B ~ 52%. #6C77AA is middle color (not dark and not light).
R + G + B = 108 + 119 + 170 = 397 (100%)
R 108 of 397 ~ 27.2%
G 119 of 397 ~ 29.97%
B 170 of 397 ~ 42.82'%
#6C77AA color CMYK value is (36,30,0,33).
CMYK: (36,30,0,33) C36M30Y0K33 (36%,30%,0%,33%) (0.36/0.30/0.00/0.33)
Color #6C77AA in popluar color models
6C | 77 | AA | |
---|---|---|---|
RGB | 108 | 119 | 170 |
HSL | 229° | 26.72% | 54.51% |
HSB/HSV | 229° | 36.47% | 66.67% |
CMYK | 36.47% | 30.00% | 0.00% |
33.33% |
Color #6C77AA in popluar number systems.
HEX | 6C | 77 | AA |
Decimal | 108 | 119 | 170 |
Binary | 1101100 | 1110111 | 10101010 |
Octal | 154 | 167 | 252 |
Shades of #6C77AA
Tints of #6C77AA
Examples of css and html codes for elements with #6C77AA color. Also use rgb(108,119,170) instead hex code.
.myTextColor { color: #6C77AA; }
<p style="color:#6C77AA">This sample text font color is #6C77AA.</p>
This text font color is #6C77AA.
.myBgColor { background-color: #6C77AA; }
<div style="background-color:#6C77AA">Inner text</div>
This div background color is #6C77AA.
.myBorderColor { border: 1px solid #6C77AA; }
<div style="border:3px solid #6C77AA">Div</div>
This div border color is #6C77AA.
.myOpacity80 { color: #6C77AA; opacity: 0.8; }
<p style="color:#6C77AA;opacity:0.8;">80%</p>
Text with #6C77AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C77AA;}
<p style="text-shadow: 3px 3px 1px #6C77AA">Text here.</p>
This text has shadow with #6C77AA color.
.textShadow {text-shadow: 3px 3px 1px #6C77AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C77AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #6C77AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C77AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C77AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C77AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C77AA;
-webkit-box-shadow: 1px 1px 3px 2px #6C77AA;
box-shadow: 1px 1px 3px 2px #6C77AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C77AA; -webkit-box-shadow: 1px 1px 3px 2px #6C77AA; box-shadow:1px 1px 3px 2px #6C77AA;">
Div content here
</div>
This text has color #6C77AA on black background.
This text has color #6C77AA on white background.
This text has black color on #6C77AA background.
This text has white color on #6C77AA background.
Complementary color for #hex is #938855.