COLOR #684D86

HEX: #684D86
RGB: (104,77,134)

Color info

#684D86 contains red, green and blue colors in about the same proportion. Web safe color of #684D86 is #663399 (or #639).

RGB color model

#684D86 color RGB value is (104,77,134).

  • red value is 104;
  • green value is 77;
  • blue value is 134.
RGB:
(104,77,134)
(41%,30%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 134 of 255 = 53%

104
77
134

R + G + B ~ 41%. #684D86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 77 + 134 = 315 (100%)
R 104 of 315 ~ 33.02%
G 77 of 315 ~ 24.44%
B 134 of 315 ~ 42.54%

%33.02
%24.44
%42.54

CMYK color model

#684D86 color CMYK value is (22,43,0,47).

  • cyan value is 22.39%
  • magenta value is 42.54%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,43,0,47)
C22M43Y0K47 
(22%,43%,0%,47%)
(0.22/0.43/0.00/0.47)	

CMYK percentages

%22.39
%42.54
%0
%47.45

Codes

Color #684D86 in popluar color models

684D86
RGB10477134
HSL268°27.01%41.37%
HSB/HSV268°42.54%52.55%
CMYK22.39%42.54%0.00%
47.45%

Color #684D86 in popluar number systems.

HEX684D86
Decimal10477134
Binary1101000100110110000110
Octal150115206

Shades and tints

Shades of #684D86

#684D86
(104,77,134)
#5F467A
(95,70,122)
#563F6E
(86,63,110)
#4D3862
(77,56,98)
#443156
(68,49,86)
#3B2A4A
(59,42,74)
#32233E
(50,35,62)
#291C32
(41,28,50)
#201526
(32,21,38)
#170E1A
(23,14,26)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #684D86

#684D86
(104,77,134)
#755D91
(117,93,145)
#826D9C
(130,109,156)
#8F7DA7
(143,125,167)
#9C8DB2
(156,141,178)
#A99DBD
(169,157,189)
#B6ADC8
(182,173,200)
#C3BDD3
(195,189,211)
#D0CDDE
(208,205,222)
#DDDDE9
(221,221,233)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684D86 color. Also use rgb(104,77,134) instead hex code.

Text Font Color

.myTextColor { color: #684D86; }

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

This text font color is #684D86.


Background Color

.myBgColor { background-color: #684D86; }

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

This div background color is #684D86.


Border color

.myBorderColor { border: 1px solid #684D86; }

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

This div border color is #684D86.


Opacity

.myOpacity80 { color: #684D86; opacity: 0.8; }

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

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

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

This text has shadow with #684D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684D86 on black background.


Color preview on white background

This text has color #684D86 on white background.



Black color preview on #684D86 background

This text has black color on #684D86 background.


White color preview on #684D86 background

This text has white color on #684D86 background.