COLOR #6D72E0

HEX: #6D72E0
RGB: (109,114,224)

Color info

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

RGB color model

#6D72E0 color RGB value is (109,114,224).

  • red value is 109;
  • green value is 114;
  • blue value is 224.
RGB:
(109,114,224)
(43%,45%,88%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 224 of 255 = 88%

109
114
224

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

Portions of RGB colors in percentages

R + G + B =
109 + 114 + 224 = 447 (100%)
R 109 of 447 ~ 24.38%
G 114 of 447 ~ 25.5%
B 224 of 447 ~ 50.11%

%24.38
%25.5
%50.11

CMYK color model

#6D72E0 color CMYK value is (51,49,0,12).

  • cyan value is 51.34%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(51,49,0,12)
C51M49Y0K12 
(51%,49%,0%,12%)
(0.51/0.49/0.00/0.12)	

CMYK percentages

%51.34
%49.11
%0
%12.16

Codes

Color #6D72E0 in popluar color models

6D72E0
RGB109114224
HSL237°64.97%65.29%
HSB/HSV237°51.34%87.84%
CMYK51.34%49.11%0.00%
12.16%

Color #6D72E0 in popluar number systems.

HEX6D72E0
Decimal109114224
Binary1101101111001011100000
Octal155162340

Shades and tints

Shades of #6D72E0

#6D72E0
(109,114,224)
#6468CC
(100,104,204)
#5B5EB8
(91,94,184)
#5254A4
(82,84,164)
#494A90
(73,74,144)
#40407C
(64,64,124)
#373668
(55,54,104)
#2E2C54
(46,44,84)
#252240
(37,34,64)
#1C182C
(28,24,44)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #6D72E0

#6D72E0
(109,114,224)
#7A7EE2
(122,126,226)
#878AE4
(135,138,228)
#9496E6
(148,150,230)
#A1A2E8
(161,162,232)
#AEAEEA
(174,174,234)
#BBBAEC
(187,186,236)
#C8C6EE
(200,198,238)
#D5D2F0
(213,210,240)
#E2DEF2
(226,222,242)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D72E0 color. Also use rgb(109,114,224) instead hex code.

Text Font Color

.myTextColor { color: #6D72E0; }

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

This text font color is #6D72E0.


Background Color

.myBgColor { background-color: #6D72E0; }

<div style="background-color:#6D72E0">Inner text</div>

This div background color is #6D72E0.


Border color

.myBorderColor { border: 1px solid #6D72E0; }

<div style="border:3px solid #6D72E0">Div</div>

This div border color is #6D72E0.


Opacity

.myOpacity80 { color: #6D72E0; opacity: 0.8; }

<p style="color:#6D72E0;opacity:0.8;">80%</p>

Text with #6D72E0 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 #6D72E0;}

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

This text has shadow with #6D72E0 color.

.textShadow {text-shadow: 3px 3px 1px #6D72E0, 3px 3px 1px red;}

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

This text has shadow with #6D72E0 primary color and red secondary color.


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

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

This text has shadow with #6D72E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D72E0 on black background.


Color preview on white background

This text has color #6D72E0 on white background.



Black color preview on #6D72E0 background

This text has black color on #6D72E0 background.


White color preview on #6D72E0 background

This text has white color on #6D72E0 background.