COLOR #684978

HEX: #684978
RGB: (104,73,120)

Color info

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

RGB color model

#684978 color RGB value is (104,73,120).

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

RGB channels and saturation

R 104 of 255 = 41%
G 73 of 255 = 29%
B 120 of 255 = 47%

104
73
120

R + G + B ~ 39%. #684978 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 73 + 120 = 297 (100%)
R 104 of 297 ~ 35.02%
G 73 of 297 ~ 24.58%
B 120 of 297 ~ 40.4%

%35.02
%24.58
%40.4

CMYK color model

#684978 color CMYK value is (13,39,0,53).

  • cyan value is 13.33%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,39,0,53)
C13M39Y0K53 
(13%,39%,0%,53%)
(0.13/0.39/0.00/0.53)	

CMYK percentages

%13.33
%39.17
%0
%52.94

Codes

Color #684978 in popluar color models

684978
RGB10473120
HSL280°24.35%37.84%
HSB/HSV280°39.17%47.06%
CMYK13.33%39.17%0.00%
52.94%

Color #684978 in popluar number systems.

HEX684978
Decimal10473120
Binary110100010010011111000
Octal150111170

Shades and tints

Shades of #684978

#684978
(104,73,120)
#5F436E
(95,67,110)
#563D64
(86,61,100)
#4D375A
(77,55,90)
#443150
(68,49,80)
#3B2B46
(59,43,70)
#32253C
(50,37,60)
#291F32
(41,31,50)
#201928
(32,25,40)
#17131E
(23,19,30)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #684978

#684978
(104,73,120)
#755984
(117,89,132)
#826990
(130,105,144)
#8F799C
(143,121,156)
#9C89A8
(156,137,168)
#A999B4
(169,153,180)
#B6A9C0
(182,169,192)
#C3B9CC
(195,185,204)
#D0C9D8
(208,201,216)
#DDD9E4
(221,217,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684978; }

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

This text font color is #684978.


Background Color

.myBgColor { background-color: #684978; }

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

This div background color is #684978.


Border color

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

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

This div border color is #684978.


Opacity

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

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

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

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

This text has shadow with #684978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684978 on black background.


Color preview on white background

This text has color #684978 on white background.



Black color preview on #684978 background

This text has black color on #684978 background.


White color preview on #684978 background

This text has white color on #684978 background.