COLOR #684973

HEX: #684973
RGB: (104,73,115)

Color info

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

RGB color model

#684973 color RGB value is (104,73,115).

  • red value is 104;
  • green value is 73;
  • blue value is 115.
RGB:
(104,73,115)
(41%,29%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 73 of 255 = 29%
B 115 of 255 = 45%

104
73
115

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

Portions of RGB colors in percentages

R + G + B =
104 + 73 + 115 = 292 (100%)
R 104 of 292 ~ 35.62%
G 73 of 292 ~ 25%
B 115 of 292 ~ 39.38%

%35.62
%25
%39.38

CMYK color model

#684973 color CMYK value is (10,37,0,55).

  • cyan value is 9.57%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(10,37,0,55)
C10M37Y0K55 
(10%,37%,0%,55%)
(0.10/0.37/0.00/0.55)	

CMYK percentages

%9.57
%36.52
%0
%54.9

Codes

Color #684973 in popluar color models

684973
RGB10473115
HSL284°22.34%36.86%
HSB/HSV284°36.52%45.10%
CMYK9.57%36.52%0.00%
54.90%

Color #684973 in popluar number systems.

HEX684973
Decimal10473115
Binary110100010010011110011
Octal150111163

Shades and tints

Shades of #684973

#684973
(104,73,115)
#5F4369
(95,67,105)
#563D5F
(86,61,95)
#4D3755
(77,55,85)
#44314B
(68,49,75)
#3B2B41
(59,43,65)
#322537
(50,37,55)
#291F2D
(41,31,45)
#201923
(32,25,35)
#171319
(23,19,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #684973

#684973
(104,73,115)
#75597F
(117,89,127)
#82698B
(130,105,139)
#8F7997
(143,121,151)
#9C89A3
(156,137,163)
#A999AF
(169,153,175)
#B6A9BB
(182,169,187)
#C3B9C7
(195,185,199)
#D0C9D3
(208,201,211)
#DDD9DF
(221,217,223)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684973 color. Also use rgb(104,73,115) instead hex code.

Text Font Color

.myTextColor { color: #684973; }

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

This text font color is #684973.


Background Color

.myBgColor { background-color: #684973; }

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

This div background color is #684973.


Border color

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

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

This div border color is #684973.


Opacity

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

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

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

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

This text has shadow with #684973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684973 on black background.


Color preview on white background

This text has color #684973 on white background.



Black color preview on #684973 background

This text has black color on #684973 background.


White color preview on #684973 background

This text has white color on #684973 background.