COLOR #806FB9

HEX: #806FB9 RGB: (128,111,185)

Color info

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

RGB color model

#806FB9 color RGB value is (128,111,185).

RGB: (128,111,185) (50%, 44%, 73%)

RGB channels and saturation

R 128 of 255 = 50%
G 111 of 255 = 44%
B 185 of 255 = 73%

128
111
185

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

Portions of RGB colors in percentages

R + G + B = 128 + 111 + 185 = 424 (100%)
R 128 of 424 ~ 30.19%
G 111 of 424 ~ 26.18%
B 185 of 424 ~ 43.63'%

%30.19
%26.18
%43.63

CMYK color model

#806FB9 color CMYK value is (31,40,0,27).

  • cyan value is 30.81%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (31,40,0,27)
C31M40Y0K27 (31%, 40%, 0%, 27%)
(0.31 / 0.40 / 0.00 / 0.27)

CMYK percentages

%30.81
%40
%0
%27.45

Codes

Color #806FB9 in popluar color models

80 6F B9
RGB 128 111 185
HSL 254° 34.58% 58.04%
HSB/HSV 254° 40.00% 72.55%
CMYK 30.81% 40.00% 0.00%
27.45%

Color #806FB9 in popluar number systems.

HEX 80 6F B9
Decimal 128 111 185
Binary 10000000 1101111 10111001
Octal 200 157 271

Shades and tints

Shades of #806FB9

#806FB9
(128,111,185)
#7565A9
(117,101,169)
#6A5B99
(106,91,153)
#5F5189
(95,81,137)
#544779
(84,71,121)
#493D69
(73,61,105)
#3E3359
(62,51,89)
#332949
(51,41,73)
#281F39
(40,31,57)
#1D1529
(29,21,41)
#120B19
(18,11,25)
#000000
(0,0,0)

Tints of #806FB9

#806FB9
(128,111,185)
#8B7CBF
(139,124,191)
#9689C5
(150,137,197)
#A196CB
(161,150,203)
#ACA3D1
(172,163,209)
#B7B0D7
(183,176,215)
#C2BDDD
(194,189,221)
#CDCAE3
(205,202,227)
#D8D7E9
(216,215,233)
#E3E4EF
(227,228,239)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806FB9; }

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

This text font color is #806FB9.

Background Color

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

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

This div background color is #806FB9.

Border color

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

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

This div border color is #806FB9.

Opacity

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

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

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

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

This text has shadow with #806FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806FB9.

Preview

Color preview on black background

This text has color #806FB9 on black background.


Color preview on white background

This text has color #806FB9 on white background.


Black color preview on #806FB9 background

This text has black color on #806FB9 background.


White color preview on #806FB9 background

This text has white color on #806FB9 background.


Related colors

Complementary color

Complementary color for #hex is #7F9046.


I love getcolorcode.com

Triadic colors

1 #B9806F and #6FB980 with #806FB9 are triadic colors.

2 #B96F80 and #6F80B9 with #806FB9 are triadic colors.