COLOR #6884D8

HEX: #6884D8
RGB: (104,132,216)

Color info

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

RGB color model

#6884D8 color RGB value is (104,132,216).

  • red value is 104;
  • green value is 132;
  • blue value is 216.
RGB:
(104,132,216)
(41%,52%,85%)

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 216 of 255 = 85%

104
132
216

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 216 = 452 (100%)
R 104 of 452 ~ 23.01%
G 132 of 452 ~ 29.2%
B 216 of 452 ~ 47.79%

%23.01
%29.2
%47.79

CMYK color model

#6884D8 color CMYK value is (52,39,0,15).

  • cyan value is 51.85%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(52,39,0,15)
C52M39Y0K15 
(52%,39%,0%,15%)
(0.52/0.39/0.00/0.15)	

CMYK percentages

%51.85
%38.89
%0
%15.29

Codes

Color #6884D8 in popluar color models

6884D8
RGB104132216
HSL225°58.95%62.75%
HSB/HSV225°51.85%84.71%
CMYK51.85%38.89%0.00%
15.29%

Color #6884D8 in popluar number systems.

HEX6884D8
Decimal104132216
Binary11010001000010011011000
Octal150204330

Shades and tints

Shades of #6884D8

#6884D8
(104,132,216)
#5F78C5
(95,120,197)
#566CB2
(86,108,178)
#4D609F
(77,96,159)
#44548C
(68,84,140)
#3B4879
(59,72,121)
#323C66
(50,60,102)
#293053
(41,48,83)
#202440
(32,36,64)
#17182D
(23,24,45)
#0E0C1A
(14,12,26)
#000000
(0,0,0)

Tints of #6884D8

#6884D8
(104,132,216)
#758FDB
(117,143,219)
#829ADE
(130,154,222)
#8FA5E1
(143,165,225)
#9CB0E4
(156,176,228)
#A9BBE7
(169,187,231)
#B6C6EA
(182,198,234)
#C3D1ED
(195,209,237)
#D0DCF0
(208,220,240)
#DDE7F3
(221,231,243)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6884D8 color. Also use rgb(104,132,216) instead hex code.

Text Font Color

.myTextColor { color: #6884D8; }

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

This text font color is #6884D8.


Background Color

.myBgColor { background-color: #6884D8; }

<div style="background-color:#6884D8">Inner text</div>

This div background color is #6884D8.


Border color

.myBorderColor { border: 1px solid #6884D8; }

<div style="border:3px solid #6884D8">Div</div>

This div border color is #6884D8.


Opacity

.myOpacity80 { color: #6884D8; opacity: 0.8; }

<p style="color:#6884D8;opacity:0.8;">80%</p>

Text with #6884D8 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 #6884D8;}

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

This text has shadow with #6884D8 color.

.textShadow {text-shadow: 3px 3px 1px #6884D8, 3px 3px 1px red;}

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

This text has shadow with #6884D8 primary color and red secondary color.


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

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

This text has shadow with #6884D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6884D8 on black background.


Color preview on white background

This text has color #6884D8 on white background.



Black color preview on #6884D8 background

This text has black color on #6884D8 background.


White color preview on #6884D8 background

This text has white color on #6884D8 background.