COLOR #6D87AC

HEX: #6D87AC RGB: (109,135,172)

Color info

#6D87AC contains mainly green and blue colors. Web safe color of #6D87AC is #669999 (or #699).

RGB color model

#6D87AC color RGB value is (109,135,172).

RGB: (109,135,172) (43%, 53%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 172 of 255 = 67%

109
135
172

R + G + B ~ 54%. #6D87AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 109 + 135 + 172 = 416 (100%)
R 109 of 416 ~ 26.2%
G 135 of 416 ~ 32.45%
B 172 of 416 ~ 41.35'%

%26.2
%32.45
%41.35

CMYK color model

#6D87AC color CMYK value is (37,22,0,33).

  • cyan value is 36.63%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (37,22,0,33)
C37M22Y0K33 (37%, 22%, 0%, 33%)
(0.37 / 0.22 / 0.00 / 0.33)

CMYK percentages

%36.63
%21.51
%0
%32.55

Codes

Color #6D87AC in popluar color models

6D 87 AC
RGB 109 135 172
HSL 215° 27.51% 55.10%
HSB/HSV 215° 36.63% 67.45%
CMYK 36.63% 21.51% 0.00%
32.55%

Color #6D87AC in popluar number systems.

HEX 6D 87 AC
Decimal 109 135 172
Binary 1101101 10000111 10101100
Octal 155 207 254

Shades and tints

Shades of #6D87AC

#6D87AC
(109,135,172)
#647B9D
(100,123,157)
#5B6F8E
(91,111,142)
#52637F
(82,99,127)
#495770
(73,87,112)
#404B61
(64,75,97)
#373F52
(55,63,82)
#2E3343
(46,51,67)
#252734
(37,39,52)
#1C1B25
(28,27,37)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #6D87AC

#6D87AC
(109,135,172)
#7A91B3
(122,145,179)
#879BBA
(135,155,186)
#94A5C1
(148,165,193)
#A1AFC8
(161,175,200)
#AEB9CF
(174,185,207)
#BBC3D6
(187,195,214)
#C8CDDD
(200,205,221)
#D5D7E4
(213,215,228)
#E2E1EB
(226,225,235)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D87AC color. Also use rgb(109,135,172) instead hex code.

Text Font Color

.myTextColor { color: #6D87AC; }

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

This text font color is #6D87AC.

Background Color

.myBgColor { background-color: #6D87AC; }

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

This div background color is #6D87AC.

Border color

.myBorderColor { border: 1px solid #6D87AC; }

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

This div border color is #6D87AC.

Opacity

.myOpacity80 { color: #6D87AC; opacity: 0.8; }

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

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

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

This text has shadow with #6D87AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D87AC.

Preview

Color preview on black background

This text has color #6D87AC on black background.


Color preview on white background

This text has color #6D87AC on white background.


Black color preview on #6D87AC background

This text has black color on #6D87AC background.


White color preview on #6D87AC background

This text has white color on #6D87AC background.


Related colors

Complementary color

Complementary color for #hex is #927853.


I love getcolorcode.com

Triadic colors

1 #AC6D87 and #87AC6D with #6D87AC are triadic colors.

2 #AC876D and #876DAC with #6D87AC are triadic colors.