COLOR #685F9C

HEX: #685F9C
RGB: (104,95,156)

Color info

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

RGB color model

#685F9C color RGB value is (104,95,156).

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

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 156 of 255 = 61%

104
95
156

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

Portions of RGB colors in percentages

R + G + B =
104 + 95 + 156 = 355 (100%)
R 104 of 355 ~ 29.3%
G 95 of 355 ~ 26.76%
B 156 of 355 ~ 43.94%

%29.3
%26.76
%43.94

CMYK color model

#685F9C color CMYK value is (33,39,0,39).

  • cyan value is 33.33%
  • magenta value is 39.10%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(33,39,0,39)
C33M39Y0K39 
(33%,39%,0%,39%)
(0.33/0.39/0.00/0.39)	

CMYK percentages

%33.33
%39.1
%0
%38.82

Codes

Color #685F9C in popluar color models

685F9C
RGB10495156
HSL249°24.30%49.22%
HSB/HSV249°39.10%61.18%
CMYK33.33%39.10%0.00%
38.82%

Color #685F9C in popluar number systems.

HEX685F9C
Decimal10495156
Binary1101000101111110011100
Octal150137234

Shades and tints

Shades of #685F9C

#685F9C
(104,95,156)
#5F578E
(95,87,142)
#564F80
(86,79,128)
#4D4772
(77,71,114)
#443F64
(68,63,100)
#3B3756
(59,55,86)
#322F48
(50,47,72)
#29273A
(41,39,58)
#201F2C
(32,31,44)
#17171E
(23,23,30)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #685F9C

#685F9C
(104,95,156)
#756DA5
(117,109,165)
#827BAE
(130,123,174)
#8F89B7
(143,137,183)
#9C97C0
(156,151,192)
#A9A5C9
(169,165,201)
#B6B3D2
(182,179,210)
#C3C1DB
(195,193,219)
#D0CFE4
(208,207,228)
#DDDDED
(221,221,237)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685F9C; }

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

This text font color is #685F9C.


Background Color

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

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

This div background color is #685F9C.


Border color

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

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

This div border color is #685F9C.


Opacity

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

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

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

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

This text has shadow with #685F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685F9C on black background.


Color preview on white background

This text has color #685F9C on white background.



Black color preview on #685F9C background

This text has black color on #685F9C background.


White color preview on #685F9C background

This text has white color on #685F9C background.