COLOR #684989

HEX: #684989
RGB: (104,73,137)

Color info

#684989 contains mainly red and blue colors. Web safe color of #684989 is #663399 (or #639).

RGB color model

#684989 color RGB value is (104,73,137).

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

RGB channels and saturation

R 104 of 255 = 41%
G 73 of 255 = 29%
B 137 of 255 = 54%

104
73
137

R + G + B ~ 41%. #684989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 73 + 137 = 314 (100%)
R 104 of 314 ~ 33.12%
G 73 of 314 ~ 23.25%
B 137 of 314 ~ 43.63%

%33.12
%23.25
%43.63

CMYK color model

#684989 color CMYK value is (24,47,0,46).

  • cyan value is 24.09%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(24,47,0,46)
C24M47Y0K46 
(24%,47%,0%,46%)
(0.24/0.47/0.00/0.46)	

CMYK percentages

%24.09
%46.72
%0
%46.27

Codes

Color #684989 in popluar color models

684989
RGB10473137
HSL269°30.48%41.18%
HSB/HSV269°46.72%53.73%
CMYK24.09%46.72%0.00%
46.27%

Color #684989 in popluar number systems.

HEX684989
Decimal10473137
Binary1101000100100110001001
Octal150111211

Shades and tints

Shades of #684989

#684989
(104,73,137)
#5F437D
(95,67,125)
#563D71
(86,61,113)
#4D3765
(77,55,101)
#443159
(68,49,89)
#3B2B4D
(59,43,77)
#322541
(50,37,65)
#291F35
(41,31,53)
#201929
(32,25,41)
#17131D
(23,19,29)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #684989

#684989
(104,73,137)
#755993
(117,89,147)
#82699D
(130,105,157)
#8F79A7
(143,121,167)
#9C89B1
(156,137,177)
#A999BB
(169,153,187)
#B6A9C5
(182,169,197)
#C3B9CF
(195,185,207)
#D0C9D9
(208,201,217)
#DDD9E3
(221,217,227)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684989; }

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

This text font color is #684989.


Background Color

.myBgColor { background-color: #684989; }

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

This div background color is #684989.


Border color

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

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

This div border color is #684989.


Opacity

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

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

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

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

This text has shadow with #684989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684989 on black background.


Color preview on white background

This text has color #684989 on white background.



Black color preview on #684989 background

This text has black color on #684989 background.


White color preview on #684989 background

This text has white color on #684989 background.