COLOR #6886DC

HEX: #6886DC
RGB: (104,134,220)

Color info

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

RGB color model

#6886DC color RGB value is (104,134,220).

  • red value is 104;
  • green value is 134;
  • blue value is 220.
RGB:
(104,134,220)
(41%,53%,86%)

RGB channels and saturation

R 104 of 255 = 41%
G 134 of 255 = 53%
B 220 of 255 = 86%

104
134
220

R + G + B ~ 60%. #6886DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 134 + 220 = 458 (100%)
R 104 of 458 ~ 22.71%
G 134 of 458 ~ 29.26%
B 220 of 458 ~ 48.03%

%22.71
%29.26
%48.03

CMYK color model

#6886DC color CMYK value is (53,39,0,14).

  • cyan value is 52.73%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(53,39,0,14)
C53M39Y0K14 
(53%,39%,0%,14%)
(0.53/0.39/0.00/0.14)	

CMYK percentages

%52.73
%39.09
%0
%13.73

Codes

Color #6886DC in popluar color models

6886DC
RGB104134220
HSL224°62.37%63.53%
HSB/HSV224°52.73%86.27%
CMYK52.73%39.09%0.00%
13.73%

Color #6886DC in popluar number systems.

HEX6886DC
Decimal104134220
Binary11010001000011011011100
Octal150206334

Shades and tints

Shades of #6886DC

#6886DC
(104,134,220)
#5F7AC8
(95,122,200)
#566EB4
(86,110,180)
#4D62A0
(77,98,160)
#44568C
(68,86,140)
#3B4A78
(59,74,120)
#323E64
(50,62,100)
#293250
(41,50,80)
#20263C
(32,38,60)
#171A28
(23,26,40)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #6886DC

#6886DC
(104,134,220)
#7591DF
(117,145,223)
#829CE2
(130,156,226)
#8FA7E5
(143,167,229)
#9CB2E8
(156,178,232)
#A9BDEB
(169,189,235)
#B6C8EE
(182,200,238)
#C3D3F1
(195,211,241)
#D0DEF4
(208,222,244)
#DDE9F7
(221,233,247)
#EAF4FA
(234,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6886DC color. Also use rgb(104,134,220) instead hex code.

Text Font Color

.myTextColor { color: #6886DC; }

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

This text font color is #6886DC.


Background Color

.myBgColor { background-color: #6886DC; }

<div style="background-color:#6886DC">Inner text</div>

This div background color is #6886DC.


Border color

.myBorderColor { border: 1px solid #6886DC; }

<div style="border:3px solid #6886DC">Div</div>

This div border color is #6886DC.


Opacity

.myOpacity80 { color: #6886DC; opacity: 0.8; }

<p style="color:#6886DC;opacity:0.8;">80%</p>

Text with #6886DC 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 #6886DC;}

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

This text has shadow with #6886DC color.

.textShadow {text-shadow: 3px 3px 1px #6886DC, 3px 3px 1px red;}

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

This text has shadow with #6886DC primary color and red secondary color.


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

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

This text has shadow with #6886DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6886DC on black background.


Color preview on white background

This text has color #6886DC on white background.



Black color preview on #6886DC background

This text has black color on #6886DC background.


White color preview on #6886DC background

This text has white color on #6886DC background.