COLOR #846CC6

HEX: #846CC6 RGB: (132,108,198)

Color info

#846CC6 contains mainly blue color. Web safe color of #846CC6 is #9966CC (or #96C).

RGB color model

#846CC6 color RGB value is (132,108,198).

RGB: (132,108,198) (52%, 42%, 78%)

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 198 of 255 = 78%

132
108
198

R + G + B ~ 57%. #846CC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 108 + 198 = 438 (100%)
R 132 of 438 ~ 30.14%
G 108 of 438 ~ 24.66%
B 198 of 438 ~ 45.21'%

%30.14
%24.66
%45.21

CMYK color model

#846CC6 color CMYK value is (33,45,0,22).

  • cyan value is 33.33%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (33,45,0,22)
C33M45Y0K22 (33%, 45%, 0%, 22%)
(0.33 / 0.45 / 0.00 / 0.22)

CMYK percentages

%33.33
%45.45
%0
%22.35

Codes

Color #846CC6 in popluar color models

84 6C C6
RGB 132 108 198
HSL 256° 44.12% 60.00%
HSB/HSV 256° 45.45% 77.65%
CMYK 33.33% 45.45% 0.00%
22.35%

Color #846CC6 in popluar number systems.

HEX 84 6C C6
Decimal 132 108 198
Binary 10000100 1101100 11000110
Octal 204 154 306

Shades and tints

Shades of #846CC6

#846CC6
(132,108,198)
#7863B4
(120,99,180)
#6C5AA2
(108,90,162)
#605190
(96,81,144)
#54487E
(84,72,126)
#483F6C
(72,63,108)
#3C365A
(60,54,90)
#302D48
(48,45,72)
#242436
(36,36,54)
#181B24
(24,27,36)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #846CC6

#846CC6
(132,108,198)
#8F79CB
(143,121,203)
#9A86D0
(154,134,208)
#A593D5
(165,147,213)
#B0A0DA
(176,160,218)
#BBADDF
(187,173,223)
#C6BAE4
(198,186,228)
#D1C7E9
(209,199,233)
#DCD4EE
(220,212,238)
#E7E1F3
(231,225,243)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846CC6 color. Also use rgb(132,108,198) instead hex code.

Text Font Color

.myTextColor { color: #846CC6; }

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

This text font color is #846CC6.

Background Color

.myBgColor { background-color: #846CC6; }

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

This div background color is #846CC6.

Border color

.myBorderColor { border: 1px solid #846CC6; }

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

This div border color is #846CC6.

Opacity

.myOpacity80 { color: #846CC6; opacity: 0.8; }

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

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

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

This text has shadow with #846CC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846CC6.

Preview

Color preview on black background

This text has color #846CC6 on black background.


Color preview on white background

This text has color #846CC6 on white background.


Black color preview on #846CC6 background

This text has black color on #846CC6 background.


White color preview on #846CC6 background

This text has white color on #846CC6 background.


Related colors

Complementary color

Complementary color for #hex is #7B9339.


I love getcolorcode.com

Triadic colors

1 #C6846C and #6CC684 with #846CC6 are triadic colors.

2 #C66C84 and #6C84C6 with #846CC6 are triadic colors.