COLOR #6D7DDC

HEX: #6D7DDC
RGB: (109,125,220)

Color info

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

RGB color model

#6D7DDC color RGB value is (109,125,220).

  • red value is 109;
  • green value is 125;
  • blue value is 220.
RGB:
(109,125,220)
(43%,49%,86%)

RGB channels and saturation

R 109 of 255 = 43%
G 125 of 255 = 49%
B 220 of 255 = 86%

109
125
220

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

Portions of RGB colors in percentages

R + G + B =
109 + 125 + 220 = 454 (100%)
R 109 of 454 ~ 24.01%
G 125 of 454 ~ 27.53%
B 220 of 454 ~ 48.46%

%24.01
%27.53
%48.46

CMYK color model

#6D7DDC color CMYK value is (50,43,0,14).

  • cyan value is 50.45%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(50,43,0,14)
C50M43Y0K14 
(50%,43%,0%,14%)
(0.50/0.43/0.00/0.14)	

CMYK percentages

%50.45
%43.18
%0
%13.73

Codes

Color #6D7DDC in popluar color models

6D7DDC
RGB109125220
HSL231°61.33%64.51%
HSB/HSV231°50.45%86.27%
CMYK50.45%43.18%0.00%
13.73%

Color #6D7DDC in popluar number systems.

HEX6D7DDC
Decimal109125220
Binary1101101111110111011100
Octal155175334

Shades and tints

Shades of #6D7DDC

#6D7DDC
(109,125,220)
#6472C8
(100,114,200)
#5B67B4
(91,103,180)
#525CA0
(82,92,160)
#49518C
(73,81,140)
#404678
(64,70,120)
#373B64
(55,59,100)
#2E3050
(46,48,80)
#25253C
(37,37,60)
#1C1A28
(28,26,40)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #6D7DDC

#6D7DDC
(109,125,220)
#7A88DF
(122,136,223)
#8793E2
(135,147,226)
#949EE5
(148,158,229)
#A1A9E8
(161,169,232)
#AEB4EB
(174,180,235)
#BBBFEE
(187,191,238)
#C8CAF1
(200,202,241)
#D5D5F4
(213,213,244)
#E2E0F7
(226,224,247)
#EFEBFA
(239,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7DDC color. Also use rgb(109,125,220) instead hex code.

Text Font Color

.myTextColor { color: #6D7DDC; }

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

This text font color is #6D7DDC.


Background Color

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

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

This div background color is #6D7DDC.


Border color

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

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

This div border color is #6D7DDC.


Opacity

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

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

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

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

This text has shadow with #6D7DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7DDC on black background.


Color preview on white background

This text has color #6D7DDC on white background.



Black color preview on #6D7DDC background

This text has black color on #6D7DDC background.


White color preview on #6D7DDC background

This text has white color on #6D7DDC background.