COLOR #684677

HEX: #684677
RGB: (104,70,119)

Color info

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

RGB color model

#684677 color RGB value is (104,70,119).

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

RGB channels and saturation

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

104
70
119

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

Portions of RGB colors in percentages

R + G + B =
104 + 70 + 119 = 293 (100%)
R 104 of 293 ~ 35.49%
G 70 of 293 ~ 23.89%
B 119 of 293 ~ 40.61%

%35.49
%23.89
%40.61

CMYK color model

#684677 color CMYK value is (13,41,0,53).

  • cyan value is 12.61%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,41,0,53)
C13M41Y0K53 
(13%,41%,0%,53%)
(0.13/0.41/0.00/0.53)	

CMYK percentages

%12.61
%41.18
%0
%53.33

Codes

Color #684677 in popluar color models

684677
RGB10470119
HSL282°25.93%37.06%
HSB/HSV282°41.18%46.67%
CMYK12.61%41.18%0.00%
53.33%

Color #684677 in popluar number systems.

HEX684677
Decimal10470119
Binary110100010001101110111
Octal150106167

Shades and tints

Shades of #684677

#684677
(104,70,119)
#5F406D
(95,64,109)
#563A63
(86,58,99)
#4D3459
(77,52,89)
#442E4F
(68,46,79)
#3B2845
(59,40,69)
#32223B
(50,34,59)
#291C31
(41,28,49)
#201627
(32,22,39)
#17101D
(23,16,29)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #684677

#684677
(104,70,119)
#755683
(117,86,131)
#82668F
(130,102,143)
#8F769B
(143,118,155)
#9C86A7
(156,134,167)
#A996B3
(169,150,179)
#B6A6BF
(182,166,191)
#C3B6CB
(195,182,203)
#D0C6D7
(208,198,215)
#DDD6E3
(221,214,227)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684677; }

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

This text font color is #684677.


Background Color

.myBgColor { background-color: #684677; }

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

This div background color is #684677.


Border color

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

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

This div border color is #684677.


Opacity

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

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

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

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

This text has shadow with #684677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684677 on black background.


Color preview on white background

This text has color #684677 on white background.



Black color preview on #684677 background

This text has black color on #684677 background.


White color preview on #684677 background

This text has white color on #684677 background.