COLOR #685E99

HEX: #685E99
RGB: (104,94,153)

Color info

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

RGB color model

#685E99 color RGB value is (104,94,153).

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

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 153 of 255 = 60%

104
94
153

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

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 153 = 351 (100%)
R 104 of 351 ~ 29.63%
G 94 of 351 ~ 26.78%
B 153 of 351 ~ 43.59%

%29.63
%26.78
%43.59

CMYK color model

#685E99 color CMYK value is (32,39,0,40).

  • cyan value is 32.03%
  • magenta value is 38.56%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(32,39,0,40)
C32M39Y0K40 
(32%,39%,0%,40%)
(0.32/0.39/0.00/0.40)	

CMYK percentages

%32.03
%38.56
%0
%40

Codes

Color #685E99 in popluar color models

685E99
RGB10494153
HSL250°23.89%48.43%
HSB/HSV250°38.56%60.00%
CMYK32.03%38.56%0.00%
40.00%

Color #685E99 in popluar number systems.

HEX685E99
Decimal10494153
Binary1101000101111010011001
Octal150136231

Shades and tints

Shades of #685E99

#685E99
(104,94,153)
#5F568C
(95,86,140)
#564E7F
(86,78,127)
#4D4672
(77,70,114)
#443E65
(68,62,101)
#3B3658
(59,54,88)
#322E4B
(50,46,75)
#29263E
(41,38,62)
#201E31
(32,30,49)
#171624
(23,22,36)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #685E99

#685E99
(104,94,153)
#756CA2
(117,108,162)
#827AAB
(130,122,171)
#8F88B4
(143,136,180)
#9C96BD
(156,150,189)
#A9A4C6
(169,164,198)
#B6B2CF
(182,178,207)
#C3C0D8
(195,192,216)
#D0CEE1
(208,206,225)
#DDDCEA
(221,220,234)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E99; }

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

This text font color is #685E99.


Background Color

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

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

This div background color is #685E99.


Border color

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

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

This div border color is #685E99.


Opacity

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

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

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

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

This text has shadow with #685E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E99 on black background.


Color preview on white background

This text has color #685E99 on white background.



Black color preview on #685E99 background

This text has black color on #685E99 background.


White color preview on #685E99 background

This text has white color on #685E99 background.