COLOR #685586

HEX: #685586
RGB: (104,85,134)

Color info

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

RGB color model

#685586 color RGB value is (104,85,134).

  • red value is 104;
  • green value is 85;
  • blue value is 134.
RGB:
(104,85,134)
(41%,33%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 85 of 255 = 33%
B 134 of 255 = 53%

104
85
134

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

Portions of RGB colors in percentages

R + G + B =
104 + 85 + 134 = 323 (100%)
R 104 of 323 ~ 32.2%
G 85 of 323 ~ 26.32%
B 134 of 323 ~ 41.49%

%32.2
%26.32
%41.49

CMYK color model

#685586 color CMYK value is (22,37,0,47).

  • cyan value is 22.39%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,37,0,47)
C22M37Y0K47 
(22%,37%,0%,47%)
(0.22/0.37/0.00/0.47)	

CMYK percentages

%22.39
%36.57
%0
%47.45

Codes

Color #685586 in popluar color models

685586
RGB10485134
HSL263°22.37%42.94%
HSB/HSV263°36.57%52.55%
CMYK22.39%36.57%0.00%
47.45%

Color #685586 in popluar number systems.

HEX685586
Decimal10485134
Binary1101000101010110000110
Octal150125206

Shades and tints

Shades of #685586

#685586
(104,85,134)
#5F4E7A
(95,78,122)
#56476E
(86,71,110)
#4D4062
(77,64,98)
#443956
(68,57,86)
#3B324A
(59,50,74)
#322B3E
(50,43,62)
#292432
(41,36,50)
#201D26
(32,29,38)
#17161A
(23,22,26)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #685586

#685586
(104,85,134)
#756491
(117,100,145)
#82739C
(130,115,156)
#8F82A7
(143,130,167)
#9C91B2
(156,145,178)
#A9A0BD
(169,160,189)
#B6AFC8
(182,175,200)
#C3BED3
(195,190,211)
#D0CDDE
(208,205,222)
#DDDCE9
(221,220,233)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685586 color. Also use rgb(104,85,134) instead hex code.

Text Font Color

.myTextColor { color: #685586; }

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

This text font color is #685586.


Background Color

.myBgColor { background-color: #685586; }

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

This div background color is #685586.


Border color

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

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

This div border color is #685586.


Opacity

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

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

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

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

This text has shadow with #685586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685586 on black background.


Color preview on white background

This text has color #685586 on white background.



Black color preview on #685586 background

This text has black color on #685586 background.


White color preview on #685586 background

This text has white color on #685586 background.