COLOR #684678

HEX: #684678
RGB: (104,70,120)

Color info

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

RGB color model

#684678 color RGB value is (104,70,120).

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

RGB channels and saturation

R 104 of 255 = 41%
G 70 of 255 = 27%
B 120 of 255 = 47%

104
70
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 70 + 120 = 294 (100%)
R 104 of 294 ~ 35.37%
G 70 of 294 ~ 23.81%
B 120 of 294 ~ 40.82%

%35.37
%23.81
%40.82

CMYK color model

#684678 color CMYK value is (13,42,0,53).

  • cyan value is 13.33%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,42,0,53)
C13M42Y0K53 
(13%,42%,0%,53%)
(0.13/0.42/0.00/0.53)	

CMYK percentages

%13.33
%41.67
%0
%52.94

Codes

Color #684678 in popluar color models

684678
RGB10470120
HSL281°26.32%37.25%
HSB/HSV281°41.67%47.06%
CMYK13.33%41.67%0.00%
52.94%

Color #684678 in popluar number systems.

HEX684678
Decimal10470120
Binary110100010001101111000
Octal150106170

Shades and tints

Shades of #684678

#684678
(104,70,120)
#5F406E
(95,64,110)
#563A64
(86,58,100)
#4D345A
(77,52,90)
#442E50
(68,46,80)
#3B2846
(59,40,70)
#32223C
(50,34,60)
#291C32
(41,28,50)
#201628
(32,22,40)
#17101E
(23,16,30)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #684678

#684678
(104,70,120)
#755684
(117,86,132)
#826690
(130,102,144)
#8F769C
(143,118,156)
#9C86A8
(156,134,168)
#A996B4
(169,150,180)
#B6A6C0
(182,166,192)
#C3B6CC
(195,182,204)
#D0C6D8
(208,198,216)
#DDD6E4
(221,214,228)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684678; }

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

This text font color is #684678.


Background Color

.myBgColor { background-color: #684678; }

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

This div background color is #684678.


Border color

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

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

This div border color is #684678.


Opacity

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

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

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

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

This text has shadow with #684678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684678 on black background.


Color preview on white background

This text has color #684678 on white background.



Black color preview on #684678 background

This text has black color on #684678 background.


White color preview on #684678 background

This text has white color on #684678 background.