COLOR #6880B6

HEX: #6880B6
RGB: (104,128,182)

Color info

#6880B6 contains mainly green and blue colors. Web safe color of #6880B6 is #6666CC (or #66C).

RGB color model

#6880B6 color RGB value is (104,128,182).

  • red value is 104;
  • green value is 128;
  • blue value is 182.
RGB:
(104,128,182)
(41%,50%,71%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 182 of 255 = 71%

104
128
182

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 182 = 414 (100%)
R 104 of 414 ~ 25.12%
G 128 of 414 ~ 30.92%
B 182 of 414 ~ 43.96%

%25.12
%30.92
%43.96

CMYK color model

#6880B6 color CMYK value is (43,30,0,29).

  • cyan value is 42.86%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(43,30,0,29)
C43M30Y0K29 
(43%,30%,0%,29%)
(0.43/0.30/0.00/0.29)	

CMYK percentages

%42.86
%29.67
%0
%28.63

Codes

Color #6880B6 in popluar color models

6880B6
RGB104128182
HSL222°34.82%56.08%
HSB/HSV222°42.86%71.37%
CMYK42.86%29.67%0.00%
28.63%

Color #6880B6 in popluar number systems.

HEX6880B6
Decimal104128182
Binary11010001000000010110110
Octal150200266

Shades and tints

Shades of #6880B6

#6880B6
(104,128,182)
#5F75A6
(95,117,166)
#566A96
(86,106,150)
#4D5F86
(77,95,134)
#445476
(68,84,118)
#3B4966
(59,73,102)
#323E56
(50,62,86)
#293346
(41,51,70)
#202836
(32,40,54)
#171D26
(23,29,38)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #6880B6

#6880B6
(104,128,182)
#758BBC
(117,139,188)
#8296C2
(130,150,194)
#8FA1C8
(143,161,200)
#9CACCE
(156,172,206)
#A9B7D4
(169,183,212)
#B6C2DA
(182,194,218)
#C3CDE0
(195,205,224)
#D0D8E6
(208,216,230)
#DDE3EC
(221,227,236)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6880B6 color. Also use rgb(104,128,182) instead hex code.

Text Font Color

.myTextColor { color: #6880B6; }

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

This text font color is #6880B6.


Background Color

.myBgColor { background-color: #6880B6; }

<div style="background-color:#6880B6">Inner text</div>

This div background color is #6880B6.


Border color

.myBorderColor { border: 1px solid #6880B6; }

<div style="border:3px solid #6880B6">Div</div>

This div border color is #6880B6.


Opacity

.myOpacity80 { color: #6880B6; opacity: 0.8; }

<p style="color:#6880B6;opacity:0.8;">80%</p>

Text with #6880B6 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 #6880B6;}

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

This text has shadow with #6880B6 color.

.textShadow {text-shadow: 3px 3px 1px #6880B6, 3px 3px 1px red;}

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

This text has shadow with #6880B6 primary color and red secondary color.


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

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

This text has shadow with #6880B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6880B6 on black background.


Color preview on white background

This text has color #6880B6 on white background.



Black color preview on #6880B6 background

This text has black color on #6880B6 background.


White color preview on #6880B6 background

This text has white color on #6880B6 background.