COLOR #685B78

HEX: #685B78 RGB: (104,91,120)

Color info

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

RGB color model

#685B78 color RGB value is (104,91,120).

RGB: (104,91,120) (41%, 36%, 47%)

RGB channels and saturation

R 104 of 255 = 41%
G 91 of 255 = 36%
B 120 of 255 = 47%

104
91
120

R + G + B ~ 41%. #685B78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 91 + 120 = 315 (100%)
R 104 of 315 ~ 33.02%
G 91 of 315 ~ 28.89%
B 120 of 315 ~ 38.1'%

%33.02
%28.89
%38.1

CMYK color model

#685B78 color CMYK value is (13,24,0,53).

  • cyan value is 13.33%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (13,24,0,53)
C13M24Y0K53 (13%, 24%, 0%, 53%)
(0.13 / 0.24 / 0.00 / 0.53)

CMYK percentages

%13.33
%24.17
%0
%52.94

Codes

Color #685B78 in popluar color models

68 5B 78
RGB 104 91 120
HSL 267° 13.74% 41.37%
HSB/HSV 267° 24.17% 47.06%
CMYK 13.33% 24.17% 0.00%
52.94%

Color #685B78 in popluar number systems.

HEX 68 5B 78
Decimal 104 91 120
Binary 1101000 1011011 1111000
Octal 150 133 170

Shades and tints

Shades of #685B78

#685B78
(104,91,120)
#5F536E
(95,83,110)
#564B64
(86,75,100)
#4D435A
(77,67,90)
#443B50
(68,59,80)
#3B3346
(59,51,70)
#322B3C
(50,43,60)
#292332
(41,35,50)
#201B28
(32,27,40)
#17131E
(23,19,30)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #685B78

#685B78
(104,91,120)
#756984
(117,105,132)
#827790
(130,119,144)
#8F859C
(143,133,156)
#9C93A8
(156,147,168)
#A9A1B4
(169,161,180)
#B6AFC0
(182,175,192)
#C3BDCC
(195,189,204)
#D0CBD8
(208,203,216)
#DDD9E4
(221,217,228)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685B78; }

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

This text font color is #685B78.

Background Color

.myBgColor { background-color: #685B78; }

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

This div background color is #685B78.

Border color

.myBorderColor { border: 1px solid #685B78; }

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

This div border color is #685B78.

Opacity

.myOpacity80 { color: #685B78; opacity: 0.8; }

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

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

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

This text has shadow with #685B78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685B78.

Preview

Color preview on black background

This text has color #685B78 on black background.


Color preview on white background

This text has color #685B78 on white background.


Black color preview on #685B78 background

This text has black color on #685B78 background.


White color preview on #685B78 background

This text has white color on #685B78 background.


Related colors

Complementary color

Complementary color for #hex is #97A487.


I love getcolorcode.com

Triadic colors

1 #78685B and #5B7868 with #685B78 are triadic colors.

2 #785B68 and #5B6878 with #685B78 are triadic colors.