COLOR #6D6C9A

HEX: #6D6C9A RGB: (109,108,154)

Color info

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

RGB color model

#6D6C9A color RGB value is (109,108,154).

RGB: (109,108,154) (43%, 42%, 60%)

RGB channels and saturation

R 109 of 255 = 43%
G 108 of 255 = 42%
B 154 of 255 = 60%

109
108
154

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

Portions of RGB colors in percentages

R + G + B = 109 + 108 + 154 = 371 (100%)
R 109 of 371 ~ 29.38%
G 108 of 371 ~ 29.11%
B 154 of 371 ~ 41.51'%

%29.38
%29.11
%41.51

CMYK color model

#6D6C9A color CMYK value is (29,30,0,40).

  • cyan value is 29.22%
  • magenta value is 29.87%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (29,30,0,40)
C29M30Y0K40 (29%, 30%, 0%, 40%)
(0.29 / 0.30 / 0.00 / 0.40)

CMYK percentages

%29.22
%29.87
%0
%39.61

Codes

Color #6D6C9A in popluar color models

6D 6C 9A
RGB 109 108 154
HSL 241° 18.55% 51.37%
HSB/HSV 241° 29.87% 60.39%
CMYK 29.22% 29.87% 0.00%
39.61%

Color #6D6C9A in popluar number systems.

HEX 6D 6C 9A
Decimal 109 108 154
Binary 1101101 1101100 10011010
Octal 155 154 232

Shades and tints

Shades of #6D6C9A

#6D6C9A
(109,108,154)
#64638C
(100,99,140)
#5B5A7E
(91,90,126)
#525170
(82,81,112)
#494862
(73,72,98)
#403F54
(64,63,84)
#373646
(55,54,70)
#2E2D38
(46,45,56)
#25242A
(37,36,42)
#1C1B1C
(28,27,28)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #6D6C9A

#6D6C9A
(109,108,154)
#7A79A3
(122,121,163)
#8786AC
(135,134,172)
#9493B5
(148,147,181)
#A1A0BE
(161,160,190)
#AEADC7
(174,173,199)
#BBBAD0
(187,186,208)
#C8C7D9
(200,199,217)
#D5D4E2
(213,212,226)
#E2E1EB
(226,225,235)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6C9A color. Also use rgb(109,108,154) instead hex code.

Text Font Color

.myTextColor { color: #6D6C9A; }

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

This text font color is #6D6C9A.

Background Color

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

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

This div background color is #6D6C9A.

Border color

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

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

This div border color is #6D6C9A.

Opacity

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

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

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

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

This text has shadow with #6D6C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6C9A.

Preview

Color preview on black background

This text has color #6D6C9A on black background.


Color preview on white background

This text has color #6D6C9A on white background.


Black color preview on #6D6C9A background

This text has black color on #6D6C9A background.


White color preview on #6D6C9A background

This text has white color on #6D6C9A background.


Related colors

Complementary color

Complementary color for #hex is #929365.


I love getcolorcode.com

Triadic colors

1 #9A6D6C and #6C9A6D with #6D6C9A are triadic colors.

2 #9A6C6D and #6C6D9A with #6D6C9A are triadic colors.