COLOR #686394

HEX: #686394
RGB: (104,99,148)

Color info

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

RGB color model

#686394 color RGB value is (104,99,148).

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

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 148 of 255 = 58%

104
99
148

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

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 148 = 351 (100%)
R 104 of 351 ~ 29.63%
G 99 of 351 ~ 28.21%
B 148 of 351 ~ 42.17%

%29.63
%28.21
%42.17

CMYK color model

#686394 color CMYK value is (30,33,0,42).

  • cyan value is 29.73%
  • magenta value is 33.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(30,33,0,42)
C30M33Y0K42 
(30%,33%,0%,42%)
(0.30/0.33/0.00/0.42)	

CMYK percentages

%29.73
%33.11
%0
%41.96

Codes

Color #686394 in popluar color models

686394
RGB10499148
HSL246°19.84%48.43%
HSB/HSV246°33.11%58.04%
CMYK29.73%33.11%0.00%
41.96%

Color #686394 in popluar number systems.

HEX686394
Decimal10499148
Binary1101000110001110010100
Octal150143224

Shades and tints

Shades of #686394

#686394
(104,99,148)
#5F5A87
(95,90,135)
#56517A
(86,81,122)
#4D486D
(77,72,109)
#443F60
(68,63,96)
#3B3653
(59,54,83)
#322D46
(50,45,70)
#292439
(41,36,57)
#201B2C
(32,27,44)
#17121F
(23,18,31)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #686394

#686394
(104,99,148)
#75719D
(117,113,157)
#827FA6
(130,127,166)
#8F8DAF
(143,141,175)
#9C9BB8
(156,155,184)
#A9A9C1
(169,169,193)
#B6B7CA
(182,183,202)
#C3C5D3
(195,197,211)
#D0D3DC
(208,211,220)
#DDE1E5
(221,225,229)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686394; }

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

This text font color is #686394.


Background Color

.myBgColor { background-color: #686394; }

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

This div background color is #686394.


Border color

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

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

This div border color is #686394.


Opacity

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

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

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

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

This text has shadow with #686394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686394 on black background.


Color preview on white background

This text has color #686394 on white background.



Black color preview on #686394 background

This text has black color on #686394 background.


White color preview on #686394 background

This text has white color on #686394 background.