COLOR #6877A8

HEX: #6877A8
RGB: (104,119,168)

Color info

#6877A8 contains mainly green and blue colors. Web safe color of #6877A8 is #666699 (or #669).

RGB color model

#6877A8 color RGB value is (104,119,168).

  • red value is 104;
  • green value is 119;
  • blue value is 168.
RGB:
(104,119,168)
(41%,47%,66%)

RGB channels and saturation

R 104 of 255 = 41%
G 119 of 255 = 47%
B 168 of 255 = 66%

104
119
168

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

Portions of RGB colors in percentages

R + G + B =
104 + 119 + 168 = 391 (100%)
R 104 of 391 ~ 26.6%
G 119 of 391 ~ 30.43%
B 168 of 391 ~ 42.97%

%26.6
%30.43
%42.97

CMYK color model

#6877A8 color CMYK value is (38,29,0,34).

  • cyan value is 38.10%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(38,29,0,34)
C38M29Y0K34 
(38%,29%,0%,34%)
(0.38/0.29/0.00/0.34)	

CMYK percentages

%38.1
%29.17
%0
%34.12

Codes

Color #6877A8 in popluar color models

6877A8
RGB104119168
HSL226°26.89%53.33%
HSB/HSV226°38.10%65.88%
CMYK38.10%29.17%0.00%
34.12%

Color #6877A8 in popluar number systems.

HEX6877A8
Decimal104119168
Binary1101000111011110101000
Octal150167250

Shades and tints

Shades of #6877A8

#6877A8
(104,119,168)
#5F6D99
(95,109,153)
#56638A
(86,99,138)
#4D597B
(77,89,123)
#444F6C
(68,79,108)
#3B455D
(59,69,93)
#323B4E
(50,59,78)
#29313F
(41,49,63)
#202730
(32,39,48)
#171D21
(23,29,33)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #6877A8

#6877A8
(104,119,168)
#7583AF
(117,131,175)
#828FB6
(130,143,182)
#8F9BBD
(143,155,189)
#9CA7C4
(156,167,196)
#A9B3CB
(169,179,203)
#B6BFD2
(182,191,210)
#C3CBD9
(195,203,217)
#D0D7E0
(208,215,224)
#DDE3E7
(221,227,231)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6877A8 color. Also use rgb(104,119,168) instead hex code.

Text Font Color

.myTextColor { color: #6877A8; }

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

This text font color is #6877A8.


Background Color

.myBgColor { background-color: #6877A8; }

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

This div background color is #6877A8.


Border color

.myBorderColor { border: 1px solid #6877A8; }

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

This div border color is #6877A8.


Opacity

.myOpacity80 { color: #6877A8; opacity: 0.8; }

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

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

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

This text has shadow with #6877A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6877A8 on black background.


Color preview on white background

This text has color #6877A8 on white background.



Black color preview on #6877A8 background

This text has black color on #6877A8 background.


White color preview on #6877A8 background

This text has white color on #6877A8 background.