COLOR #684E9B

HEX: #684E9B
RGB: (104,78,155)

Color info

#684E9B contains mainly red and blue colors. Web safe color of #684E9B is #666699 (or #669).

RGB color model

#684E9B color RGB value is (104,78,155).

  • red value is 104;
  • green value is 78;
  • blue value is 155.
RGB:
(104,78,155)
(41%,31%,61%)

RGB channels and saturation

R 104 of 255 = 41%
G 78 of 255 = 31%
B 155 of 255 = 61%

104
78
155

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

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 155 = 337 (100%)
R 104 of 337 ~ 30.86%
G 78 of 337 ~ 23.15%
B 155 of 337 ~ 45.99%

%30.86
%23.15
%45.99

CMYK color model

#684E9B color CMYK value is (33,50,0,39).

  • cyan value is 32.90%
  • magenta value is 49.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(33,50,0,39)
C33M50Y0K39 
(33%,50%,0%,39%)
(0.33/0.50/0.00/0.39)	

CMYK percentages

%32.9
%49.68
%0
%39.22

Codes

Color #684E9B in popluar color models

684E9B
RGB10478155
HSL260°33.05%45.69%
HSB/HSV260°49.68%60.78%
CMYK32.90%49.68%0.00%
39.22%

Color #684E9B in popluar number systems.

HEX684E9B
Decimal10478155
Binary1101000100111010011011
Octal150116233

Shades and tints

Shades of #684E9B

#684E9B
(104,78,155)
#5F478D
(95,71,141)
#56407F
(86,64,127)
#4D3971
(77,57,113)
#443263
(68,50,99)
#3B2B55
(59,43,85)
#322447
(50,36,71)
#291D39
(41,29,57)
#20162B
(32,22,43)
#170F1D
(23,15,29)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #684E9B

#684E9B
(104,78,155)
#755EA4
(117,94,164)
#826EAD
(130,110,173)
#8F7EB6
(143,126,182)
#9C8EBF
(156,142,191)
#A99EC8
(169,158,200)
#B6AED1
(182,174,209)
#C3BEDA
(195,190,218)
#D0CEE3
(208,206,227)
#DDDEEC
(221,222,236)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684E9B color. Also use rgb(104,78,155) instead hex code.

Text Font Color

.myTextColor { color: #684E9B; }

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

This text font color is #684E9B.


Background Color

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

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

This div background color is #684E9B.


Border color

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

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

This div border color is #684E9B.


Opacity

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

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

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

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

This text has shadow with #684E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E9B on black background.


Color preview on white background

This text has color #684E9B on white background.



Black color preview on #684E9B background

This text has black color on #684E9B background.


White color preview on #684E9B background

This text has white color on #684E9B background.