COLOR #806691

HEX: #806691
RGB: (128,102,145)

Color info

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

RGB color model

#806691 color RGB value is (128,102,145).

  • red value is 128;
  • green value is 102;
  • blue value is 145.
RGB:
(128,102,145)
(50%,40%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 145 of 255 = 57%

128
102
145

R + G + B ~ 49%. #806691 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 145 = 375 (100%)
R 128 of 375 ~ 34.13%
G 102 of 375 ~ 27.2%
B 145 of 375 ~ 38.67%

%34.13
%27.2
%38.67

CMYK color model

#806691 color CMYK value is (12,30,0,43).

  • cyan value is 11.72%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(12,30,0,43)
C12M30Y0K43 
(12%,30%,0%,43%)
(0.12/0.30/0.00/0.43)	

CMYK percentages

%11.72
%29.66
%0
%43.14

Codes

Color #806691 in popluar color models

806691
RGB128102145
HSL276°17.41%48.43%
HSB/HSV276°29.66%56.86%
CMYK11.72%29.66%0.00%
43.14%

Color #806691 in popluar number systems.

HEX806691
Decimal128102145
Binary10000000110011010010001
Octal200146221

Shades and tints

Shades of #806691

#806691
(128,102,145)
#755D84
(117,93,132)
#6A5477
(106,84,119)
#5F4B6A
(95,75,106)
#54425D
(84,66,93)
#493950
(73,57,80)
#3E3043
(62,48,67)
#332736
(51,39,54)
#281E29
(40,30,41)
#1D151C
(29,21,28)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #806691

#806691
(128,102,145)
#8B739B
(139,115,155)
#9680A5
(150,128,165)
#A18DAF
(161,141,175)
#AC9AB9
(172,154,185)
#B7A7C3
(183,167,195)
#C2B4CD
(194,180,205)
#CDC1D7
(205,193,215)
#D8CEE1
(216,206,225)
#E3DBEB
(227,219,235)
#EEE8F5
(238,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806691 color. Also use rgb(128,102,145) instead hex code.

Text Font Color

.myTextColor { color: #806691; }

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

This text font color is #806691.


Background Color

.myBgColor { background-color: #806691; }

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

This div background color is #806691.


Border color

.myBorderColor { border: 1px solid #806691; }

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

This div border color is #806691.


Opacity

.myOpacity80 { color: #806691; opacity: 0.8; }

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

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

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

This text has shadow with #806691 color.

.textShadow {text-shadow: 3px 3px 1px #806691, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #806691;
-webkit-box-shadow: 1px 1px 3px 2px #806691;
box-shadow:1px 1px 3px 2px #806691;">
Div content here</div>
This div box has shadow with color #806691.

Preview

Color preview on black background

This text has color #806691 on black background.


Color preview on white background

This text has color #806691 on white background.



Black color preview on #806691 background

This text has black color on #806691 background.


White color preview on #806691 background

This text has white color on #806691 background.