COLOR #6873ED

HEX: #6873ED RGB: (104,115,237)

Color info

#6873ED contains mainly blue color. Web safe color of #6873ED is #6666FF (or #66F).

RGB color model

#6873ED color RGB value is (104,115,237).

RGB: (104,115,237) (41%, 45%, 93%)

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 237 of 255 = 93%

104
115
237

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

Portions of RGB colors in percentages

R + G + B = 104 + 115 + 237 = 456 (100%)
R 104 of 456 ~ 22.81%
G 115 of 456 ~ 25.22%
B 237 of 456 ~ 51.97'%

%22.81
%25.22
%51.97

CMYK color model

#6873ED color CMYK value is (56,51,0,7).

  • cyan value is 56.12%
  • magenta value is 51.48%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (56,51,0,7)
C56M51Y0K7 (56%, 51%, 0%, 7%)
(0.56 / 0.51 / 0.00 / 0.07)

CMYK percentages

%56.12
%51.48
%0
%7.06

Codes

Color #6873ED in popluar color models

68 73 ED
RGB 104 115 237
HSL 235° 78.70% 66.86%
HSB/HSV 235° 56.12% 92.94%
CMYK 56.12% 51.48% 0.00%
7.06%

Color #6873ED in popluar number systems.

HEX 68 73 ED
Decimal 104 115 237
Binary 1101000 1110011 11101101
Octal 150 163 355

Shades and tints

Shades of #6873ED

#6873ED
(104,115,237)
#5F69D8
(95,105,216)
#565FC3
(86,95,195)
#4D55AE
(77,85,174)
#444B99
(68,75,153)
#3B4184
(59,65,132)
#32376F
(50,55,111)
#292D5A
(41,45,90)
#202345
(32,35,69)
#171930
(23,25,48)
#0E0F1B
(14,15,27)
#000000
(0,0,0)

Tints of #6873ED

#6873ED
(104,115,237)
#757FEE
(117,127,238)
#828BEF
(130,139,239)
#8F97F0
(143,151,240)
#9CA3F1
(156,163,241)
#A9AFF2
(169,175,242)
#B6BBF3
(182,187,243)
#C3C7F4
(195,199,244)
#D0D3F5
(208,211,245)
#DDDFF6
(221,223,246)
#EAEBF7
(234,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6873ED color. Also use rgb(104,115,237) instead hex code.

Text Font Color

.myTextColor { color: #6873ED; }

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

This text font color is #6873ED.

Background Color

.myBgColor { background-color: #6873ED; }

<div style="background-color:#6873ED">Inner text</div>

This div background color is #6873ED.

Border color

.myBorderColor { border: 1px solid #6873ED; }

<div style="border:3px solid #6873ED">Div</div>

This div border color is #6873ED.

Opacity

.myOpacity80 { color: #6873ED; opacity: 0.8; }

<p style="color:#6873ED;opacity:0.8;">80%</p>

Text with #6873ED 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 #6873ED;}

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

This text has shadow with #6873ED color.


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

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

This text has shadow with #6873ED primary color and red secondary color.


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

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

This text has shadow with #6873ED and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6873ED.

Preview

Color preview on black background

This text has color #6873ED on black background.


Color preview on white background

This text has color #6873ED on white background.


Black color preview on #6873ED background

This text has black color on #6873ED background.


White color preview on #6873ED background

This text has white color on #6873ED background.


Related colors

Complementary color

Complementary color for #hex is #978C12.


I love getcolorcode.com

Triadic colors

1 #ED6873 and #73ED68 with #6873ED are triadic colors.

2 #ED7368 and #7368ED with #6873ED are triadic colors.