COLOR #6880E1

HEX: #6880E1 RGB: (104,128,225)

Color info

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

RGB color model

#6880E1 color RGB value is (104,128,225).

RGB: (104,128,225) (41%, 50%, 88%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 225 of 255 = 88%

104
128
225

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

Portions of RGB colors in percentages

R + G + B = 104 + 128 + 225 = 457 (100%)
R 104 of 457 ~ 22.76%
G 128 of 457 ~ 28.01%
B 225 of 457 ~ 49.23'%

%22.76
%28.01
%49.23

CMYK color model

#6880E1 color CMYK value is (54,43,0,12).

  • cyan value is 53.78%
  • magenta value is 43.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (54,43,0,12) C54M43Y0K12 (54%,43%,0%,12%) (0.54/0.43/0.00/0.12) 

CMYK percentages

%53.78
%43.11
%0
%11.76

Codes

Color #6880E1 in popluar color models

68 80 E1
RGB 104 128 225
HSL 228° 66.85% 64.51%
HSB/HSV 228° 53.78% 88.24%
CMYK 53.78% 43.11% 0.00%
11.76%

Color #6880E1 in popluar number systems.

HEX 68 80 E1
Decimal 104 128 225
Binary 1101000 10000000 11100001
Octal 150 200 341

Shades and tints

Shades of #6880E1

#6880E1
(104,128,225)
#5F75CD
(95,117,205)
#566AB9
(86,106,185)
#4D5FA5
(77,95,165)
#445491
(68,84,145)
#3B497D
(59,73,125)
#323E69
(50,62,105)
#293355
(41,51,85)
#202841
(32,40,65)
#171D2D
(23,29,45)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #6880E1

#6880E1
(104,128,225)
#758BE3
(117,139,227)
#8296E5
(130,150,229)
#8FA1E7
(143,161,231)
#9CACE9
(156,172,233)
#A9B7EB
(169,183,235)
#B6C2ED
(182,194,237)
#C3CDEF
(195,205,239)
#D0D8F1
(208,216,241)
#DDE3F3
(221,227,243)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6880E1; }

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

This text font color is #6880E1.

Background Color

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

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

This div background color is #6880E1.

Border color

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

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

This div border color is #6880E1.

Opacity

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

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

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

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

This text has shadow with #6880E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6880E1.

Preview

Color preview on black background

This text has color #6880E1 on black background.


Color preview on white background

This text has color #6880E1 on white background.


Black color preview on #6880E1 background

This text has black color on #6880E1 background.


White color preview on #6880E1 background

This text has white color on #6880E1 background.


Related colors

Complementary color

Complementary color for #hex is #977F1E.


I love getcolorcode.com

Triadic colors

1 #E16880 and #80E168 with #6880E1 are triadic colors.

2 #E18068 and #8068E1 with #6880E1 are triadic colors.