COLOR #685F94

HEX: #685F94
RGB: (104,95,148)

Color info

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

RGB color model

#685F94 color RGB value is (104,95,148).

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

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 148 of 255 = 58%

104
95
148

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

Portions of RGB colors in percentages

R + G + B =
104 + 95 + 148 = 347 (100%)
R 104 of 347 ~ 29.97%
G 95 of 347 ~ 27.38%
B 148 of 347 ~ 42.65%

%29.97
%27.38
%42.65

CMYK color model

#685F94 color CMYK value is (30,36,0,42).

  • cyan value is 29.73%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(30,36,0,42)
C30M36Y0K42 
(30%,36%,0%,42%)
(0.30/0.36/0.00/0.42)	

CMYK percentages

%29.73
%35.81
%0
%41.96

Codes

Color #685F94 in popluar color models

685F94
RGB10495148
HSL250°21.81%47.65%
HSB/HSV250°35.81%58.04%
CMYK29.73%35.81%0.00%
41.96%

Color #685F94 in popluar number systems.

HEX685F94
Decimal10495148
Binary1101000101111110010100
Octal150137224

Shades and tints

Shades of #685F94

#685F94
(104,95,148)
#5F5787
(95,87,135)
#564F7A
(86,79,122)
#4D476D
(77,71,109)
#443F60
(68,63,96)
#3B3753
(59,55,83)
#322F46
(50,47,70)
#292739
(41,39,57)
#201F2C
(32,31,44)
#17171F
(23,23,31)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #685F94

#685F94
(104,95,148)
#756D9D
(117,109,157)
#827BA6
(130,123,166)
#8F89AF
(143,137,175)
#9C97B8
(156,151,184)
#A9A5C1
(169,165,193)
#B6B3CA
(182,179,202)
#C3C1D3
(195,193,211)
#D0CFDC
(208,207,220)
#DDDDE5
(221,221,229)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685F94; }

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

This text font color is #685F94.


Background Color

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

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

This div background color is #685F94.


Border color

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

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

This div border color is #685F94.


Opacity

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

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

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

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

This text has shadow with #685F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685F94 on black background.


Color preview on white background

This text has color #685F94 on white background.



Black color preview on #685F94 background

This text has black color on #685F94 background.


White color preview on #685F94 background

This text has white color on #685F94 background.