COLOR #6882D5

HEX: #6882D5
RGB: (104,130,213)

Color info

#6882D5 contains mainly blue color. Web safe color of #6882D5 is #6699CC (or #69C).

RGB color model

#6882D5 color RGB value is (104,130,213).

  • red value is 104;
  • green value is 130;
  • blue value is 213.
RGB:
(104,130,213)
(41%,51%,84%)

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 213 of 255 = 84%

104
130
213

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 213 = 447 (100%)
R 104 of 447 ~ 23.27%
G 130 of 447 ~ 29.08%
B 213 of 447 ~ 47.65%

%23.27
%29.08
%47.65

CMYK color model

#6882D5 color CMYK value is (51,39,0,16).

  • cyan value is 51.17%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(51,39,0,16)
C51M39Y0K16 
(51%,39%,0%,16%)
(0.51/0.39/0.00/0.16)	

CMYK percentages

%51.17
%38.97
%0
%16.47

Codes

Color #6882D5 in popluar color models

6882D5
RGB104130213
HSL226°56.48%62.16%
HSB/HSV226°51.17%83.53%
CMYK51.17%38.97%0.00%
16.47%

Color #6882D5 in popluar number systems.

HEX6882D5
Decimal104130213
Binary11010001000001011010101
Octal150202325

Shades and tints

Shades of #6882D5

#6882D5
(104,130,213)
#5F77C2
(95,119,194)
#566CAF
(86,108,175)
#4D619C
(77,97,156)
#445689
(68,86,137)
#3B4B76
(59,75,118)
#324063
(50,64,99)
#293550
(41,53,80)
#202A3D
(32,42,61)
#171F2A
(23,31,42)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #6882D5

#6882D5
(104,130,213)
#758DD8
(117,141,216)
#8298DB
(130,152,219)
#8FA3DE
(143,163,222)
#9CAEE1
(156,174,225)
#A9B9E4
(169,185,228)
#B6C4E7
(182,196,231)
#C3CFEA
(195,207,234)
#D0DAED
(208,218,237)
#DDE5F0
(221,229,240)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6882D5; }

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

This text font color is #6882D5.


Background Color

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

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

This div background color is #6882D5.


Border color

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

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

This div border color is #6882D5.


Opacity

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

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

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

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

This text has shadow with #6882D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6882D5 on black background.


Color preview on white background

This text has color #6882D5 on white background.



Black color preview on #6882D5 background

This text has black color on #6882D5 background.


White color preview on #6882D5 background

This text has white color on #6882D5 background.