COLOR #684D7D

HEX: #684D7D RGB: (104,77,125)

Color info

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

RGB color model

#684D7D color RGB value is (104,77,125).

RGB: (104,77,125) (41%, 30%, 49%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 125 of 255 = 49%

104
77
125

R + G + B ~ 40%. #684D7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 77 + 125 = 306 (100%)
R 104 of 306 ~ 33.99%
G 77 of 306 ~ 25.16%
B 125 of 306 ~ 40.85'%

%33.99
%25.16
%40.85

CMYK color model

#684D7D color CMYK value is (17,38,0,51).

  • cyan value is 16.80%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (17,38,0,51)
C17M38Y0K51 (17%, 38%, 0%, 51%)
(0.17 / 0.38 / 0.00 / 0.51)

CMYK percentages

%16.8
%38.4
%0
%50.98

Codes

Color #684D7D in popluar color models

68 4D 7D
RGB 104 77 125
HSL 274° 23.76% 39.61%
HSB/HSV 274° 38.40% 49.02%
CMYK 16.80% 38.40% 0.00%
50.98%

Color #684D7D in popluar number systems.

HEX 68 4D 7D
Decimal 104 77 125
Binary 1101000 1001101 1111101
Octal 150 115 175

Shades and tints

Shades of #684D7D

#684D7D
(104,77,125)
#5F4672
(95,70,114)
#563F67
(86,63,103)
#4D385C
(77,56,92)
#443151
(68,49,81)
#3B2A46
(59,42,70)
#32233B
(50,35,59)
#291C30
(41,28,48)
#201525
(32,21,37)
#170E1A
(23,14,26)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #684D7D

#684D7D
(104,77,125)
#755D88
(117,93,136)
#826D93
(130,109,147)
#8F7D9E
(143,125,158)
#9C8DA9
(156,141,169)
#A99DB4
(169,157,180)
#B6ADBF
(182,173,191)
#C3BDCA
(195,189,202)
#D0CDD5
(208,205,213)
#DDDDE0
(221,221,224)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684D7D color. Also use rgb(104,77,125) instead hex code.

Text Font Color

.myTextColor { color: #684D7D; }

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

This text font color is #684D7D.

Background Color

.myBgColor { background-color: #684D7D; }

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

This div background color is #684D7D.

Border color

.myBorderColor { border: 1px solid #684D7D; }

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

This div border color is #684D7D.

Opacity

.myOpacity80 { color: #684D7D; opacity: 0.8; }

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

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

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

This text has shadow with #684D7D color.


.textShadow {text-shadow: 3px 3px 1px #684D7D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #684D7D; -webkit-box-shadow: 1px 1px 3px 2px #684D7D; box-shadow:1px 1px 3px 2px #684D7D;">
Div content here
</div>

This div box has shadow with color #684D7D.

Preview

Color preview on black background

This text has color #684D7D on black background.


Color preview on white background

This text has color #684D7D on white background.


Black color preview on #684D7D background

This text has black color on #684D7D background.


White color preview on #684D7D background

This text has white color on #684D7D background.


Related colors

Complementary color

Complementary color for #hex is #97B282.


I love getcolorcode.com

Triadic colors

1 #7D684D and #4D7D68 with #684D7D are triadic colors.

2 #7D4D68 and #4D687D with #684D7D are triadic colors.