COLOR #806FA6

HEX: #806FA6 RGB: (128,111,166)

Color info

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

RGB color model

#806FA6 color RGB value is (128,111,166).

RGB: (128,111,166) (50%, 44%, 65%)

RGB channels and saturation

R 128 of 255 = 50%
G 111 of 255 = 44%
B 166 of 255 = 65%

128
111
166

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

Portions of RGB colors in percentages

R + G + B = 128 + 111 + 166 = 405 (100%)
R 128 of 405 ~ 31.6%
G 111 of 405 ~ 27.41%
B 166 of 405 ~ 40.99'%

%31.6
%27.41
%40.99

CMYK color model

#806FA6 color CMYK value is (23,33,0,35).

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

CMYK: (23,33,0,35)
C23M33Y0K35 (23%, 33%, 0%, 35%)
(0.23 / 0.33 / 0.00 / 0.35)

CMYK percentages

%22.89
%33.13
%0
%34.9

Codes

Color #806FA6 in popluar color models

80 6F A6
RGB 128 111 166
HSL 259° 23.61% 54.31%
HSB/HSV 259° 33.13% 65.10%
CMYK 22.89% 33.13% 0.00%
34.90%

Color #806FA6 in popluar number systems.

HEX 80 6F A6
Decimal 128 111 166
Binary 10000000 1101111 10100110
Octal 200 157 246

Shades and tints

Shades of #806FA6

#806FA6
(128,111,166)
#756597
(117,101,151)
#6A5B88
(106,91,136)
#5F5179
(95,81,121)
#54476A
(84,71,106)
#493D5B
(73,61,91)
#3E334C
(62,51,76)
#33293D
(51,41,61)
#281F2E
(40,31,46)
#1D151F
(29,21,31)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #806FA6

#806FA6
(128,111,166)
#8B7CAE
(139,124,174)
#9689B6
(150,137,182)
#A196BE
(161,150,190)
#ACA3C6
(172,163,198)
#B7B0CE
(183,176,206)
#C2BDD6
(194,189,214)
#CDCADE
(205,202,222)
#D8D7E6
(216,215,230)
#E3E4EE
(227,228,238)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806FA6; }

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

This text font color is #806FA6.

Background Color

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

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

This div background color is #806FA6.

Border color

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

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

This div border color is #806FA6.

Opacity

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

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

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

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

This text has shadow with #806FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806FA6.

Preview

Color preview on black background

This text has color #806FA6 on black background.


Color preview on white background

This text has color #806FA6 on white background.


Black color preview on #806FA6 background

This text has black color on #806FA6 background.


White color preview on #806FA6 background

This text has white color on #806FA6 background.


Related colors

Complementary color

Complementary color for #hex is #7F9059.


I love getcolorcode.com

Triadic colors

1 #A6806F and #6FA680 with #806FA6 are triadic colors.

2 #A66F80 and #6F80A6 with #806FA6 are triadic colors.