COLOR #6878E1

HEX: #6878E1
RGB: (104,120,225)

Color info

#6878E1 contains mainly blue color. Web safe color of #6878E1 is #6666CC (or #66C).

RGB color model

#6878E1 color RGB value is (104,120,225).

  • red value is 104;
  • green value is 120;
  • blue value is 225.
RGB:
(104,120,225)
(41%,47%,88%)

RGB channels and saturation

R 104 of 255 = 41%
G 120 of 255 = 47%
B 225 of 255 = 88%

104
120
225

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

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 225 = 449 (100%)
R 104 of 449 ~ 23.16%
G 120 of 449 ~ 26.73%
B 225 of 449 ~ 50.11%

%23.16
%26.73
%50.11

CMYK color model

#6878E1 color CMYK value is (54,47,0,12).

  • cyan value is 53.78%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(54,47,0,12)
C54M47Y0K12 
(54%,47%,0%,12%)
(0.54/0.47/0.00/0.12)	

CMYK percentages

%53.78
%46.67
%0
%11.76

Codes

Color #6878E1 in popluar color models

6878E1
RGB104120225
HSL232°66.85%64.51%
HSB/HSV232°53.78%88.24%
CMYK53.78%46.67%0.00%
11.76%

Color #6878E1 in popluar number systems.

HEX6878E1
Decimal104120225
Binary1101000111100011100001
Octal150170341

Shades and tints

Shades of #6878E1

#6878E1
(104,120,225)
#5F6ECD
(95,110,205)
#5664B9
(86,100,185)
#4D5AA5
(77,90,165)
#445091
(68,80,145)
#3B467D
(59,70,125)
#323C69
(50,60,105)
#293255
(41,50,85)
#202841
(32,40,65)
#171E2D
(23,30,45)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #6878E1

#6878E1
(104,120,225)
#7584E3
(117,132,227)
#8290E5
(130,144,229)
#8F9CE7
(143,156,231)
#9CA8E9
(156,168,233)
#A9B4EB
(169,180,235)
#B6C0ED
(182,192,237)
#C3CCEF
(195,204,239)
#D0D8F1
(208,216,241)
#DDE4F3
(221,228,243)
#EAF0F5
(234,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6878E1 color. Also use rgb(104,120,225) instead hex code.

Text Font Color

.myTextColor { color: #6878E1; }

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

This text font color is #6878E1.


Background Color

.myBgColor { background-color: #6878E1; }

<div style="background-color:#6878E1">Inner text</div>

This div background color is #6878E1.


Border color

.myBorderColor { border: 1px solid #6878E1; }

<div style="border:3px solid #6878E1">Div</div>

This div border color is #6878E1.


Opacity

.myOpacity80 { color: #6878E1; opacity: 0.8; }

<p style="color:#6878E1;opacity:0.8;">80%</p>

Text with #6878E1 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 #6878E1;}

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

This text has shadow with #6878E1 color.

.textShadow {text-shadow: 3px 3px 1px #6878E1, 3px 3px 1px red;}

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

This text has shadow with #6878E1 primary color and red secondary color.


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

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

This text has shadow with #6878E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6878E1 on black background.


Color preview on white background

This text has color #6878E1 on white background.



Black color preview on #6878E1 background

This text has black color on #6878E1 background.


White color preview on #6878E1 background

This text has white color on #6878E1 background.