COLOR #686AA1

HEX: #686AA1 RGB: (104,106,161)

Color info

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

RGB color model

#686AA1 color RGB value is (104,106,161).

RGB: (104,106,161) (41%, 42%, 63%)

RGB channels and saturation

R 104 of 255 = 41%
G 106 of 255 = 42%
B 161 of 255 = 63%

104
106
161

R + G + B ~ 49%. #686AA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 106 + 161 = 371 (100%)
R 104 of 371 ~ 28.03%
G 106 of 371 ~ 28.57%
B 161 of 371 ~ 43.4'%

%28.03
%28.57
%43.4

CMYK color model

#686AA1 color CMYK value is (35,34,0,37).

  • cyan value is 35.40%
  • magenta value is 34.16%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (35,34,0,37)
C35M34Y0K37 (35%, 34%, 0%, 37%)
(0.35 / 0.34 / 0.00 / 0.37)

CMYK percentages

%35.4
%34.16
%0
%36.86

Codes

Color #686AA1 in popluar color models

68 6A A1
RGB 104 106 161
HSL 238° 23.27% 51.96%
HSB/HSV 238° 35.40% 63.14%
CMYK 35.40% 34.16% 0.00%
36.86%

Color #686AA1 in popluar number systems.

HEX 68 6A A1
Decimal 104 106 161
Binary 1101000 1101010 10100001
Octal 150 152 241

Shades and tints

Shades of #686AA1

#686AA1
(104,106,161)
#5F6193
(95,97,147)
#565885
(86,88,133)
#4D4F77
(77,79,119)
#444669
(68,70,105)
#3B3D5B
(59,61,91)
#32344D
(50,52,77)
#292B3F
(41,43,63)
#202231
(32,34,49)
#171923
(23,25,35)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #686AA1

#686AA1
(104,106,161)
#7577A9
(117,119,169)
#8284B1
(130,132,177)
#8F91B9
(143,145,185)
#9C9EC1
(156,158,193)
#A9ABC9
(169,171,201)
#B6B8D1
(182,184,209)
#C3C5D9
(195,197,217)
#D0D2E1
(208,210,225)
#DDDFE9
(221,223,233)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686AA1 color. Also use rgb(104,106,161) instead hex code.

Text Font Color

.myTextColor { color: #686AA1; }

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

This text font color is #686AA1.

Background Color

.myBgColor { background-color: #686AA1; }

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

This div background color is #686AA1.

Border color

.myBorderColor { border: 1px solid #686AA1; }

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

This div border color is #686AA1.

Opacity

.myOpacity80 { color: #686AA1; opacity: 0.8; }

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

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

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

This text has shadow with #686AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686AA1.

Preview

Color preview on black background

This text has color #686AA1 on black background.


Color preview on white background

This text has color #686AA1 on white background.


Black color preview on #686AA1 background

This text has black color on #686AA1 background.


White color preview on #686AA1 background

This text has white color on #686AA1 background.


Related colors

Complementary color

Complementary color for #hex is #97955E.


I love getcolorcode.com

Triadic colors

1 #A1686A and #6AA168 with #686AA1 are triadic colors.

2 #A16A68 and #6A68A1 with #686AA1 are triadic colors.