COLOR #806DA6

HEX: #806DA6 RGB: (128,109,166)

Color info

#806DA6 contains red, green and blue colors in about the same proportion. Web safe color of #806DA6 is #666699 (or #669).

RGB color model

#806DA6 color RGB value is (128,109,166).

RGB: (128,109,166) (50%, 43%, 65%)

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 166 of 255 = 65%

128
109
166

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

Portions of RGB colors in percentages

R + G + B = 128 + 109 + 166 = 403 (100%)
R 128 of 403 ~ 31.76%
G 109 of 403 ~ 27.05%
B 166 of 403 ~ 41.19'%

%31.76
%27.05
%41.19

CMYK color model

#806DA6 color CMYK value is (23,34,0,35).

  • cyan value is 22.89%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (23,34,0,35)
C23M34Y0K35 (23%, 34%, 0%, 35%)
(0.23 / 0.34 / 0.00 / 0.35)

CMYK percentages

%22.89
%34.34
%0
%34.9

Codes

Color #806DA6 in popluar color models

80 6D A6
RGB 128 109 166
HSL 260° 24.26% 53.92%
HSB/HSV 260° 34.34% 65.10%
CMYK 22.89% 34.34% 0.00%
34.90%

Color #806DA6 in popluar number systems.

HEX 80 6D A6
Decimal 128 109 166
Binary 10000000 1101101 10100110
Octal 200 155 246

Shades and tints

Shades of #806DA6

#806DA6
(128,109,166)
#756497
(117,100,151)
#6A5B88
(106,91,136)
#5F5279
(95,82,121)
#54496A
(84,73,106)
#49405B
(73,64,91)
#3E374C
(62,55,76)
#332E3D
(51,46,61)
#28252E
(40,37,46)
#1D1C1F
(29,28,31)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #806DA6

#806DA6
(128,109,166)
#8B7AAE
(139,122,174)
#9687B6
(150,135,182)
#A194BE
(161,148,190)
#ACA1C6
(172,161,198)
#B7AECE
(183,174,206)
#C2BBD6
(194,187,214)
#CDC8DE
(205,200,222)
#D8D5E6
(216,213,230)
#E3E2EE
(227,226,238)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806DA6 color. Also use rgb(128,109,166) instead hex code.

Text Font Color

.myTextColor { color: #806DA6; }

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

This text font color is #806DA6.

Background Color

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

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

This div background color is #806DA6.

Border color

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

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

This div border color is #806DA6.

Opacity

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

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

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

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

This text has shadow with #806DA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806DA6.

Preview

Color preview on black background

This text has color #806DA6 on black background.


Color preview on white background

This text has color #806DA6 on white background.


Black color preview on #806DA6 background

This text has black color on #806DA6 background.


White color preview on #806DA6 background

This text has white color on #806DA6 background.


Related colors

Complementary color

Complementary color for #hex is #7F9259.


I love getcolorcode.com

Triadic colors

1 #A6806D and #6DA680 with #806DA6 are triadic colors.

2 #A66D80 and #6D80A6 with #806DA6 are triadic colors.