COLOR #686088

HEX: #686088
RGB: (104,96,136)

Color info

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

RGB color model

#686088 color RGB value is (104,96,136).

  • red value is 104;
  • green value is 96;
  • blue value is 136.
RGB:
(104,96,136)
(41%,38%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 96 of 255 = 38%
B 136 of 255 = 53%

104
96
136

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

Portions of RGB colors in percentages

R + G + B =
104 + 96 + 136 = 336 (100%)
R 104 of 336 ~ 30.95%
G 96 of 336 ~ 28.57%
B 136 of 336 ~ 40.48%

%30.95
%28.57
%40.48

CMYK color model

#686088 color CMYK value is (24,29,0,47).

  • cyan value is 23.53%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,29,0,47)
C24M29Y0K47 
(24%,29%,0%,47%)
(0.24/0.29/0.00/0.47)	

CMYK percentages

%23.53
%29.41
%0
%46.67

Codes

Color #686088 in popluar color models

686088
RGB10496136
HSL252°17.24%45.49%
HSB/HSV252°29.41%53.33%
CMYK23.53%29.41%0.00%
46.67%

Color #686088 in popluar number systems.

HEX686088
Decimal10496136
Binary1101000110000010001000
Octal150140210

Shades and tints

Shades of #686088

#686088
(104,96,136)
#5F587C
(95,88,124)
#565070
(86,80,112)
#4D4864
(77,72,100)
#444058
(68,64,88)
#3B384C
(59,56,76)
#323040
(50,48,64)
#292834
(41,40,52)
#202028
(32,32,40)
#17181C
(23,24,28)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #686088

#686088
(104,96,136)
#756E92
(117,110,146)
#827C9C
(130,124,156)
#8F8AA6
(143,138,166)
#9C98B0
(156,152,176)
#A9A6BA
(169,166,186)
#B6B4C4
(182,180,196)
#C3C2CE
(195,194,206)
#D0D0D8
(208,208,216)
#DDDEE2
(221,222,226)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686088 color. Also use rgb(104,96,136) instead hex code.

Text Font Color

.myTextColor { color: #686088; }

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

This text font color is #686088.


Background Color

.myBgColor { background-color: #686088; }

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

This div background color is #686088.


Border color

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

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

This div border color is #686088.


Opacity

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

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

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

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

This text has shadow with #686088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686088 on black background.


Color preview on white background

This text has color #686088 on white background.



Black color preview on #686088 background

This text has black color on #686088 background.


White color preview on #686088 background

This text has white color on #686088 background.