COLOR #6882B0

HEX: #6882B0 RGB: (104,130,176)

Color info

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

RGB color model

#6882B0 color RGB value is (104,130,176).

RGB: (104,130,176) (41%, 51%, 69%)

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 176 of 255 = 69%

104
130
176

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

Portions of RGB colors in percentages

R + G + B = 104 + 130 + 176 = 410 (100%)
R 104 of 410 ~ 25.37%
G 130 of 410 ~ 31.71%
B 176 of 410 ~ 42.93'%

%25.37
%31.71
%42.93

CMYK color model

#6882B0 color CMYK value is (41,26,0,31).

  • cyan value is 40.91%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (41,26,0,31)
C41M26Y0K31 (41%, 26%, 0%, 31%)
(0.41 / 0.26 / 0.00 / 0.31)

CMYK percentages

%40.91
%26.14
%0
%30.98

Codes

Color #6882B0 in popluar color models

68 82 B0
RGB 104 130 176
HSL 218° 31.30% 54.90%
HSB/HSV 218° 40.91% 69.02%
CMYK 40.91% 26.14% 0.00%
30.98%

Color #6882B0 in popluar number systems.

HEX 68 82 B0
Decimal 104 130 176
Binary 1101000 10000010 10110000
Octal 150 202 260

Shades and tints

Shades of #6882B0

#6882B0
(104,130,176)
#5F77A0
(95,119,160)
#566C90
(86,108,144)
#4D6180
(77,97,128)
#445670
(68,86,112)
#3B4B60
(59,75,96)
#324050
(50,64,80)
#293540
(41,53,64)
#202A30
(32,42,48)
#171F20
(23,31,32)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #6882B0

#6882B0
(104,130,176)
#758DB7
(117,141,183)
#8298BE
(130,152,190)
#8FA3C5
(143,163,197)
#9CAECC
(156,174,204)
#A9B9D3
(169,185,211)
#B6C4DA
(182,196,218)
#C3CFE1
(195,207,225)
#D0DAE8
(208,218,232)
#DDE5EF
(221,229,239)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6882B0 color. Also use rgb(104,130,176) instead hex code.

Text Font Color

.myTextColor { color: #6882B0; }

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

This text font color is #6882B0.

Background Color

.myBgColor { background-color: #6882B0; }

<div style="background-color:#6882B0">Inner text</div>

This div background color is #6882B0.

Border color

.myBorderColor { border: 1px solid #6882B0; }

<div style="border:3px solid #6882B0">Div</div>

This div border color is #6882B0.

Opacity

.myOpacity80 { color: #6882B0; opacity: 0.8; }

<p style="color:#6882B0;opacity:0.8;">80%</p>

Text with #6882B0 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 #6882B0;}

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

This text has shadow with #6882B0 color.


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

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

This text has shadow with #6882B0 primary color and red secondary color.


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

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

This text has shadow with #6882B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6882B0.

Preview

Color preview on black background

This text has color #6882B0 on black background.


Color preview on white background

This text has color #6882B0 on white background.


Black color preview on #6882B0 background

This text has black color on #6882B0 background.


White color preview on #6882B0 background

This text has white color on #6882B0 background.


Related colors

Complementary color

Complementary color for #hex is #977D4F.


I love getcolorcode.com

Triadic colors

1 #B06882 and #82B068 with #6882B0 are triadic colors.

2 #B08268 and #8268B0 with #6882B0 are triadic colors.