COLOR #684F8B

HEX: #684F8B
RGB: (104,79,139)

Color info

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

RGB color model

#684F8B color RGB value is (104,79,139).

  • red value is 104;
  • green value is 79;
  • blue value is 139.
RGB:
(104,79,139)
(41%,31%,55%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 139 of 255 = 55%

104
79
139

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

Portions of RGB colors in percentages

R + G + B =
104 + 79 + 139 = 322 (100%)
R 104 of 322 ~ 32.3%
G 79 of 322 ~ 24.53%
B 139 of 322 ~ 43.17%

%32.3
%24.53
%43.17

CMYK color model

#684F8B color CMYK value is (25,43,0,45).

  • cyan value is 25.18%
  • magenta value is 43.17%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(25,43,0,45)
C25M43Y0K45 
(25%,43%,0%,45%)
(0.25/0.43/0.00/0.45)	

CMYK percentages

%25.18
%43.17
%0
%45.49

Codes

Color #684F8B in popluar color models

684F8B
RGB10479139
HSL265°27.52%42.75%
HSB/HSV265°43.17%54.51%
CMYK25.18%43.17%0.00%
45.49%

Color #684F8B in popluar number systems.

HEX684F8B
Decimal10479139
Binary1101000100111110001011
Octal150117213

Shades and tints

Shades of #684F8B

#684F8B
(104,79,139)
#5F487F
(95,72,127)
#564173
(86,65,115)
#4D3A67
(77,58,103)
#44335B
(68,51,91)
#3B2C4F
(59,44,79)
#322543
(50,37,67)
#291E37
(41,30,55)
#20172B
(32,23,43)
#17101F
(23,16,31)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #684F8B

#684F8B
(104,79,139)
#755F95
(117,95,149)
#826F9F
(130,111,159)
#8F7FA9
(143,127,169)
#9C8FB3
(156,143,179)
#A99FBD
(169,159,189)
#B6AFC7
(182,175,199)
#C3BFD1
(195,191,209)
#D0CFDB
(208,207,219)
#DDDFE5
(221,223,229)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F8B color. Also use rgb(104,79,139) instead hex code.

Text Font Color

.myTextColor { color: #684F8B; }

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

This text font color is #684F8B.


Background Color

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

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

This div background color is #684F8B.


Border color

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

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

This div border color is #684F8B.


Opacity

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

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

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

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

This text has shadow with #684F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F8B on black background.


Color preview on white background

This text has color #684F8B on white background.



Black color preview on #684F8B background

This text has black color on #684F8B background.


White color preview on #684F8B background

This text has white color on #684F8B background.