COLOR #6D6D9E

HEX: #6D6D9E RGB: (109,109,158)

Color info

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

RGB color model

#6D6D9E color RGB value is (109,109,158).

RGB: (109,109,158) (43%, 43%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 109 of 255 = 43%
B 158 of 255 = 62%

109
109
158

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

Portions of RGB colors in percentages

R + G + B = 109 + 109 + 158 = 376 (100%)
R 109 of 376 ~ 28.99%
G 109 of 376 ~ 28.99%
B 158 of 376 ~ 42.02'%

%28.99
%28.99
%42.02

CMYK color model

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

  • cyan value is 31.01%
  • magenta value is 31.01%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (31,31,0,38)
C31M31Y0K38 (31%, 31%, 0%, 38%)
(0.31 / 0.31 / 0.00 / 0.38)

CMYK percentages

%31.01
%31.01
%0
%38.04

Codes

Color #6D6D9E in popluar color models

6D 6D 9E
RGB 109 109 158
HSL 240° 20.16% 52.35%
HSB/HSV 240° 31.01% 61.96%
CMYK 31.01% 31.01% 0.00%
38.04%

Color #6D6D9E in popluar number systems.

HEX 6D 6D 9E
Decimal 109 109 158
Binary 1101101 1101101 10011110
Octal 155 155 236

Shades and tints

Shades of #6D6D9E

#6D6D9E
(109,109,158)
#646490
(100,100,144)
#5B5B82
(91,91,130)
#525274
(82,82,116)
#494966
(73,73,102)
#404058
(64,64,88)
#37374A
(55,55,74)
#2E2E3C
(46,46,60)
#25252E
(37,37,46)
#1C1C20
(28,28,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #6D6D9E

#6D6D9E
(109,109,158)
#7A7AA6
(122,122,166)
#8787AE
(135,135,174)
#9494B6
(148,148,182)
#A1A1BE
(161,161,190)
#AEAEC6
(174,174,198)
#BBBBCE
(187,187,206)
#C8C8D6
(200,200,214)
#D5D5DE
(213,213,222)
#E2E2E6
(226,226,230)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D9E; }

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

This text font color is #6D6D9E.

Background Color

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

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

This div background color is #6D6D9E.

Border color

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

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

This div border color is #6D6D9E.

Opacity

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

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

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

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

This text has shadow with #6D6D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6D9E.

Preview

Color preview on black background

This text has color #6D6D9E on black background.


Color preview on white background

This text has color #6D6D9E on white background.


Black color preview on #6D6D9E background

This text has black color on #6D6D9E background.


White color preview on #6D6D9E background

This text has white color on #6D6D9E background.


Related colors

Complementary color

Complementary color for #hex is #929261.


I love getcolorcode.com