COLOR #6872ED

HEX: #6872ED RGB: (104,114,237)

Color info

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

RGB color model

#6872ED color RGB value is (104,114,237).

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

RGB channels and saturation

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

104
114
237

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

Portions of RGB colors in percentages

R + G + B = 104 + 114 + 237 = 455 (100%)
R 104 of 455 ~ 22.86%
G 114 of 455 ~ 25.05%
B 237 of 455 ~ 52.09'%

%22.86
%25.05
%52.09

CMYK color model

#6872ED color CMYK value is (56,52,0,7).

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

CMYK: (56,52,0,7)
C56M52Y0K7 (56%, 52%, 0%, 7%)
(0.56 / 0.52 / 0.00 / 0.07)

CMYK percentages

%56.12
%51.9
%0
%7.06

Codes

Color #6872ED in popluar color models

68 72 ED
RGB 104 114 237
HSL 235° 78.70% 66.86%
HSB/HSV 235° 56.12% 92.94%
CMYK 56.12% 51.90% 0.00%
7.06%

Color #6872ED in popluar number systems.

HEX 68 72 ED
Decimal 104 114 237
Binary 1101000 1110010 11101101
Octal 150 162 355

Shades and tints

Shades of #6872ED

#6872ED
(104,114,237)
#5F68D8
(95,104,216)
#565EC3
(86,94,195)
#4D54AE
(77,84,174)
#444A99
(68,74,153)
#3B4084
(59,64,132)
#32366F
(50,54,111)
#292C5A
(41,44,90)
#202245
(32,34,69)
#171830
(23,24,48)
#0E0E1B
(14,14,27)
#000000
(0,0,0)

Tints of #6872ED

#6872ED
(104,114,237)
#757EEE
(117,126,238)
#828AEF
(130,138,239)
#8F96F0
(143,150,240)
#9CA2F1
(156,162,241)
#A9AEF2
(169,174,242)
#B6BAF3
(182,186,243)
#C3C6F4
(195,198,244)
#D0D2F5
(208,210,245)
#DDDEF6
(221,222,246)
#EAEAF7
(234,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6872ED; }

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

This text font color is #6872ED.

Background Color

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

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

This div background color is #6872ED.

Border color

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

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

This div border color is #6872ED.

Opacity

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

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

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

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

This text has shadow with #6872ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6872ED.

Preview

Color preview on black background

This text has color #6872ED on black background.


Color preview on white background

This text has color #6872ED on white background.


Black color preview on #6872ED background

This text has black color on #6872ED background.


White color preview on #6872ED background

This text has white color on #6872ED background.


Related colors

Complementary color

Complementary color for #hex is #978D12.


I love getcolorcode.com

Triadic colors

1 #ED6872 and #72ED68 with #6872ED are triadic colors.

2 #ED7268 and #7268ED with #6872ED are triadic colors.