COLOR #686994

HEX: #686994
RGB: (104,105,148)

Color info

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

RGB color model

#686994 color RGB value is (104,105,148).

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

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 148 of 255 = 58%

104
105
148

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

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 148 = 357 (100%)
R 104 of 357 ~ 29.13%
G 105 of 357 ~ 29.41%
B 148 of 357 ~ 41.46%

%29.13
%29.41
%41.46

CMYK color model

#686994 color CMYK value is (30,29,0,42).

  • cyan value is 29.73%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(30,29,0,42)
C30M29Y0K42 
(30%,29%,0%,42%)
(0.30/0.29/0.00/0.42)	

CMYK percentages

%29.73
%29.05
%0
%41.96

Codes

Color #686994 in popluar color models

686994
RGB104105148
HSL239°17.46%49.41%
HSB/HSV239°29.73%58.04%
CMYK29.73%29.05%0.00%
41.96%

Color #686994 in popluar number systems.

HEX686994
Decimal104105148
Binary1101000110100110010100
Octal150151224

Shades and tints

Shades of #686994

#686994
(104,105,148)
#5F6087
(95,96,135)
#56577A
(86,87,122)
#4D4E6D
(77,78,109)
#444560
(68,69,96)
#3B3C53
(59,60,83)
#323346
(50,51,70)
#292A39
(41,42,57)
#20212C
(32,33,44)
#17181F
(23,24,31)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #686994

#686994
(104,105,148)
#75769D
(117,118,157)
#8283A6
(130,131,166)
#8F90AF
(143,144,175)
#9C9DB8
(156,157,184)
#A9AAC1
(169,170,193)
#B6B7CA
(182,183,202)
#C3C4D3
(195,196,211)
#D0D1DC
(208,209,220)
#DDDEE5
(221,222,229)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686994; }

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

This text font color is #686994.


Background Color

.myBgColor { background-color: #686994; }

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

This div background color is #686994.


Border color

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

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

This div border color is #686994.


Opacity

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

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

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

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

This text has shadow with #686994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686994 on black background.


Color preview on white background

This text has color #686994 on white background.



Black color preview on #686994 background

This text has black color on #686994 background.


White color preview on #686994 background

This text has white color on #686994 background.