COLOR #846CE6

HEX: #846CE6 RGB: (132,108,230)

Color info

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

RGB color model

#846CE6 color RGB value is (132,108,230).

RGB: (132,108,230) (52%, 42%, 90%)

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 230 of 255 = 90%

132
108
230

R + G + B ~ 61%. #846CE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 108 + 230 = 470 (100%)
R 132 of 470 ~ 28.09%
G 108 of 470 ~ 22.98%
B 230 of 470 ~ 48.94'%

%28.09
%22.98
%48.94

CMYK color model

#846CE6 color CMYK value is (43,53,0,10).

  • cyan value is 42.61%
  • magenta value is 53.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (43,53,0,10)
C43M53Y0K10 (43%, 53%, 0%, 10%)
(0.43 / 0.53 / 0.00 / 0.10)

CMYK percentages

%42.61
%53.04
%0
%9.8

Codes

Color #846CE6 in popluar color models

84 6C E6
RGB 132 108 230
HSL 252° 70.93% 66.27%
HSB/HSV 252° 53.04% 90.20%
CMYK 42.61% 53.04% 0.00%
9.80%

Color #846CE6 in popluar number systems.

HEX 84 6C E6
Decimal 132 108 230
Binary 10000100 1101100 11100110
Octal 204 154 346

Shades and tints

Shades of #846CE6

#846CE6
(132,108,230)
#7863D2
(120,99,210)
#6C5ABE
(108,90,190)
#6051AA
(96,81,170)
#544896
(84,72,150)
#483F82
(72,63,130)
#3C366E
(60,54,110)
#302D5A
(48,45,90)
#242446
(36,36,70)
#181B32
(24,27,50)
#0C121E
(12,18,30)
#000000
(0,0,0)

Tints of #846CE6

#846CE6
(132,108,230)
#8F79E8
(143,121,232)
#9A86EA
(154,134,234)
#A593EC
(165,147,236)
#B0A0EE
(176,160,238)
#BBADF0
(187,173,240)
#C6BAF2
(198,186,242)
#D1C7F4
(209,199,244)
#DCD4F6
(220,212,246)
#E7E1F8
(231,225,248)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846CE6; }

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

This text font color is #846CE6.

Background Color

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

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

This div background color is #846CE6.

Border color

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

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

This div border color is #846CE6.

Opacity

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

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

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

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

This text has shadow with #846CE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846CE6.

Preview

Color preview on black background

This text has color #846CE6 on black background.


Color preview on white background

This text has color #846CE6 on white background.


Black color preview on #846CE6 background

This text has black color on #846CE6 background.


White color preview on #846CE6 background

This text has white color on #846CE6 background.


Related colors

Complementary color

Complementary color for #hex is #7B9319.


I love getcolorcode.com

Triadic colors

1 #E6846C and #6CE684 with #846CE6 are triadic colors.

2 #E66C84 and #6C84E6 with #846CE6 are triadic colors.