COLOR #996EC6

HEX: #996EC6 RGB: (153,110,198)

Color info

#996EC6 contains mainly red and blue colors. Web safe color of #996EC6 is #9966CC (or #96C).

RGB color model

#996EC6 color RGB value is (153,110,198).

RGB: (153,110,198) (60%, 43%, 78%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 198 of 255 = 78%

153
110
198

R + G + B ~ 60%. #996EC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 110 + 198 = 461 (100%)
R 153 of 461 ~ 33.19%
G 110 of 461 ~ 23.86%
B 198 of 461 ~ 42.95'%

%33.19
%23.86
%42.95

CMYK color model

#996EC6 color CMYK value is (23,44,0,22).

  • cyan value is 22.73%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (23,44,0,22)
C23M44Y0K22 (23%, 44%, 0%, 22%)
(0.23 / 0.44 / 0.00 / 0.22)

CMYK percentages

%22.73
%44.44
%0
%22.35

Codes

Color #996EC6 in popluar color models

99 6E C6
RGB 153 110 198
HSL 269° 43.56% 60.39%
HSB/HSV 269° 44.44% 77.65%
CMYK 22.73% 44.44% 0.00%
22.35%

Color #996EC6 in popluar number systems.

HEX 99 6E C6
Decimal 153 110 198
Binary 10011001 1101110 11000110
Octal 231 156 306

Shades and tints

Shades of #996EC6

#996EC6
(153,110,198)
#8C64B4
(140,100,180)
#7F5AA2
(127,90,162)
#725090
(114,80,144)
#65467E
(101,70,126)
#583C6C
(88,60,108)
#4B325A
(75,50,90)
#3E2848
(62,40,72)
#311E36
(49,30,54)
#241424
(36,20,36)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #996EC6

#996EC6
(153,110,198)
#A27BCB
(162,123,203)
#AB88D0
(171,136,208)
#B495D5
(180,149,213)
#BDA2DA
(189,162,218)
#C6AFDF
(198,175,223)
#CFBCE4
(207,188,228)
#D8C9E9
(216,201,233)
#E1D6EE
(225,214,238)
#EAE3F3
(234,227,243)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996EC6 color. Also use rgb(153,110,198) instead hex code.

Text Font Color

.myTextColor { color: #996EC6; }

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

This text font color is #996EC6.

Background Color

.myBgColor { background-color: #996EC6; }

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

This div background color is #996EC6.

Border color

.myBorderColor { border: 1px solid #996EC6; }

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

This div border color is #996EC6.

Opacity

.myOpacity80 { color: #996EC6; opacity: 0.8; }

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

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

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

This text has shadow with #996EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996EC6.

Preview

Color preview on black background

This text has color #996EC6 on black background.


Color preview on white background

This text has color #996EC6 on white background.


Black color preview on #996EC6 background

This text has black color on #996EC6 background.


White color preview on #996EC6 background

This text has white color on #996EC6 background.


Related colors

Complementary color

Complementary color for #hex is #669139.


I love getcolorcode.com

Triadic colors

1 #C6996E and #6EC699 with #996EC6 are triadic colors.

2 #C66E99 and #6E99C6 with #996EC6 are triadic colors.