COLOR #685F9B

HEX: #685F9B RGB: (104,95,155)

Color info

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

RGB color model

#685F9B color RGB value is (104,95,155).

RGB: (104,95,155) (41%, 37%, 61%)

RGB channels and saturation

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

104
95
155

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

Portions of RGB colors in percentages

R + G + B = 104 + 95 + 155 = 354 (100%)
R 104 of 354 ~ 29.38%
G 95 of 354 ~ 26.84%
B 155 of 354 ~ 43.79'%

%29.38
%26.84
%43.79

CMYK color model

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

  • cyan value is 32.90%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (33,39,0,39) C33M39Y0K39 (33%,39%,0%,39%) (0.33/0.39/0.00/0.39) 

CMYK percentages

%32.9
%38.71
%0
%39.22

Codes

Color #685F9B in popluar color models

68 5F 9B
RGB 104 95 155
HSL 249° 24.00% 49.02%
HSB/HSV 249° 38.71% 60.78%
CMYK 32.90% 38.71% 0.00%
39.22%

Color #685F9B in popluar number systems.

HEX 68 5F 9B
Decimal 104 95 155
Binary 1101000 1011111 10011011
Octal 150 137 233

Shades and tints

Shades of #685F9B

#685F9B
(104,95,155)
#5F578D
(95,87,141)
#564F7F
(86,79,127)
#4D4771
(77,71,113)
#443F63
(68,63,99)
#3B3755
(59,55,85)
#322F47
(50,47,71)
#292739
(41,39,57)
#201F2B
(32,31,43)
#17171D
(23,23,29)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #685F9B

#685F9B
(104,95,155)
#756DA4
(117,109,164)
#827BAD
(130,123,173)
#8F89B6
(143,137,182)
#9C97BF
(156,151,191)
#A9A5C8
(169,165,200)
#B6B3D1
(182,179,209)
#C3C1DA
(195,193,218)
#D0CFE3
(208,207,227)
#DDDDEC
(221,221,236)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685F9B; }

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

This text font color is #685F9B.

Background Color

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

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

This div background color is #685F9B.

Border color

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

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

This div border color is #685F9B.

Opacity

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

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

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

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

This text has shadow with #685F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685F9B.

Preview

Color preview on black background

This text has color #685F9B on black background.


Color preview on white background

This text has color #685F9B on white background.


Black color preview on #685F9B background

This text has black color on #685F9B background.


White color preview on #685F9B background

This text has white color on #685F9B background.


Related colors

Complementary color

Complementary color for #hex is #97A064.


I love getcolorcode.com

Triadic colors

1 #9B685F and #5F9B68 with #685F9B are triadic colors.

2 #9B5F68 and #5F689B with #685F9B are triadic colors.