COLOR #685E8A

HEX: #685E8A
RGB: (104,94,138)

Color info

#685E8A contains red, green and blue colors in about the same proportion. Web safe color of #685E8A is #666699 (or #669).

RGB color model

#685E8A color RGB value is (104,94,138).

  • red value is 104;
  • green value is 94;
  • blue value is 138.
RGB:
(104,94,138)
(41%,37%,54%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 138 of 255 = 54%

104
94
138

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

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 138 = 336 (100%)
R 104 of 336 ~ 30.95%
G 94 of 336 ~ 27.98%
B 138 of 336 ~ 41.07%

%30.95
%27.98
%41.07

CMYK color model

#685E8A color CMYK value is (25,32,0,46).

  • cyan value is 24.64%
  • magenta value is 31.88%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(25,32,0,46)
C25M32Y0K46 
(25%,32%,0%,46%)
(0.25/0.32/0.00/0.46)	

CMYK percentages

%24.64
%31.88
%0
%45.88

Codes

Color #685E8A in popluar color models

685E8A
RGB10494138
HSL254°18.97%45.49%
HSB/HSV254°31.88%54.12%
CMYK24.64%31.88%0.00%
45.88%

Color #685E8A in popluar number systems.

HEX685E8A
Decimal10494138
Binary1101000101111010001010
Octal150136212

Shades and tints

Shades of #685E8A

#685E8A
(104,94,138)
#5F567E
(95,86,126)
#564E72
(86,78,114)
#4D4666
(77,70,102)
#443E5A
(68,62,90)
#3B364E
(59,54,78)
#322E42
(50,46,66)
#292636
(41,38,54)
#201E2A
(32,30,42)
#17161E
(23,22,30)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #685E8A

#685E8A
(104,94,138)
#756C94
(117,108,148)
#827A9E
(130,122,158)
#8F88A8
(143,136,168)
#9C96B2
(156,150,178)
#A9A4BC
(169,164,188)
#B6B2C6
(182,178,198)
#C3C0D0
(195,192,208)
#D0CEDA
(208,206,218)
#DDDCE4
(221,220,228)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685E8A color. Also use rgb(104,94,138) instead hex code.

Text Font Color

.myTextColor { color: #685E8A; }

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

This text font color is #685E8A.


Background Color

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

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

This div background color is #685E8A.


Border color

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

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

This div border color is #685E8A.


Opacity

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

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

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

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

This text has shadow with #685E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E8A on black background.


Color preview on white background

This text has color #685E8A on white background.



Black color preview on #685E8A background

This text has black color on #685E8A background.


White color preview on #685E8A background

This text has white color on #685E8A background.