COLOR #6876C8

HEX: #6876C8 RGB: (104,118,200)

Color info

#6876C8 contains mainly blue color. Web safe color of #6876C8 is #6666CC (or #66C).

RGB color model

#6876C8 color RGB value is (104,118,200).

RGB: (104,118,200) (41%, 46%, 78%)

RGB channels and saturation

R 104 of 255 = 41%
G 118 of 255 = 46%
B 200 of 255 = 78%

104
118
200

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

Portions of RGB colors in percentages

R + G + B = 104 + 118 + 200 = 422 (100%)
R 104 of 422 ~ 24.64%
G 118 of 422 ~ 27.96%
B 200 of 422 ~ 47.39'%

%24.64
%27.96
%47.39

CMYK color model

#6876C8 color CMYK value is (48,41,0,22).

  • cyan value is 48.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (48,41,0,22)
C48M41Y0K22 (48%, 41%, 0%, 22%)
(0.48 / 0.41 / 0.00 / 0.22)

CMYK percentages

%48
%41
%0
%21.57

Codes

Color #6876C8 in popluar color models

68 76 C8
RGB 104 118 200
HSL 231° 46.60% 59.61%
HSB/HSV 231° 48.00% 78.43%
CMYK 48.00% 41.00% 0.00%
21.57%

Color #6876C8 in popluar number systems.

HEX 68 76 C8
Decimal 104 118 200
Binary 1101000 1110110 11001000
Octal 150 166 310

Shades and tints

Shades of #6876C8

#6876C8
(104,118,200)
#5F6CB6
(95,108,182)
#5662A4
(86,98,164)
#4D5892
(77,88,146)
#444E80
(68,78,128)
#3B446E
(59,68,110)
#323A5C
(50,58,92)
#29304A
(41,48,74)
#202638
(32,38,56)
#171C26
(23,28,38)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #6876C8

#6876C8
(104,118,200)
#7582CD
(117,130,205)
#828ED2
(130,142,210)
#8F9AD7
(143,154,215)
#9CA6DC
(156,166,220)
#A9B2E1
(169,178,225)
#B6BEE6
(182,190,230)
#C3CAEB
(195,202,235)
#D0D6F0
(208,214,240)
#DDE2F5
(221,226,245)
#EAEEFA
(234,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6876C8; }

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

This text font color is #6876C8.

Background Color

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

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

This div background color is #6876C8.

Border color

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

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

This div border color is #6876C8.

Opacity

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

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

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

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

This text has shadow with #6876C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6876C8.

Preview

Color preview on black background

This text has color #6876C8 on black background.


Color preview on white background

This text has color #6876C8 on white background.


Black color preview on #6876C8 background

This text has black color on #6876C8 background.


White color preview on #6876C8 background

This text has white color on #6876C8 background.


Related colors

Complementary color

Complementary color for #hex is #978937.


I love getcolorcode.com

Triadic colors

1 #C86876 and #76C868 with #6876C8 are triadic colors.

2 #C87668 and #7668C8 with #6876C8 are triadic colors.