COLOR #684672

HEX: #684672
RGB: (104,70,114)

Color info

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

RGB color model

#684672 color RGB value is (104,70,114).

  • red value is 104;
  • green value is 70;
  • blue value is 114.
RGB:
(104,70,114)
(41%,27%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 70 of 255 = 27%
B 114 of 255 = 45%

104
70
114

R + G + B ~ 38%. #684672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 70 + 114 = 288 (100%)
R 104 of 288 ~ 36.11%
G 70 of 288 ~ 24.31%
B 114 of 288 ~ 39.58%

%36.11
%24.31
%39.58

CMYK color model

#684672 color CMYK value is (9,39,0,55).

  • cyan value is 8.77%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(9,39,0,55)
C9M39Y0K55 
(9%,39%,0%,55%)
(0.09/0.39/0.00/0.55)	

CMYK percentages

%8.77
%38.6
%0
%55.29

Codes

Color #684672 in popluar color models

684672
RGB10470114
HSL286°23.91%36.08%
HSB/HSV286°38.60%44.71%
CMYK8.77%38.60%0.00%
55.29%

Color #684672 in popluar number systems.

HEX684672
Decimal10470114
Binary110100010001101110010
Octal150106162

Shades and tints

Shades of #684672

#684672
(104,70,114)
#5F4068
(95,64,104)
#563A5E
(86,58,94)
#4D3454
(77,52,84)
#442E4A
(68,46,74)
#3B2840
(59,40,64)
#322236
(50,34,54)
#291C2C
(41,28,44)
#201622
(32,22,34)
#171018
(23,16,24)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #684672

#684672
(104,70,114)
#75567E
(117,86,126)
#82668A
(130,102,138)
#8F7696
(143,118,150)
#9C86A2
(156,134,162)
#A996AE
(169,150,174)
#B6A6BA
(182,166,186)
#C3B6C6
(195,182,198)
#D0C6D2
(208,198,210)
#DDD6DE
(221,214,222)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684672 color. Also use rgb(104,70,114) instead hex code.

Text Font Color

.myTextColor { color: #684672; }

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

This text font color is #684672.


Background Color

.myBgColor { background-color: #684672; }

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

This div background color is #684672.


Border color

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

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

This div border color is #684672.


Opacity

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

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

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

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

This text has shadow with #684672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684672 on black background.


Color preview on white background

This text has color #684672 on white background.



Black color preview on #684672 background

This text has black color on #684672 background.


White color preview on #684672 background

This text has white color on #684672 background.