COLOR #686581

HEX: #686581
RGB: (104,101,129)

Color info

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

RGB color model

#686581 color RGB value is (104,101,129).

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

RGB channels and saturation

R 104 of 255 = 41%
G 101 of 255 = 40%
B 129 of 255 = 51%

104
101
129

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

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 129 = 334 (100%)
R 104 of 334 ~ 31.14%
G 101 of 334 ~ 30.24%
B 129 of 334 ~ 38.62%

%31.14
%30.24
%38.62

CMYK color model

#686581 color CMYK value is (19,22,0,49).

  • cyan value is 19.38%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(19,22,0,49)
C19M22Y0K49 
(19%,22%,0%,49%)
(0.19/0.22/0.00/0.49)	

CMYK percentages

%19.38
%21.71
%0
%49.41

Codes

Color #686581 in popluar color models

686581
RGB104101129
HSL246°12.17%45.10%
HSB/HSV246°21.71%50.59%
CMYK19.38%21.71%0.00%
49.41%

Color #686581 in popluar number systems.

HEX686581
Decimal104101129
Binary1101000110010110000001
Octal150145201

Shades and tints

Shades of #686581

#686581
(104,101,129)
#5F5C76
(95,92,118)
#56536B
(86,83,107)
#4D4A60
(77,74,96)
#444155
(68,65,85)
#3B384A
(59,56,74)
#322F3F
(50,47,63)
#292634
(41,38,52)
#201D29
(32,29,41)
#17141E
(23,20,30)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #686581

#686581
(104,101,129)
#75738C
(117,115,140)
#828197
(130,129,151)
#8F8FA2
(143,143,162)
#9C9DAD
(156,157,173)
#A9ABB8
(169,171,184)
#B6B9C3
(182,185,195)
#C3C7CE
(195,199,206)
#D0D5D9
(208,213,217)
#DDE3E4
(221,227,228)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686581; }

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

This text font color is #686581.


Background Color

.myBgColor { background-color: #686581; }

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

This div background color is #686581.


Border color

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

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

This div border color is #686581.


Opacity

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

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

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

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

This text has shadow with #686581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686581 on black background.


Color preview on white background

This text has color #686581 on white background.



Black color preview on #686581 background

This text has black color on #686581 background.


White color preview on #686581 background

This text has white color on #686581 background.