COLOR #806BBA

HEX: #806BBA RGB: (128,107,186)

Color info

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

RGB color model

#806BBA color RGB value is (128,107,186).

RGB: (128,107,186) (50%, 42%, 73%)

RGB channels and saturation

R 128 of 255 = 50%
G 107 of 255 = 42%
B 186 of 255 = 73%

128
107
186

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

Portions of RGB colors in percentages

R + G + B = 128 + 107 + 186 = 421 (100%)
R 128 of 421 ~ 30.4%
G 107 of 421 ~ 25.42%
B 186 of 421 ~ 44.18'%

%30.4
%25.42
%44.18

CMYK color model

#806BBA color CMYK value is (31,42,0,27).

  • cyan value is 31.18%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (31,42,0,27)
C31M42Y0K27 (31%, 42%, 0%, 27%)
(0.31 / 0.42 / 0.00 / 0.27)

CMYK percentages

%31.18
%42.47
%0
%27.06

Codes

Color #806BBA in popluar color models

80 6B BA
RGB 128 107 186
HSL 256° 36.41% 57.45%
HSB/HSV 256° 42.47% 72.94%
CMYK 31.18% 42.47% 0.00%
27.06%

Color #806BBA in popluar number systems.

HEX 80 6B BA
Decimal 128 107 186
Binary 10000000 1101011 10111010
Octal 200 153 272

Shades and tints

Shades of #806BBA

#806BBA
(128,107,186)
#7562AA
(117,98,170)
#6A599A
(106,89,154)
#5F508A
(95,80,138)
#54477A
(84,71,122)
#493E6A
(73,62,106)
#3E355A
(62,53,90)
#332C4A
(51,44,74)
#28233A
(40,35,58)
#1D1A2A
(29,26,42)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #806BBA

#806BBA
(128,107,186)
#8B78C0
(139,120,192)
#9685C6
(150,133,198)
#A192CC
(161,146,204)
#AC9FD2
(172,159,210)
#B7ACD8
(183,172,216)
#C2B9DE
(194,185,222)
#CDC6E4
(205,198,228)
#D8D3EA
(216,211,234)
#E3E0F0
(227,224,240)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806BBA color. Also use rgb(128,107,186) instead hex code.

Text Font Color

.myTextColor { color: #806BBA; }

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

This text font color is #806BBA.

Background Color

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

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

This div background color is #806BBA.

Border color

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

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

This div border color is #806BBA.

Opacity

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

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

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

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

This text has shadow with #806BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806BBA.

Preview

Color preview on black background

This text has color #806BBA on black background.


Color preview on white background

This text has color #806BBA on white background.


Black color preview on #806BBA background

This text has black color on #806BBA background.


White color preview on #806BBA background

This text has white color on #806BBA background.


Related colors

Complementary color

Complementary color for #hex is #7F9445.


I love getcolorcode.com

Triadic colors

1 #BA806B and #6BBA80 with #806BBA are triadic colors.

2 #BA6B80 and #6B80BA with #806BBA are triadic colors.