COLOR #806CB6

HEX: #806CB6 RGB: (128,108,182)

Color info

#806CB6 contains mainly red and blue colors. Web safe color of #806CB6 is #6666CC (or #66C).

RGB color model

#806CB6 color RGB value is (128,108,182).

RGB: (128,108,182) (50%, 42%, 71%)

RGB channels and saturation

R 128 of 255 = 50%
G 108 of 255 = 42%
B 182 of 255 = 71%

128
108
182

R + G + B ~ 54%. #806CB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 108 + 182 = 418 (100%)
R 128 of 418 ~ 30.62%
G 108 of 418 ~ 25.84%
B 182 of 418 ~ 43.54'%

%30.62
%25.84
%43.54

CMYK color model

#806CB6 color CMYK value is (30,41,0,29).

  • cyan value is 29.67%
  • magenta value is 40.66%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (30,41,0,29)
C30M41Y0K29 (30%, 41%, 0%, 29%)
(0.30 / 0.41 / 0.00 / 0.29)

CMYK percentages

%29.67
%40.66
%0
%28.63

Codes

Color #806CB6 in popluar color models

80 6C B6
RGB 128 108 182
HSL 256° 33.64% 56.86%
HSB/HSV 256° 40.66% 71.37%
CMYK 29.67% 40.66% 0.00%
28.63%

Color #806CB6 in popluar number systems.

HEX 80 6C B6
Decimal 128 108 182
Binary 10000000 1101100 10110110
Octal 200 154 266

Shades and tints

Shades of #806CB6

#806CB6
(128,108,182)
#7563A6
(117,99,166)
#6A5A96
(106,90,150)
#5F5186
(95,81,134)
#544876
(84,72,118)
#493F66
(73,63,102)
#3E3656
(62,54,86)
#332D46
(51,45,70)
#282436
(40,36,54)
#1D1B26
(29,27,38)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #806CB6

#806CB6
(128,108,182)
#8B79BC
(139,121,188)
#9686C2
(150,134,194)
#A193C8
(161,147,200)
#ACA0CE
(172,160,206)
#B7ADD4
(183,173,212)
#C2BADA
(194,186,218)
#CDC7E0
(205,199,224)
#D8D4E6
(216,212,230)
#E3E1EC
(227,225,236)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806CB6 color. Also use rgb(128,108,182) instead hex code.

Text Font Color

.myTextColor { color: #806CB6; }

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

This text font color is #806CB6.

Background Color

.myBgColor { background-color: #806CB6; }

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

This div background color is #806CB6.

Border color

.myBorderColor { border: 1px solid #806CB6; }

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

This div border color is #806CB6.

Opacity

.myOpacity80 { color: #806CB6; opacity: 0.8; }

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

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

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

This text has shadow with #806CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806CB6.

Preview

Color preview on black background

This text has color #806CB6 on black background.


Color preview on white background

This text has color #806CB6 on white background.


Black color preview on #806CB6 background

This text has black color on #806CB6 background.


White color preview on #806CB6 background

This text has white color on #806CB6 background.


Related colors

Complementary color

Complementary color for #hex is #7F9349.


I love getcolorcode.com

Triadic colors

1 #B6806C and #6CB680 with #806CB6 are triadic colors.

2 #B66C80 and #6C80B6 with #806CB6 are triadic colors.