COLOR #686392

HEX: #686392
RGB: (104,99,146)

Color info

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

RGB color model

#686392 color RGB value is (104,99,146).

  • red value is 104;
  • green value is 99;
  • blue value is 146.
RGB:
(104,99,146)
(41%,39%,57%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 146 of 255 = 57%

104
99
146

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

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 146 = 349 (100%)
R 104 of 349 ~ 29.8%
G 99 of 349 ~ 28.37%
B 146 of 349 ~ 41.83%

%29.8
%28.37
%41.83

CMYK color model

#686392 color CMYK value is (29,32,0,43).

  • cyan value is 28.77%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(29,32,0,43)
C29M32Y0K43 
(29%,32%,0%,43%)
(0.29/0.32/0.00/0.43)	

CMYK percentages

%28.77
%32.19
%0
%42.75

Codes

Color #686392 in popluar color models

686392
RGB10499146
HSL246°19.18%48.04%
HSB/HSV246°32.19%57.25%
CMYK28.77%32.19%0.00%
42.75%

Color #686392 in popluar number systems.

HEX686392
Decimal10499146
Binary1101000110001110010010
Octal150143222

Shades and tints

Shades of #686392

#686392
(104,99,146)
#5F5A85
(95,90,133)
#565178
(86,81,120)
#4D486B
(77,72,107)
#443F5E
(68,63,94)
#3B3651
(59,54,81)
#322D44
(50,45,68)
#292437
(41,36,55)
#201B2A
(32,27,42)
#17121D
(23,18,29)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #686392

#686392
(104,99,146)
#75719B
(117,113,155)
#827FA4
(130,127,164)
#8F8DAD
(143,141,173)
#9C9BB6
(156,155,182)
#A9A9BF
(169,169,191)
#B6B7C8
(182,183,200)
#C3C5D1
(195,197,209)
#D0D3DA
(208,211,218)
#DDE1E3
(221,225,227)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686392 color. Also use rgb(104,99,146) instead hex code.

Text Font Color

.myTextColor { color: #686392; }

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

This text font color is #686392.


Background Color

.myBgColor { background-color: #686392; }

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

This div background color is #686392.


Border color

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

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

This div border color is #686392.


Opacity

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

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

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

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

This text has shadow with #686392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686392 on black background.


Color preview on white background

This text has color #686392 on white background.



Black color preview on #686392 background

This text has black color on #686392 background.


White color preview on #686392 background

This text has white color on #686392 background.