COLOR #6876A5

HEX: #6876A5
RGB: (104,118,165)

Color info

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

RGB color model

#6876A5 color RGB value is (104,118,165).

  • red value is 104;
  • green value is 118;
  • blue value is 165.
RGB:
(104,118,165)
(41%,46%,65%)

RGB channels and saturation

R 104 of 255 = 41%
G 118 of 255 = 46%
B 165 of 255 = 65%

104
118
165

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

Portions of RGB colors in percentages

R + G + B =
104 + 118 + 165 = 387 (100%)
R 104 of 387 ~ 26.87%
G 118 of 387 ~ 30.49%
B 165 of 387 ~ 42.64%

%26.87
%30.49
%42.64

CMYK color model

#6876A5 color CMYK value is (37,28,0,35).

  • cyan value is 36.97%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(37,28,0,35)
C37M28Y0K35 
(37%,28%,0%,35%)
(0.37/0.28/0.00/0.35)	

CMYK percentages

%36.97
%28.48
%0
%35.29

Codes

Color #6876A5 in popluar color models

6876A5
RGB104118165
HSL226°25.31%52.75%
HSB/HSV226°36.97%64.71%
CMYK36.97%28.48%0.00%
35.29%

Color #6876A5 in popluar number systems.

HEX6876A5
Decimal104118165
Binary1101000111011010100101
Octal150166245

Shades and tints

Shades of #6876A5

#6876A5
(104,118,165)
#5F6C96
(95,108,150)
#566287
(86,98,135)
#4D5878
(77,88,120)
#444E69
(68,78,105)
#3B445A
(59,68,90)
#323A4B
(50,58,75)
#29303C
(41,48,60)
#20262D
(32,38,45)
#171C1E
(23,28,30)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #6876A5

#6876A5
(104,118,165)
#7582AD
(117,130,173)
#828EB5
(130,142,181)
#8F9ABD
(143,154,189)
#9CA6C5
(156,166,197)
#A9B2CD
(169,178,205)
#B6BED5
(182,190,213)
#C3CADD
(195,202,221)
#D0D6E5
(208,214,229)
#DDE2ED
(221,226,237)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6876A5 color. Also use rgb(104,118,165) instead hex code.

Text Font Color

.myTextColor { color: #6876A5; }

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

This text font color is #6876A5.


Background Color

.myBgColor { background-color: #6876A5; }

<div style="background-color:#6876A5">Inner text</div>

This div background color is #6876A5.


Border color

.myBorderColor { border: 1px solid #6876A5; }

<div style="border:3px solid #6876A5">Div</div>

This div border color is #6876A5.


Opacity

.myOpacity80 { color: #6876A5; opacity: 0.8; }

<p style="color:#6876A5;opacity:0.8;">80%</p>

Text with #6876A5 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 #6876A5;}

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

This text has shadow with #6876A5 color.

.textShadow {text-shadow: 3px 3px 1px #6876A5, 3px 3px 1px red;}

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

This text has shadow with #6876A5 primary color and red secondary color.


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

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

This text has shadow with #6876A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6876A5 on black background.


Color preview on white background

This text has color #6876A5 on white background.



Black color preview on #6876A5 background

This text has black color on #6876A5 background.


White color preview on #6876A5 background

This text has white color on #6876A5 background.