COLOR #684F7B

HEX: #684F7B RGB: (104,79,123)

Color info

#684F7B contains red, green and blue colors in about the same proportion. Web safe color of #684F7B is #666666 (or #666).

RGB color model

#684F7B color RGB value is (104,79,123).

RGB: (104,79,123) (41%, 31%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 123 of 255 = 48%

104
79
123

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

Portions of RGB colors in percentages

R + G + B = 104 + 79 + 123 = 306 (100%)
R 104 of 306 ~ 33.99%
G 79 of 306 ~ 25.82%
B 123 of 306 ~ 40.2'%

%33.99
%25.82
%40.2

CMYK color model

#684F7B color CMYK value is (15,36,0,52).

  • cyan value is 15.45%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (15,36,0,52)
C15M36Y0K52 (15%, 36%, 0%, 52%)
(0.15 / 0.36 / 0.00 / 0.52)

CMYK percentages

%15.45
%35.77
%0
%51.76

Codes

Color #684F7B in popluar color models

68 4F 7B
RGB 104 79 123
HSL 274° 21.78% 39.61%
HSB/HSV 274° 35.77% 48.24%
CMYK 15.45% 35.77% 0.00%
51.76%

Color #684F7B in popluar number systems.

HEX 68 4F 7B
Decimal 104 79 123
Binary 1101000 1001111 1111011
Octal 150 117 173

Shades and tints

Shades of #684F7B

#684F7B
(104,79,123)
#5F4870
(95,72,112)
#564165
(86,65,101)
#4D3A5A
(77,58,90)
#44334F
(68,51,79)
#3B2C44
(59,44,68)
#322539
(50,37,57)
#291E2E
(41,30,46)
#201723
(32,23,35)
#171018
(23,16,24)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #684F7B

#684F7B
(104,79,123)
#755F87
(117,95,135)
#826F93
(130,111,147)
#8F7F9F
(143,127,159)
#9C8FAB
(156,143,171)
#A99FB7
(169,159,183)
#B6AFC3
(182,175,195)
#C3BFCF
(195,191,207)
#D0CFDB
(208,207,219)
#DDDFE7
(221,223,231)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F7B color. Also use rgb(104,79,123) instead hex code.

Text Font Color

.myTextColor { color: #684F7B; }

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

This text font color is #684F7B.

Background Color

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

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

This div background color is #684F7B.

Border color

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

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

This div border color is #684F7B.

Opacity

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

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

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

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

This text has shadow with #684F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684F7B.

Preview

Color preview on black background

This text has color #684F7B on black background.


Color preview on white background

This text has color #684F7B on white background.


Black color preview on #684F7B background

This text has black color on #684F7B background.


White color preview on #684F7B background

This text has white color on #684F7B background.


Related colors

Complementary color

Complementary color for #hex is #97B084.


I love getcolorcode.com

Triadic colors

1 #7B684F and #4F7B68 with #684F7B are triadic colors.

2 #7B4F68 and #4F687B with #684F7B are triadic colors.