COLOR #686775

HEX: #686775
RGB: (104,103,117)

Color info

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

RGB color model

#686775 color RGB value is (104,103,117).

  • red value is 104;
  • green value is 103;
  • blue value is 117.
RGB:
(104,103,117)
(41%,40%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 117 of 255 = 46%

104
103
117

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

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 117 = 324 (100%)
R 104 of 324 ~ 32.1%
G 103 of 324 ~ 31.79%
B 117 of 324 ~ 36.11%

%32.1
%31.79
%36.11

CMYK color model

#686775 color CMYK value is (11,12,0,54).

  • cyan value is 11.11%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(11,12,0,54)
C11M12Y0K54 
(11%,12%,0%,54%)
(0.11/0.12/0.00/0.54)	

CMYK percentages

%11.11
%11.97
%0
%54.12

Codes

Color #686775 in popluar color models

686775
RGB104103117
HSL244°6.36%43.14%
HSB/HSV244°11.97%45.88%
CMYK11.11%11.97%0.00%
54.12%

Color #686775 in popluar number systems.

HEX686775
Decimal104103117
Binary110100011001111110101
Octal150147165

Shades and tints

Shades of #686775

#686775
(104,103,117)
#5F5E6B
(95,94,107)
#565561
(86,85,97)
#4D4C57
(77,76,87)
#44434D
(68,67,77)
#3B3A43
(59,58,67)
#323139
(50,49,57)
#29282F
(41,40,47)
#201F25
(32,31,37)
#17161B
(23,22,27)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #686775

#686775
(104,103,117)
#757481
(117,116,129)
#82818D
(130,129,141)
#8F8E99
(143,142,153)
#9C9BA5
(156,155,165)
#A9A8B1
(169,168,177)
#B6B5BD
(182,181,189)
#C3C2C9
(195,194,201)
#D0CFD5
(208,207,213)
#DDDCE1
(221,220,225)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686775 color. Also use rgb(104,103,117) instead hex code.

Text Font Color

.myTextColor { color: #686775; }

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

This text font color is #686775.


Background Color

.myBgColor { background-color: #686775; }

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

This div background color is #686775.


Border color

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

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

This div border color is #686775.


Opacity

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

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

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

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

This text has shadow with #686775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686775 on black background.


Color preview on white background

This text has color #686775 on white background.



Black color preview on #686775 background

This text has black color on #686775 background.


White color preview on #686775 background

This text has white color on #686775 background.