COLOR #686894

HEX: #686894 RGB: (104,104,148)

Color info

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

RGB color model

#686894 color RGB value is (104,104,148).

RGB: (104,104,148) (41%, 41%, 58%)

RGB channels and saturation

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

104
104
148

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

Portions of RGB colors in percentages

R + G + B = 104 + 104 + 148 = 356 (100%)
R 104 of 356 ~ 29.21%
G 104 of 356 ~ 29.21%
B 148 of 356 ~ 41.57'%

%29.21
%29.21
%41.57

CMYK color model

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

  • cyan value is 29.73%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (30,30,0,42)
C30M30Y0K42 (30%, 30%, 0%, 42%)
(0.30 / 0.30 / 0.00 / 0.42)

CMYK percentages

%29.73
%29.73
%0
%41.96

Codes

Color #686894 in popluar color models

68 68 94
RGB 104 104 148
HSL 240° 17.46% 49.41%
HSB/HSV 240° 29.73% 58.04%
CMYK 29.73% 29.73% 0.00%
41.96%

Color #686894 in popluar number systems.

HEX 68 68 94
Decimal 104 104 148
Binary 1101000 1101000 10010100
Octal 150 150 224

Shades and tints

Shades of #686894

#686894
(104,104,148)
#5F5F87
(95,95,135)
#56567A
(86,86,122)
#4D4D6D
(77,77,109)
#444460
(68,68,96)
#3B3B53
(59,59,83)
#323246
(50,50,70)
#292939
(41,41,57)
#20202C
(32,32,44)
#17171F
(23,23,31)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #686894

#686894
(104,104,148)
#75759D
(117,117,157)
#8282A6
(130,130,166)
#8F8FAF
(143,143,175)
#9C9CB8
(156,156,184)
#A9A9C1
(169,169,193)
#B6B6CA
(182,182,202)
#C3C3D3
(195,195,211)
#D0D0DC
(208,208,220)
#DDDDE5
(221,221,229)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686894; }

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

This text font color is #686894.

Background Color

.myBgColor { background-color: #686894; }

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

This div background color is #686894.

Border color

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

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

This div border color is #686894.

Opacity

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

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

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

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

This text has shadow with #686894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686894.

Preview

Color preview on black background

This text has color #686894 on black background.


Color preview on white background

This text has color #686894 on white background.


Black color preview on #686894 background

This text has black color on #686894 background.


White color preview on #686894 background

This text has white color on #686894 background.


Related colors

Complementary color

Complementary color for #hex is #97976B.


I love getcolorcode.com