COLOR #686680

HEX: #686680
RGB: (104,102,128)

Color info

#686680 contains red, green and blue colors in about the same proportion. Web safe color of #686680 is #666666 (or #666).

RGB color model

#686680 color RGB value is (104,102,128).

  • red value is 104;
  • green value is 102;
  • blue value is 128.
RGB:
(104,102,128)
(41%,40%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 102 of 255 = 40%
B 128 of 255 = 50%

104
102
128

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

Portions of RGB colors in percentages

R + G + B =
104 + 102 + 128 = 334 (100%)
R 104 of 334 ~ 31.14%
G 102 of 334 ~ 30.54%
B 128 of 334 ~ 38.32%

%31.14
%30.54
%38.32

CMYK color model

#686680 color CMYK value is (19,20,0,50).

  • cyan value is 18.75%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(19,20,0,50)
C19M20Y0K50 
(19%,20%,0%,50%)
(0.19/0.20/0.00/0.50)	

CMYK percentages

%18.75
%20.31
%0
%49.8

Codes

Color #686680 in popluar color models

686680
RGB104102128
HSL245°11.30%45.10%
HSB/HSV245°20.31%50.20%
CMYK18.75%20.31%0.00%
49.80%

Color #686680 in popluar number systems.

HEX686680
Decimal104102128
Binary1101000110011010000000
Octal150146200

Shades and tints

Shades of #686680

#686680
(104,102,128)
#5F5D75
(95,93,117)
#56546A
(86,84,106)
#4D4B5F
(77,75,95)
#444254
(68,66,84)
#3B3949
(59,57,73)
#32303E
(50,48,62)
#292733
(41,39,51)
#201E28
(32,30,40)
#17151D
(23,21,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #686680

#686680
(104,102,128)
#75738B
(117,115,139)
#828096
(130,128,150)
#8F8DA1
(143,141,161)
#9C9AAC
(156,154,172)
#A9A7B7
(169,167,183)
#B6B4C2
(182,180,194)
#C3C1CD
(195,193,205)
#D0CED8
(208,206,216)
#DDDBE3
(221,219,227)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686680 color. Also use rgb(104,102,128) instead hex code.

Text Font Color

.myTextColor { color: #686680; }

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

This text font color is #686680.


Background Color

.myBgColor { background-color: #686680; }

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

This div background color is #686680.


Border color

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

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

This div border color is #686680.


Opacity

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

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

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

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

This text has shadow with #686680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686680 on black background.


Color preview on white background

This text has color #686680 on white background.



Black color preview on #686680 background

This text has black color on #686680 background.


White color preview on #686680 background

This text has white color on #686680 background.