COLOR #684B7B

HEX: #684B7B
RGB: (104,75,123)

Color info

#684B7B contains red, green and blue colors in about the same proportion. Web safe color of #684B7B is #663366 (or #636).

RGB color model

#684B7B color RGB value is (104,75,123).

  • red value is 104;
  • green value is 75;
  • blue value is 123.
RGB:
(104,75,123)
(41%,29%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 75 of 255 = 29%
B 123 of 255 = 48%

104
75
123

R + G + B ~ 39%. #684B7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 75 + 123 = 302 (100%)
R 104 of 302 ~ 34.44%
G 75 of 302 ~ 24.83%
B 123 of 302 ~ 40.73%

%34.44
%24.83
%40.73

CMYK color model

#684B7B color CMYK value is (15,39,0,52).

  • cyan value is 15.45%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(15,39,0,52)
C15M39Y0K52 
(15%,39%,0%,52%)
(0.15/0.39/0.00/0.52)	

CMYK percentages

%15.45
%39.02
%0
%51.76

Codes

Color #684B7B in popluar color models

684B7B
RGB10475123
HSL276°24.24%38.82%
HSB/HSV276°39.02%48.24%
CMYK15.45%39.02%0.00%
51.76%

Color #684B7B in popluar number systems.

HEX684B7B
Decimal10475123
Binary110100010010111111011
Octal150113173

Shades and tints

Shades of #684B7B

#684B7B
(104,75,123)
#5F4570
(95,69,112)
#563F65
(86,63,101)
#4D395A
(77,57,90)
#44334F
(68,51,79)
#3B2D44
(59,45,68)
#322739
(50,39,57)
#29212E
(41,33,46)
#201B23
(32,27,35)
#171518
(23,21,24)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #684B7B

#684B7B
(104,75,123)
#755B87
(117,91,135)
#826B93
(130,107,147)
#8F7B9F
(143,123,159)
#9C8BAB
(156,139,171)
#A99BB7
(169,155,183)
#B6ABC3
(182,171,195)
#C3BBCF
(195,187,207)
#D0CBDB
(208,203,219)
#DDDBE7
(221,219,231)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684B7B color. Also use rgb(104,75,123) instead hex code.

Text Font Color

.myTextColor { color: #684B7B; }

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

This text font color is #684B7B.


Background Color

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

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

This div background color is #684B7B.


Border color

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

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

This div border color is #684B7B.


Opacity

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

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

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

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

This text has shadow with #684B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684B7B on black background.


Color preview on white background

This text has color #684B7B on white background.



Black color preview on #684B7B background

This text has black color on #684B7B background.


White color preview on #684B7B background

This text has white color on #684B7B background.