COLOR #6887A6

HEX: #6887A6 RGB: (104,135,166)

Color info

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

RGB color model

#6887A6 color RGB value is (104,135,166).

RGB: (104,135,166) (41%, 53%, 65%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 166 of 255 = 65%

104
135
166

R + G + B ~ 53%. #6887A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 135 + 166 = 405 (100%)
R 104 of 405 ~ 25.68%
G 135 of 405 ~ 33.33%
B 166 of 405 ~ 40.99'%

%25.68
%33.33
%40.99

CMYK color model

#6887A6 color CMYK value is (37,19,0,35).

  • cyan value is 37.35%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (37,19,0,35) C37M19Y0K35 (37%,19%,0%,35%) (0.37/0.19/0.00/0.35) 

CMYK percentages

%37.35
%18.67
%0
%34.9

Codes

Color #6887A6 in popluar color models

68 87 A6
RGB 104 135 166
HSL 210° 25.83% 52.94%
HSB/HSV 210° 37.35% 65.10%
CMYK 37.35% 18.67% 0.00%
34.90%

Color #6887A6 in popluar number systems.

HEX 68 87 A6
Decimal 104 135 166
Binary 1101000 10000111 10100110
Octal 150 207 246

Shades and tints

Shades of #6887A6

#6887A6
(104,135,166)
#5F7B97
(95,123,151)
#566F88
(86,111,136)
#4D6379
(77,99,121)
#44576A
(68,87,106)
#3B4B5B
(59,75,91)
#323F4C
(50,63,76)
#29333D
(41,51,61)
#20272E
(32,39,46)
#171B1F
(23,27,31)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #6887A6

#6887A6
(104,135,166)
#7591AE
(117,145,174)
#829BB6
(130,155,182)
#8FA5BE
(143,165,190)
#9CAFC6
(156,175,198)
#A9B9CE
(169,185,206)
#B6C3D6
(182,195,214)
#C3CDDE
(195,205,222)
#D0D7E6
(208,215,230)
#DDE1EE
(221,225,238)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6887A6 color. Also use rgb(104,135,166) instead hex code.

Text Font Color

.myTextColor { color: #6887A6; }

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

This text font color is #6887A6.

Background Color

.myBgColor { background-color: #6887A6; }

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

This div background color is #6887A6.

Border color

.myBorderColor { border: 1px solid #6887A6; }

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

This div border color is #6887A6.

Opacity

.myOpacity80 { color: #6887A6; opacity: 0.8; }

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

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

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

This text has shadow with #6887A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6887A6.

Preview

Color preview on black background

This text has color #6887A6 on black background.


Color preview on white background

This text has color #6887A6 on white background.


Black color preview on #6887A6 background

This text has black color on #6887A6 background.


White color preview on #6887A6 background

This text has white color on #6887A6 background.


Related colors

Complementary color

Complementary color for #hex is #977859.


I love getcolorcode.com

Triadic colors

1 #A66887 and #87A668 with #6887A6 are triadic colors.

2 #A68768 and #8768A6 with #6887A6 are triadic colors.