HEX: #6C477F
RGB: (108,71,127)
#6C477F contains red, green and blue colors in about the same proportion. Web safe color of #6C477F is #663366 (or #636).
#6C477F color RGB value is (108,71,127).
RGB: (108,71,127)
(42%, 28%, 50%)
R 108 of 255 = 42%
G 71 of 255 = 28%
B 127 of 255 = 50%
R + G + B ~ 40%. #6C477F is middle color (not dark and not light).
R + G + B = 108 + 71 + 127 = 306 (100%)
R 108 of 306 ~ 35.29%
G 71 of 306 ~ 23.2%
B 127 of 306 ~ 41.5'%
#6C477F color CMYK value is (15,44,0,50).
CMYK: (15,44,0,50)
C15M44Y0K50 (15%, 44%, 0%, 50%)
(0.15 / 0.44 / 0.00 / 0.50)
Color #6C477F in popluar color models
6C | 47 | 7F | |
---|---|---|---|
RGB | 108 | 71 | 127 |
HSL | 280° | 28.28% | 38.82% |
HSB/HSV | 280° | 44.09% | 49.80% |
CMYK | 14.96% | 44.09% | 0.00% |
50.20% |
Color #6C477F in popluar number systems.
HEX | 6C | 47 | 7F |
Decimal | 108 | 71 | 127 |
Binary | 1101100 | 1000111 | 1111111 |
Octal | 154 | 107 | 177 |
Shades of #6C477F
Tints of #6C477F
Examples of css and html codes for elements with #6C477F color. Also use rgb(108,71,127) instead hex code.
.myTextColor { color: #6C477F; }
<p style="color:#6C477F">This sample text font color is #6C477F.</p>
This text font color is #6C477F.
.myBgColor { background-color: #6C477F; }
<div style="background-color:#6C477F">Inner text</div>
This div background color is #6C477F.
.myBorderColor { border: 1px solid #6C477F; }
<div style="border:3px solid #6C477F">Div</div>
This div border color is #6C477F.
.myOpacity80 { color: #6C477F; opacity: 0.8; }
<p style="color:#6C477F;opacity:0.8;">80%</p>
Text with #6C477F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C477F;}
<p style="text-shadow: 3px 3px 1px #6C477F">Text here.</p>
This text has shadow with #6C477F color.
.textShadow {text-shadow: 3px 3px 1px #6C477F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C477F, 5px 5px 20px red">Text here.</p>
This text has shadow with #6C477F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C477F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C477F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C477F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C477F;
-webkit-box-shadow: 1px 1px 3px 2px #6C477F;
box-shadow: 1px 1px 3px 2px #6C477F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C477F; -webkit-box-shadow: 1px 1px 3px 2px #6C477F; box-shadow:1px 1px 3px 2px #6C477F;">
Div content here
</div>
This text has color #6C477F on black background.
This text has color #6C477F on white background.
This text has black color on #6C477F background.
This text has white color on #6C477F background.
Complementary color for #hex is #93B880.