COLOR #C6619F

HEX: #C6619F RGB: (198,97,159)

Color info

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

RGB color model

#C6619F color RGB value is (198,97,159).

RGB: (198,97,159) (78%, 38%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 97 of 255 = 38%
B 159 of 255 = 62%

198
97
159

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

Portions of RGB colors in percentages

R + G + B = 198 + 97 + 159 = 454 (100%)
R 198 of 454 ~ 43.61%
G 97 of 454 ~ 21.37%
B 159 of 454 ~ 35.02'%

%43.61
%21.37
%35.02

CMYK color model

#C6619F color CMYK value is (0,51,20,22).

  • cyan value is 0.00%
  • magenta value is 51.01%
  • yellow value is 19.70%
  • key color value is 22.35%

CMYK: (0,51,20,22)
C0M51Y20K22 (0%, 51%, 20%, 22%)
(0.00 / 0.51 / 0.20 / 0.22)

CMYK percentages

%0
%51.01
%19.7
%22.35

Codes

Color #C6619F in popluar color models

C6 61 9F
RGB 198 97 159
HSL 323° 46.98% 57.84%
HSB/HSV 323° 51.01% 77.65%
CMYK 0.00% 51.01% 19.70%
22.35%

Color #C6619F in popluar number systems.

HEX C6 61 9F
Decimal 198 97 159
Binary 11000110 1100001 10011111
Octal 306 141 237

Shades and tints

Shades of #C6619F

#C6619F
(198,97,159)
#B45991
(180,89,145)
#A25183
(162,81,131)
#904975
(144,73,117)
#7E4167
(126,65,103)
#6C3959
(108,57,89)
#5A314B
(90,49,75)
#48293D
(72,41,61)
#36212F
(54,33,47)
#241921
(36,25,33)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #C6619F

#C6619F
(198,97,159)
#CB6FA7
(203,111,167)
#D07DAF
(208,125,175)
#D58BB7
(213,139,183)
#DA99BF
(218,153,191)
#DFA7C7
(223,167,199)
#E4B5CF
(228,181,207)
#E9C3D7
(233,195,215)
#EED1DF
(238,209,223)
#F3DFE7
(243,223,231)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6619F color. Also use rgb(198,97,159) instead hex code.

Text Font Color

.myTextColor { color: #C6619F; }

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

This text font color is #C6619F.

Background Color

.myBgColor { background-color: #C6619F; }

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

This div background color is #C6619F.

Border color

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

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

This div border color is #C6619F.

Opacity

.myOpacity80 { color: #C6619F; opacity: 0.8; }

<p style="color:#C6619F;opacity:0.8;">80%</p>

Text with #C6619F 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 #C6619F;}

<p style="text-shadow: 3px 3px 1px #C6619F">Text here.</p>

This text has shadow with #C6619F color.


.textShadow {text-shadow: 3px 3px 1px #C6619F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6619F, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6619F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6619F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6619F, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6619F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6619F;
-webkit-box-shadow: 1px 1px 3px 2px #C6619F;
box-shadow: 1px 1px 3px 2px #C6619F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6619F; -webkit-box-shadow: 1px 1px 3px 2px #C6619F; box-shadow:1px 1px 3px 2px #C6619F;">
Div content here
</div>

This div box has shadow with color #C6619F.

Preview

Color preview on black background

This text has color #C6619F on black background.


Color preview on white background

This text has color #C6619F on white background.


Black color preview on #C6619F background

This text has black color on #C6619F background.


White color preview on #C6619F background

This text has white color on #C6619F background.


Related colors

Complementary color

Complementary color for #hex is #399E60.


I love getcolorcode.com

Triadic colors

1 #9FC661 and #619FC6 with #C6619F are triadic colors.

2 #9F61C6 and #61C69F with #C6619F are triadic colors.