HEX: #C6639B
RGB: (198,99,155)
#C6639B contains mainly red and blue colors. Web safe color of #C6639B is #CC6699 (or #C69).
#C6639B color RGB value is (198,99,155).
RGB: (198,99,155)
(78%, 39%, 61%)
R 198 of 255 = 78%
G 99 of 255 = 39%
B 155 of 255 = 61%
R + G + B ~ 59%. #C6639B is middle color (not dark and not light).
R + G + B = 198 + 99 + 155 = 452 (100%)
R 198 of 452 ~ 43.81%
G 99 of 452 ~ 21.9%
B 155 of 452 ~ 34.29'%
#C6639B color CMYK value is (0,50,22,22).
CMYK: (0,50,22,22)
C0M50Y22K22 (0%, 50%, 22%, 22%)
(0.00 / 0.50 / 0.22 / 0.22)
Color #C6639B in popluar color models
C6 | 63 | 9B | |
---|---|---|---|
RGB | 198 | 99 | 155 |
HSL | 326° | 46.48% | 58.24% |
HSB/HSV | 326° | 50.00% | 77.65% |
CMYK | 0.00% | 50.00% | 21.72% |
22.35% |
Color #C6639B in popluar number systems.
HEX | C6 | 63 | 9B |
Decimal | 198 | 99 | 155 |
Binary | 11000110 | 1100011 | 10011011 |
Octal | 306 | 143 | 233 |
Shades of #C6639B
Tints of #C6639B
Examples of css and html codes for elements with #C6639B color. Also use rgb(198,99,155) instead hex code.
.myTextColor { color: #C6639B; }
<p style="color:#C6639B">This sample text font color is #C6639B.</p>
This text font color is #C6639B.
.myBgColor { background-color: #C6639B; }
<div style="background-color:#C6639B">Inner text</div>
This div background color is #C6639B.
.myBorderColor { border: 1px solid #C6639B; }
<div style="border:3px solid #C6639B">Div</div>
This div border color is #C6639B.
.myOpacity80 { color: #C6639B; opacity: 0.8; }
<p style="color:#C6639B;opacity:0.8;">80%</p>
Text with #C6639B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6639B;}
<p style="text-shadow: 3px 3px 1px #C6639B">Text here.</p>
This text has shadow with #C6639B color.
.textShadow {text-shadow: 3px 3px 1px #C6639B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6639B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6639B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6639B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6639B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6639B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6639B;
-webkit-box-shadow: 1px 1px 3px 2px #C6639B;
box-shadow: 1px 1px 3px 2px #C6639B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6639B; -webkit-box-shadow: 1px 1px 3px 2px #C6639B; box-shadow:1px 1px 3px 2px #C6639B;">
Div content here
</div>
This text has color #C6639B on black background.
This text has color #C6639B on white background.
This text has black color on #C6639B background.
This text has white color on #C6639B background.
Complementary color for #hex is #399C64.