COLOR #6D6A9D

HEX: #6D6A9D
RGB: (109,106,157)

Color info

#6D6A9D contains red, green and blue colors in about the same proportion. Web safe color of #6D6A9D is #666699 (or #669).

RGB color model

#6D6A9D color RGB value is (109,106,157).

  • red value is 109;
  • green value is 106;
  • blue value is 157.
RGB:
(109,106,157)
(43%,42%,62%)

RGB channels and saturation

R 109 of 255 = 43%
G 106 of 255 = 42%
B 157 of 255 = 62%

109
106
157

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

Portions of RGB colors in percentages

R + G + B =
109 + 106 + 157 = 372 (100%)
R 109 of 372 ~ 29.3%
G 106 of 372 ~ 28.49%
B 157 of 372 ~ 42.2%

%29.3
%28.49
%42.2

CMYK color model

#6D6A9D color CMYK value is (31,32,0,38).

  • cyan value is 30.57%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(31,32,0,38)
C31M32Y0K38 
(31%,32%,0%,38%)
(0.31/0.32/0.00/0.38)	

CMYK percentages

%30.57
%32.48
%0
%38.43

Codes

Color #6D6A9D in popluar color models

6D6A9D
RGB109106157
HSL244°20.65%51.57%
HSB/HSV244°32.48%61.57%
CMYK30.57%32.48%0.00%
38.43%

Color #6D6A9D in popluar number systems.

HEX6D6A9D
Decimal109106157
Binary1101101110101010011101
Octal155152235

Shades and tints

Shades of #6D6A9D

#6D6A9D
(109,106,157)
#64618F
(100,97,143)
#5B5881
(91,88,129)
#524F73
(82,79,115)
#494665
(73,70,101)
#403D57
(64,61,87)
#373449
(55,52,73)
#2E2B3B
(46,43,59)
#25222D
(37,34,45)
#1C191F
(28,25,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D6A9D

#6D6A9D
(109,106,157)
#7A77A5
(122,119,165)
#8784AD
(135,132,173)
#9491B5
(148,145,181)
#A19EBD
(161,158,189)
#AEABC5
(174,171,197)
#BBB8CD
(187,184,205)
#C8C5D5
(200,197,213)
#D5D2DD
(213,210,221)
#E2DFE5
(226,223,229)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6A9D color. Also use rgb(109,106,157) instead hex code.

Text Font Color

.myTextColor { color: #6D6A9D; }

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

This text font color is #6D6A9D.


Background Color

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

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

This div background color is #6D6A9D.


Border color

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

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

This div border color is #6D6A9D.


Opacity

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

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

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

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

This text has shadow with #6D6A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6A9D on black background.


Color preview on white background

This text has color #6D6A9D on white background.



Black color preview on #6D6A9D background

This text has black color on #6D6A9D background.


White color preview on #6D6A9D background

This text has white color on #6D6A9D background.