COLOR #686999

HEX: #686999
RGB: (104,105,153)

Color info

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

RGB color model

#686999 color RGB value is (104,105,153).

  • red value is 104;
  • green value is 105;
  • blue value is 153.
RGB:
(104,105,153)
(41%,41%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 153 of 255 = 60%

104
105
153

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

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 153 = 362 (100%)
R 104 of 362 ~ 28.73%
G 105 of 362 ~ 29.01%
B 153 of 362 ~ 42.27%

%28.73
%29.01
%42.27

CMYK color model

#686999 color CMYK value is (32,31,0,40).

  • cyan value is 32.03%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(32,31,0,40)
C32M31Y0K40 
(32%,31%,0%,40%)
(0.32/0.31/0.00/0.40)	

CMYK percentages

%32.03
%31.37
%0
%40

Codes

Color #686999 in popluar color models

686999
RGB104105153
HSL239°19.37%50.39%
HSB/HSV239°32.03%60.00%
CMYK32.03%31.37%0.00%
40.00%

Color #686999 in popluar number systems.

HEX686999
Decimal104105153
Binary1101000110100110011001
Octal150151231

Shades and tints

Shades of #686999

#686999
(104,105,153)
#5F608C
(95,96,140)
#56577F
(86,87,127)
#4D4E72
(77,78,114)
#444565
(68,69,101)
#3B3C58
(59,60,88)
#32334B
(50,51,75)
#292A3E
(41,42,62)
#202131
(32,33,49)
#171824
(23,24,36)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #686999

#686999
(104,105,153)
#7576A2
(117,118,162)
#8283AB
(130,131,171)
#8F90B4
(143,144,180)
#9C9DBD
(156,157,189)
#A9AAC6
(169,170,198)
#B6B7CF
(182,183,207)
#C3C4D8
(195,196,216)
#D0D1E1
(208,209,225)
#DDDEEA
(221,222,234)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686999 color. Also use rgb(104,105,153) instead hex code.

Text Font Color

.myTextColor { color: #686999; }

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

This text font color is #686999.


Background Color

.myBgColor { background-color: #686999; }

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

This div background color is #686999.


Border color

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

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

This div border color is #686999.


Opacity

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

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

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

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

This text has shadow with #686999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686999 on black background.


Color preview on white background

This text has color #686999 on white background.



Black color preview on #686999 background

This text has black color on #686999 background.


White color preview on #686999 background

This text has white color on #686999 background.