COLOR #6D7AD9

HEX: #6D7AD9
RGB: (109,122,217)

Color info

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

RGB color model

#6D7AD9 color RGB value is (109,122,217).

  • red value is 109;
  • green value is 122;
  • blue value is 217.
RGB:
(109,122,217)
(43%,48%,85%)

RGB channels and saturation

R 109 of 255 = 43%
G 122 of 255 = 48%
B 217 of 255 = 85%

109
122
217

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

Portions of RGB colors in percentages

R + G + B =
109 + 122 + 217 = 448 (100%)
R 109 of 448 ~ 24.33%
G 122 of 448 ~ 27.23%
B 217 of 448 ~ 48.44%

%24.33
%27.23
%48.44

CMYK color model

#6D7AD9 color CMYK value is (50,44,0,15).

  • cyan value is 49.77%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(50,44,0,15)
C50M44Y0K15 
(50%,44%,0%,15%)
(0.50/0.44/0.00/0.15)	

CMYK percentages

%49.77
%43.78
%0
%14.9

Codes

Color #6D7AD9 in popluar color models

6D7AD9
RGB109122217
HSL233°58.70%63.92%
HSB/HSV233°49.77%85.10%
CMYK49.77%43.78%0.00%
14.90%

Color #6D7AD9 in popluar number systems.

HEX6D7AD9
Decimal109122217
Binary1101101111101011011001
Octal155172331

Shades and tints

Shades of #6D7AD9

#6D7AD9
(109,122,217)
#646FC6
(100,111,198)
#5B64B3
(91,100,179)
#5259A0
(82,89,160)
#494E8D
(73,78,141)
#40437A
(64,67,122)
#373867
(55,56,103)
#2E2D54
(46,45,84)
#252241
(37,34,65)
#1C172E
(28,23,46)
#130C1B
(19,12,27)
#000000
(0,0,0)

Tints of #6D7AD9

#6D7AD9
(109,122,217)
#7A86DC
(122,134,220)
#8792DF
(135,146,223)
#949EE2
(148,158,226)
#A1AAE5
(161,170,229)
#AEB6E8
(174,182,232)
#BBC2EB
(187,194,235)
#C8CEEE
(200,206,238)
#D5DAF1
(213,218,241)
#E2E6F4
(226,230,244)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7AD9 color. Also use rgb(109,122,217) instead hex code.

Text Font Color

.myTextColor { color: #6D7AD9; }

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

This text font color is #6D7AD9.


Background Color

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

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

This div background color is #6D7AD9.


Border color

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

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

This div border color is #6D7AD9.


Opacity

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

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

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

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

This text has shadow with #6D7AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7AD9 on black background.


Color preview on white background

This text has color #6D7AD9 on white background.



Black color preview on #6D7AD9 background

This text has black color on #6D7AD9 background.


White color preview on #6D7AD9 background

This text has white color on #6D7AD9 background.