COLOR #685688

HEX: #685688
RGB: (104,86,136)

Color info

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

RGB color model

#685688 color RGB value is (104,86,136).

  • red value is 104;
  • green value is 86;
  • blue value is 136.
RGB:
(104,86,136)
(41%,34%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 86 of 255 = 34%
B 136 of 255 = 53%

104
86
136

R + G + B ~ 43%. #685688 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 86 + 136 = 326 (100%)
R 104 of 326 ~ 31.9%
G 86 of 326 ~ 26.38%
B 136 of 326 ~ 41.72%

%31.9
%26.38
%41.72

CMYK color model

#685688 color CMYK value is (24,37,0,47).

  • cyan value is 23.53%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,37,0,47)
C24M37Y0K47 
(24%,37%,0%,47%)
(0.24/0.37/0.00/0.47)	

CMYK percentages

%23.53
%36.76
%0
%46.67

Codes

Color #685688 in popluar color models

685688
RGB10486136
HSL262°22.52%43.53%
HSB/HSV262°36.76%53.33%
CMYK23.53%36.76%0.00%
46.67%

Color #685688 in popluar number systems.

HEX685688
Decimal10486136
Binary1101000101011010001000
Octal150126210

Shades and tints

Shades of #685688

#685688
(104,86,136)
#5F4F7C
(95,79,124)
#564870
(86,72,112)
#4D4164
(77,65,100)
#443A58
(68,58,88)
#3B334C
(59,51,76)
#322C40
(50,44,64)
#292534
(41,37,52)
#201E28
(32,30,40)
#17171C
(23,23,28)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #685688

#685688
(104,86,136)
#756592
(117,101,146)
#82749C
(130,116,156)
#8F83A6
(143,131,166)
#9C92B0
(156,146,176)
#A9A1BA
(169,161,186)
#B6B0C4
(182,176,196)
#C3BFCE
(195,191,206)
#D0CED8
(208,206,216)
#DDDDE2
(221,221,226)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685688 color. Also use rgb(104,86,136) instead hex code.

Text Font Color

.myTextColor { color: #685688; }

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

This text font color is #685688.


Background Color

.myBgColor { background-color: #685688; }

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

This div background color is #685688.


Border color

.myBorderColor { border: 1px solid #685688; }

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

This div border color is #685688.


Opacity

.myOpacity80 { color: #685688; opacity: 0.8; }

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

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

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

This text has shadow with #685688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685688 on black background.


Color preview on white background

This text has color #685688 on white background.



Black color preview on #685688 background

This text has black color on #685688 background.


White color preview on #685688 background

This text has white color on #685688 background.