COLOR #684471

HEX: #684471
RGB: (104,68,113)

Color info

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

RGB color model

#684471 color RGB value is (104,68,113).

  • red value is 104;
  • green value is 68;
  • blue value is 113.
RGB:
(104,68,113)
(41%,27%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 68 of 255 = 27%
B 113 of 255 = 44%

104
68
113

R + G + B ~ 37%. #684471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 68 + 113 = 285 (100%)
R 104 of 285 ~ 36.49%
G 68 of 285 ~ 23.86%
B 113 of 285 ~ 39.65%

%36.49
%23.86
%39.65

CMYK color model

#684471 color CMYK value is (8,40,0,56).

  • cyan value is 7.96%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(8,40,0,56)
C8M40Y0K56 
(8%,40%,0%,56%)
(0.08/0.40/0.00/0.56)	

CMYK percentages

%7.96
%39.82
%0
%55.69

Codes

Color #684471 in popluar color models

684471
RGB10468113
HSL288°24.86%35.49%
HSB/HSV288°39.82%44.31%
CMYK7.96%39.82%0.00%
55.69%

Color #684471 in popluar number systems.

HEX684471
Decimal10468113
Binary110100010001001110001
Octal150104161

Shades and tints

Shades of #684471

#684471
(104,68,113)
#5F3E67
(95,62,103)
#56385D
(86,56,93)
#4D3253
(77,50,83)
#442C49
(68,44,73)
#3B263F
(59,38,63)
#322035
(50,32,53)
#291A2B
(41,26,43)
#201421
(32,20,33)
#170E17
(23,14,23)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #684471

#684471
(104,68,113)
#75557D
(117,85,125)
#826689
(130,102,137)
#8F7795
(143,119,149)
#9C88A1
(156,136,161)
#A999AD
(169,153,173)
#B6AAB9
(182,170,185)
#C3BBC5
(195,187,197)
#D0CCD1
(208,204,209)
#DDDDDD
(221,221,221)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684471 color. Also use rgb(104,68,113) instead hex code.

Text Font Color

.myTextColor { color: #684471; }

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

This text font color is #684471.


Background Color

.myBgColor { background-color: #684471; }

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

This div background color is #684471.


Border color

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

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

This div border color is #684471.


Opacity

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

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

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

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

This text has shadow with #684471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684471 on black background.


Color preview on white background

This text has color #684471 on white background.



Black color preview on #684471 background

This text has black color on #684471 background.


White color preview on #684471 background

This text has white color on #684471 background.