COLOR #685F9F

HEX: #685F9F
RGB: (104,95,159)

Color info

#685F9F contains mainly red and blue colors. Web safe color of #685F9F is #666699 (or #669).

RGB color model

#685F9F color RGB value is (104,95,159).

  • red value is 104;
  • green value is 95;
  • blue value is 159.
RGB:
(104,95,159)
(41%,37%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 159 of 255 = 62%

104
95
159

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

Portions of RGB colors in percentages

R + G + B =
104 + 95 + 159 = 358 (100%)
R 104 of 358 ~ 29.05%
G 95 of 358 ~ 26.54%
B 159 of 358 ~ 44.41%

%29.05
%26.54
%44.41

CMYK color model

#685F9F color CMYK value is (35,40,0,38).

  • cyan value is 34.59%
  • magenta value is 40.25%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(35,40,0,38)
C35M40Y0K38 
(35%,40%,0%,38%)
(0.35/0.40/0.00/0.38)	

CMYK percentages

%34.59
%40.25
%0
%37.65

Codes

Color #685F9F in popluar color models

685F9F
RGB10495159
HSL248°25.20%49.80%
HSB/HSV248°40.25%62.35%
CMYK34.59%40.25%0.00%
37.65%

Color #685F9F in popluar number systems.

HEX685F9F
Decimal10495159
Binary1101000101111110011111
Octal150137237

Shades and tints

Shades of #685F9F

#685F9F
(104,95,159)
#5F5791
(95,87,145)
#564F83
(86,79,131)
#4D4775
(77,71,117)
#443F67
(68,63,103)
#3B3759
(59,55,89)
#322F4B
(50,47,75)
#29273D
(41,39,61)
#201F2F
(32,31,47)
#171721
(23,23,33)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #685F9F

#685F9F
(104,95,159)
#756DA7
(117,109,167)
#827BAF
(130,123,175)
#8F89B7
(143,137,183)
#9C97BF
(156,151,191)
#A9A5C7
(169,165,199)
#B6B3CF
(182,179,207)
#C3C1D7
(195,193,215)
#D0CFDF
(208,207,223)
#DDDDE7
(221,221,231)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685F9F color. Also use rgb(104,95,159) instead hex code.

Text Font Color

.myTextColor { color: #685F9F; }

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

This text font color is #685F9F.


Background Color

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

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

This div background color is #685F9F.


Border color

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

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

This div border color is #685F9F.


Opacity

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

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

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

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

This text has shadow with #685F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685F9F on black background.


Color preview on white background

This text has color #685F9F on white background.



Black color preview on #685F9F background

This text has black color on #685F9F background.


White color preview on #685F9F background

This text has white color on #685F9F background.