COLOR #6D7BAD

HEX: #6D7BAD
RGB: (109,123,173)

Color info

#6D7BAD contains mainly green and blue colors. Web safe color of #6D7BAD is #666699 (or #669).

RGB color model

#6D7BAD color RGB value is (109,123,173).

  • red value is 109;
  • green value is 123;
  • blue value is 173.
RGB:
(109,123,173)
(43%,48%,68%)

RGB channels and saturation

R 109 of 255 = 43%
G 123 of 255 = 48%
B 173 of 255 = 68%

109
123
173

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

Portions of RGB colors in percentages

R + G + B =
109 + 123 + 173 = 405 (100%)
R 109 of 405 ~ 26.91%
G 123 of 405 ~ 30.37%
B 173 of 405 ~ 42.72%

%26.91
%30.37
%42.72

CMYK color model

#6D7BAD color CMYK value is (37,29,0,32).

  • cyan value is 36.99%
  • magenta value is 28.90%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(37,29,0,32)
C37M29Y0K32 
(37%,29%,0%,32%)
(0.37/0.29/0.00/0.32)	

CMYK percentages

%36.99
%28.9
%0
%32.16

Codes

Color #6D7BAD in popluar color models

6D7BAD
RGB109123173
HSL227°28.07%55.29%
HSB/HSV227°36.99%67.84%
CMYK36.99%28.90%0.00%
32.16%

Color #6D7BAD in popluar number systems.

HEX6D7BAD
Decimal109123173
Binary1101101111101110101101
Octal155173255

Shades and tints

Shades of #6D7BAD

#6D7BAD
(109,123,173)
#64709E
(100,112,158)
#5B658F
(91,101,143)
#525A80
(82,90,128)
#494F71
(73,79,113)
#404462
(64,68,98)
#373953
(55,57,83)
#2E2E44
(46,46,68)
#252335
(37,35,53)
#1C1826
(28,24,38)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #6D7BAD

#6D7BAD
(109,123,173)
#7A87B4
(122,135,180)
#8793BB
(135,147,187)
#949FC2
(148,159,194)
#A1ABC9
(161,171,201)
#AEB7D0
(174,183,208)
#BBC3D7
(187,195,215)
#C8CFDE
(200,207,222)
#D5DBE5
(213,219,229)
#E2E7EC
(226,231,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7BAD color. Also use rgb(109,123,173) instead hex code.

Text Font Color

.myTextColor { color: #6D7BAD; }

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

This text font color is #6D7BAD.


Background Color

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

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

This div background color is #6D7BAD.


Border color

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

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

This div border color is #6D7BAD.


Opacity

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

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

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

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

This text has shadow with #6D7BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7BAD on black background.


Color preview on white background

This text has color #6D7BAD on white background.



Black color preview on #6D7BAD background

This text has black color on #6D7BAD background.


White color preview on #6D7BAD background

This text has white color on #6D7BAD background.