COLOR #687AA2

HEX: #687AA2 RGB: (104,122,162)

Color info

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

RGB color model

#687AA2 color RGB value is (104,122,162).

RGB: (104,122,162) (41%, 48%, 64%)

RGB channels and saturation

R 104 of 255 = 41%
G 122 of 255 = 48%
B 162 of 255 = 64%

104
122
162

R + G + B ~ 51%. #687AA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 122 + 162 = 388 (100%)
R 104 of 388 ~ 26.8%
G 122 of 388 ~ 31.44%
B 162 of 388 ~ 41.75'%

%26.8
%31.44
%41.75

CMYK color model

#687AA2 color CMYK value is (36,25,0,36).

  • cyan value is 35.80%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (36,25,0,36)
C36M25Y0K36 (36%, 25%, 0%, 36%)
(0.36 / 0.25 / 0.00 / 0.36)

CMYK percentages

%35.8
%24.69
%0
%36.47

Codes

Color #687AA2 in popluar color models

68 7A A2
RGB 104 122 162
HSL 221° 23.77% 52.16%
HSB/HSV 221° 35.80% 63.53%
CMYK 35.80% 24.69% 0.00%
36.47%

Color #687AA2 in popluar number systems.

HEX 68 7A A2
Decimal 104 122 162
Binary 1101000 1111010 10100010
Octal 150 172 242

Shades and tints

Shades of #687AA2

#687AA2
(104,122,162)
#5F6F94
(95,111,148)
#566486
(86,100,134)
#4D5978
(77,89,120)
#444E6A
(68,78,106)
#3B435C
(59,67,92)
#32384E
(50,56,78)
#292D40
(41,45,64)
#202232
(32,34,50)
#171724
(23,23,36)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #687AA2

#687AA2
(104,122,162)
#7586AA
(117,134,170)
#8292B2
(130,146,178)
#8F9EBA
(143,158,186)
#9CAAC2
(156,170,194)
#A9B6CA
(169,182,202)
#B6C2D2
(182,194,210)
#C3CEDA
(195,206,218)
#D0DAE2
(208,218,226)
#DDE6EA
(221,230,234)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687AA2 color. Also use rgb(104,122,162) instead hex code.

Text Font Color

.myTextColor { color: #687AA2; }

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

This text font color is #687AA2.

Background Color

.myBgColor { background-color: #687AA2; }

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

This div background color is #687AA2.

Border color

.myBorderColor { border: 1px solid #687AA2; }

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

This div border color is #687AA2.

Opacity

.myOpacity80 { color: #687AA2; opacity: 0.8; }

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

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

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

This text has shadow with #687AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687AA2.

Preview

Color preview on black background

This text has color #687AA2 on black background.


Color preview on white background

This text has color #687AA2 on white background.


Black color preview on #687AA2 background

This text has black color on #687AA2 background.


White color preview on #687AA2 background

This text has white color on #687AA2 background.


Related colors

Complementary color

Complementary color for #hex is #97855D.


I love getcolorcode.com

Triadic colors

1 #A2687A and #7AA268 with #687AA2 are triadic colors.

2 #A27A68 and #7A68A2 with #687AA2 are triadic colors.