COLOR #C6639B

HEX: #C6639B RGB: (198,99,155)

Color info

#C6639B contains mainly red and blue colors. Web safe color of #C6639B is #CC6699 (or #C69).

RGB color model

#C6639B color RGB value is (198,99,155).

RGB: (198,99,155) (78%, 39%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 99 of 255 = 39%
B 155 of 255 = 61%

198
99
155

R + G + B ~ 59%. #C6639B is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%43.81
%21.9
%34.29

CMYK color model

#C6639B color CMYK value is (0,50,22,22).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 21.72%
  • key color value is 22.35%

CMYK: (0,50,22,22)
C0M50Y22K22 (0%, 50%, 22%, 22%)
(0.00 / 0.50 / 0.22 / 0.22)

CMYK percentages

%0
%50
%21.72
%22.35

Codes

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 and tints

Shades of #C6639B

#C6639B
(198,99,155)
#B45A8D
(180,90,141)
#A2517F
(162,81,127)
#904871
(144,72,113)
#7E3F63
(126,63,99)
#6C3655
(108,54,85)
#5A2D47
(90,45,71)
#482439
(72,36,57)
#361B2B
(54,27,43)
#24121D
(36,18,29)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #C6639B

#C6639B
(198,99,155)
#CB71A4
(203,113,164)
#D07FAD
(208,127,173)
#D58DB6
(213,141,182)
#DA9BBF
(218,155,191)
#DFA9C8
(223,169,200)
#E4B7D1
(228,183,209)
#E9C5DA
(233,197,218)
#EED3E3
(238,211,227)
#F3E1EC
(243,225,236)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6639B color. Also use rgb(198,99,155) instead hex code.

Text Font Color

.myTextColor { color: #C6639B; }

<p style="color:#C6639B">This sample text font color is #C6639B.</p>

This text font color is #C6639B.

Background Color

.myBgColor { background-color: #C6639B; }

<div style="background-color:#C6639B">Inner text</div>

This div background color is #C6639B.

Border color

.myBorderColor { border: 1px solid #C6639B; }

<div style="border:3px solid #C6639B">Div</div>

This div border color is #C6639B.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #C6639B.

Preview

Color preview on black background

This text has color #C6639B on black background.


Color preview on white background

This text has color #C6639B on white background.


Black color preview on #C6639B background

This text has black color on #C6639B background.


White color preview on #C6639B background

This text has white color on #C6639B background.


Related colors

Complementary color

Complementary color for #hex is #399C64.


I love getcolorcode.com

Triadic colors

1 #9BC663 and #639BC6 with #C6639B are triadic colors.

2 #9B63C6 and #63C69B with #C6639B are triadic colors.