HEX: #6D55CC
RGB: (109,85,204)
#6D55CC contains mainly blue color. Web safe color of #6D55CC is #6666CC (or #66C).
#6D55CC color RGB value is (109,85,204).
RGB: (109,85,204)
(43%, 33%, 80%)
R 109 of 255 = 43%
G 85 of 255 = 33%
B 204 of 255 = 80%
R + G + B ~ 52%. #6D55CC is middle color (not dark and not light).
R + G + B = 109 + 85 + 204 = 398 (100%)
R 109 of 398 ~ 27.39%
G 85 of 398 ~ 21.36%
B 204 of 398 ~ 51.26'%
#6D55CC color CMYK value is (47,58,0,20).
CMYK: (47,58,0,20)
C47M58Y0K20 (47%, 58%, 0%, 20%)
(0.47 / 0.58 / 0.00 / 0.20)
Color #6D55CC in popluar color models
6D | 55 | CC | |
---|---|---|---|
RGB | 109 | 85 | 204 |
HSL | 252° | 53.85% | 56.67% |
HSB/HSV | 252° | 58.33% | 80.00% |
CMYK | 46.57% | 58.33% | 0.00% |
20.00% |
Color #6D55CC in popluar number systems.
HEX | 6D | 55 | CC |
Decimal | 109 | 85 | 204 |
Binary | 1101101 | 1010101 | 11001100 |
Octal | 155 | 125 | 314 |
Shades of #6D55CC
Tints of #6D55CC
Examples of css and html codes for elements with #6D55CC color. Also use rgb(109,85,204) instead hex code.
.myTextColor { color: #6D55CC; }
<p style="color:#6D55CC">This sample text font color is #6D55CC.</p>
This text font color is #6D55CC.
.myBgColor { background-color: #6D55CC; }
<div style="background-color:#6D55CC">Inner text</div>
This div background color is #6D55CC.
.myBorderColor { border: 1px solid #6D55CC; }
<div style="border:3px solid #6D55CC">Div</div>
This div border color is #6D55CC.
.myOpacity80 { color: #6D55CC; opacity: 0.8; }
<p style="color:#6D55CC;opacity:0.8;">80%</p>
Text with #6D55CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D55CC;}
<p style="text-shadow: 3px 3px 1px #6D55CC">Text here.</p>
This text has shadow with #6D55CC color.
.textShadow {text-shadow: 3px 3px 1px #6D55CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D55CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D55CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D55CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D55CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D55CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D55CC;
-webkit-box-shadow: 1px 1px 3px 2px #6D55CC;
box-shadow: 1px 1px 3px 2px #6D55CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D55CC; -webkit-box-shadow: 1px 1px 3px 2px #6D55CC; box-shadow:1px 1px 3px 2px #6D55CC;">
Div content here
</div>
This text has color #6D55CC on black background.
This text has color #6D55CC on white background.
This text has black color on #6D55CC background.
This text has white color on #6D55CC background.
Complementary color for #hex is #92AA33.