COLOR #684564

HEX: #684564
RGB: (104,69,100)

Color info

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

RGB color model

#684564 color RGB value is (104,69,100).

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

RGB channels and saturation

R 104 of 255 = 41%
G 69 of 255 = 27%
B 100 of 255 = 39%

104
69
100

R + G + B ~ 36%. #684564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 69 + 100 = 273 (100%)
R 104 of 273 ~ 38.1%
G 69 of 273 ~ 25.27%
B 100 of 273 ~ 36.63%

%38.1
%25.27
%36.63

CMYK color model

#684564 color CMYK value is (0,34,4,59).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 3.85%
  • key color value is 59.22%
CMYK:
(0,34,4,59)
C0M34Y4K59 
(0%,34%,4%,59%)
(0.00/0.34/0.04/0.59)	

CMYK percentages

%0
%33.65
%3.85
%59.22

Codes

Color #684564 in popluar color models

684564
RGB10469100
HSL307°20.23%33.92%
HSB/HSV307°33.65%40.78%
CMYK0.00%33.65%3.85%
59.22%

Color #684564 in popluar number systems.

HEX684564
Decimal10469100
Binary110100010001011100100
Octal150105144

Shades and tints

Shades of #684564

#684564
(104,69,100)
#5F3F5B
(95,63,91)
#563952
(86,57,82)
#4D3349
(77,51,73)
#442D40
(68,45,64)
#3B2737
(59,39,55)
#32212E
(50,33,46)
#291B25
(41,27,37)
#20151C
(32,21,28)
#170F13
(23,15,19)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #684564

#684564
(104,69,100)
#755572
(117,85,114)
#826580
(130,101,128)
#8F758E
(143,117,142)
#9C859C
(156,133,156)
#A995AA
(169,149,170)
#B6A5B8
(182,165,184)
#C3B5C6
(195,181,198)
#D0C5D4
(208,197,212)
#DDD5E2
(221,213,226)
#EAE5F0
(234,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684564; }

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

This text font color is #684564.


Background Color

.myBgColor { background-color: #684564; }

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

This div background color is #684564.


Border color

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

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

This div border color is #684564.


Opacity

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

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

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

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

This text has shadow with #684564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684564 on black background.


Color preview on white background

This text has color #684564 on white background.



Black color preview on #684564 background

This text has black color on #684564 background.


White color preview on #684564 background

This text has white color on #684564 background.