COLOR #686381

HEX: #686381
RGB: (104,99,129)

Color info

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

RGB color model

#686381 color RGB value is (104,99,129).

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

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 129 of 255 = 51%

104
99
129

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

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 129 = 332 (100%)
R 104 of 332 ~ 31.33%
G 99 of 332 ~ 29.82%
B 129 of 332 ~ 38.86%

%31.33
%29.82
%38.86

CMYK color model

#686381 color CMYK value is (19,23,0,49).

  • cyan value is 19.38%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(19,23,0,49)
C19M23Y0K49 
(19%,23%,0%,49%)
(0.19/0.23/0.00/0.49)	

CMYK percentages

%19.38
%23.26
%0
%49.41

Codes

Color #686381 in popluar color models

686381
RGB10499129
HSL250°13.16%44.71%
HSB/HSV250°23.26%50.59%
CMYK19.38%23.26%0.00%
49.41%

Color #686381 in popluar number systems.

HEX686381
Decimal10499129
Binary1101000110001110000001
Octal150143201

Shades and tints

Shades of #686381

#686381
(104,99,129)
#5F5A76
(95,90,118)
#56516B
(86,81,107)
#4D4860
(77,72,96)
#443F55
(68,63,85)
#3B364A
(59,54,74)
#322D3F
(50,45,63)
#292434
(41,36,52)
#201B29
(32,27,41)
#17121E
(23,18,30)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #686381

#686381
(104,99,129)
#75718C
(117,113,140)
#827F97
(130,127,151)
#8F8DA2
(143,141,162)
#9C9BAD
(156,155,173)
#A9A9B8
(169,169,184)
#B6B7C3
(182,183,195)
#C3C5CE
(195,197,206)
#D0D3D9
(208,211,217)
#DDE1E4
(221,225,228)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686381; }

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

This text font color is #686381.


Background Color

.myBgColor { background-color: #686381; }

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

This div background color is #686381.


Border color

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

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

This div border color is #686381.


Opacity

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

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

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

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

This text has shadow with #686381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686381 on black background.


Color preview on white background

This text has color #686381 on white background.



Black color preview on #686381 background

This text has black color on #686381 background.


White color preview on #686381 background

This text has white color on #686381 background.