COLOR #685FA9

HEX: #685FA9
RGB: (104,95,169)

Color info

#685FA9 contains mainly blue color. Web safe color of #685FA9 is #666699 (or #669).

RGB color model

#685FA9 color RGB value is (104,95,169).

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

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 169 of 255 = 66%

104
95
169

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

Portions of RGB colors in percentages

R + G + B =
104 + 95 + 169 = 368 (100%)
R 104 of 368 ~ 28.26%
G 95 of 368 ~ 25.82%
B 169 of 368 ~ 45.92%

%28.26
%25.82
%45.92

CMYK color model

#685FA9 color CMYK value is (38,44,0,34).

  • cyan value is 38.46%
  • magenta value is 43.79%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(38,44,0,34)
C38M44Y0K34 
(38%,44%,0%,34%)
(0.38/0.44/0.00/0.34)	

CMYK percentages

%38.46
%43.79
%0
%33.73

Codes

Color #685FA9 in popluar color models

685FA9
RGB10495169
HSL247°30.08%51.76%
HSB/HSV247°43.79%66.27%
CMYK38.46%43.79%0.00%
33.73%

Color #685FA9 in popluar number systems.

HEX685FA9
Decimal10495169
Binary1101000101111110101001
Octal150137251

Shades and tints

Shades of #685FA9

#685FA9
(104,95,169)
#5F579A
(95,87,154)
#564F8B
(86,79,139)
#4D477C
(77,71,124)
#443F6D
(68,63,109)
#3B375E
(59,55,94)
#322F4F
(50,47,79)
#292740
(41,39,64)
#201F31
(32,31,49)
#171722
(23,23,34)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #685FA9

#685FA9
(104,95,169)
#756DB0
(117,109,176)
#827BB7
(130,123,183)
#8F89BE
(143,137,190)
#9C97C5
(156,151,197)
#A9A5CC
(169,165,204)
#B6B3D3
(182,179,211)
#C3C1DA
(195,193,218)
#D0CFE1
(208,207,225)
#DDDDE8
(221,221,232)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685FA9; }

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

This text font color is #685FA9.


Background Color

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

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

This div background color is #685FA9.


Border color

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

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

This div border color is #685FA9.


Opacity

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

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

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

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

This text has shadow with #685FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685FA9 on black background.


Color preview on white background

This text has color #685FA9 on white background.



Black color preview on #685FA9 background

This text has black color on #685FA9 background.


White color preview on #685FA9 background

This text has white color on #685FA9 background.