COLOR #684572

HEX: #684572
RGB: (104,69,114)

Color info

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

RGB color model

#684572 color RGB value is (104,69,114).

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

RGB channels and saturation

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

104
69
114

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

Portions of RGB colors in percentages

R + G + B =
104 + 69 + 114 = 287 (100%)
R 104 of 287 ~ 36.24%
G 69 of 287 ~ 24.04%
B 114 of 287 ~ 39.72%

%36.24
%24.04
%39.72

CMYK color model

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

  • cyan value is 8.77%
  • magenta value is 39.47%
  • 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
%39.47
%0
%55.29

Codes

Color #684572 in popluar color models

684572
RGB10469114
HSL287°24.59%35.88%
HSB/HSV287°39.47%44.71%
CMYK8.77%39.47%0.00%
55.29%

Color #684572 in popluar number systems.

HEX684572
Decimal10469114
Binary110100010001011110010
Octal150105162

Shades and tints

Shades of #684572

#684572
(104,69,114)
#5F3F68
(95,63,104)
#56395E
(86,57,94)
#4D3354
(77,51,84)
#442D4A
(68,45,74)
#3B2740
(59,39,64)
#322136
(50,33,54)
#291B2C
(41,27,44)
#201522
(32,21,34)
#170F18
(23,15,24)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #684572

#684572
(104,69,114)
#75557E
(117,85,126)
#82658A
(130,101,138)
#8F7596
(143,117,150)
#9C85A2
(156,133,162)
#A995AE
(169,149,174)
#B6A5BA
(182,165,186)
#C3B5C6
(195,181,198)
#D0C5D2
(208,197,210)
#DDD5DE
(221,213,222)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684572; }

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

This text font color is #684572.


Background Color

.myBgColor { background-color: #684572; }

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

This div background color is #684572.


Border color

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

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

This div border color is #684572.


Opacity

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

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

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

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

This text has shadow with #684572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684572 on black background.


Color preview on white background

This text has color #684572 on white background.



Black color preview on #684572 background

This text has black color on #684572 background.


White color preview on #684572 background

This text has white color on #684572 background.