COLOR #6D7ED0

HEX: #6D7ED0
RGB: (109,126,208)

Color info

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

RGB color model

#6D7ED0 color RGB value is (109,126,208).

  • red value is 109;
  • green value is 126;
  • blue value is 208.
RGB:
(109,126,208)
(43%,49%,82%)

RGB channels and saturation

R 109 of 255 = 43%
G 126 of 255 = 49%
B 208 of 255 = 82%

109
126
208

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

Portions of RGB colors in percentages

R + G + B =
109 + 126 + 208 = 443 (100%)
R 109 of 443 ~ 24.6%
G 126 of 443 ~ 28.44%
B 208 of 443 ~ 46.95%

%24.6
%28.44
%46.95

CMYK color model

#6D7ED0 color CMYK value is (48,39,0,18).

  • cyan value is 47.60%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(48,39,0,18)
C48M39Y0K18 
(48%,39%,0%,18%)
(0.48/0.39/0.00/0.18)	

CMYK percentages

%47.6
%39.42
%0
%18.43

Codes

Color #6D7ED0 in popluar color models

6D7ED0
RGB109126208
HSL230°51.30%62.16%
HSB/HSV230°47.60%81.57%
CMYK47.60%39.42%0.00%
18.43%

Color #6D7ED0 in popluar number systems.

HEX6D7ED0
Decimal109126208
Binary1101101111111011010000
Octal155176320

Shades and tints

Shades of #6D7ED0

#6D7ED0
(109,126,208)
#6473BE
(100,115,190)
#5B68AC
(91,104,172)
#525D9A
(82,93,154)
#495288
(73,82,136)
#404776
(64,71,118)
#373C64
(55,60,100)
#2E3152
(46,49,82)
#252640
(37,38,64)
#1C1B2E
(28,27,46)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #6D7ED0

#6D7ED0
(109,126,208)
#7A89D4
(122,137,212)
#8794D8
(135,148,216)
#949FDC
(148,159,220)
#A1AAE0
(161,170,224)
#AEB5E4
(174,181,228)
#BBC0E8
(187,192,232)
#C8CBEC
(200,203,236)
#D5D6F0
(213,214,240)
#E2E1F4
(226,225,244)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7ED0 color. Also use rgb(109,126,208) instead hex code.

Text Font Color

.myTextColor { color: #6D7ED0; }

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

This text font color is #6D7ED0.


Background Color

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

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

This div background color is #6D7ED0.


Border color

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

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

This div border color is #6D7ED0.


Opacity

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

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

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

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

This text has shadow with #6D7ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7ED0 on black background.


Color preview on white background

This text has color #6D7ED0 on white background.



Black color preview on #6D7ED0 background

This text has black color on #6D7ED0 background.


White color preview on #6D7ED0 background

This text has white color on #6D7ED0 background.