COLOR #686885

HEX: #686885
RGB: (104,104,133)

Color info

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

RGB color model

#686885 color RGB value is (104,104,133).

  • red value is 104;
  • green value is 104;
  • blue value is 133.
RGB:
(104,104,133)
(41%,41%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 133 of 255 = 52%

104
104
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 133 = 341 (100%)
R 104 of 341 ~ 30.5%
G 104 of 341 ~ 30.5%
B 133 of 341 ~ 39%

%30.5
%30.5
%39

CMYK color model

#686885 color CMYK value is (22,22,0,48).

  • cyan value is 21.80%
  • magenta value is 21.80%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(22,22,0,48)
C22M22Y0K48 
(22%,22%,0%,48%)
(0.22/0.22/0.00/0.48)	

CMYK percentages

%21.8
%21.8
%0
%47.84

Codes

Color #686885 in popluar color models

686885
RGB104104133
HSL240°12.24%46.47%
HSB/HSV240°21.80%52.16%
CMYK21.80%21.80%0.00%
47.84%

Color #686885 in popluar number systems.

HEX686885
Decimal104104133
Binary1101000110100010000101
Octal150150205

Shades and tints

Shades of #686885

#686885
(104,104,133)
#5F5F79
(95,95,121)
#56566D
(86,86,109)
#4D4D61
(77,77,97)
#444455
(68,68,85)
#3B3B49
(59,59,73)
#32323D
(50,50,61)
#292931
(41,41,49)
#202025
(32,32,37)
#171719
(23,23,25)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #686885

#686885
(104,104,133)
#757590
(117,117,144)
#82829B
(130,130,155)
#8F8FA6
(143,143,166)
#9C9CB1
(156,156,177)
#A9A9BC
(169,169,188)
#B6B6C7
(182,182,199)
#C3C3D2
(195,195,210)
#D0D0DD
(208,208,221)
#DDDDE8
(221,221,232)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686885; }

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

This text font color is #686885.


Background Color

.myBgColor { background-color: #686885; }

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

This div background color is #686885.


Border color

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

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

This div border color is #686885.


Opacity

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

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

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

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

This text has shadow with #686885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686885 on black background.


Color preview on white background

This text has color #686885 on white background.



Black color preview on #686885 background

This text has black color on #686885 background.


White color preview on #686885 background

This text has white color on #686885 background.