COLOR #6D719E

HEX: #6D719E RGB: (109,113,158)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
113
158

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

Portions of RGB colors in percentages

R + G + B = 109 + 113 + 158 = 380 (100%)
R 109 of 380 ~ 28.68%
G 113 of 380 ~ 29.74%
B 158 of 380 ~ 41.58'%

%28.68
%29.74
%41.58

CMYK color model

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

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

CMYK: (31,28,0,38)
C31M28Y0K38 (31%, 28%, 0%, 38%)
(0.31 / 0.28 / 0.00 / 0.38)

CMYK percentages

%31.01
%28.48
%0
%38.04

Codes

Color #6D719E in popluar color models

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

Color #6D719E in popluar number systems.

HEX 6D 71 9E
Decimal 109 113 158
Binary 1101101 1110001 10011110
Octal 155 161 236

Shades and tints

Shades of #6D719E

#6D719E
(109,113,158)
#646790
(100,103,144)
#5B5D82
(91,93,130)
#525374
(82,83,116)
#494966
(73,73,102)
#403F58
(64,63,88)
#37354A
(55,53,74)
#2E2B3C
(46,43,60)
#25212E
(37,33,46)
#1C1720
(28,23,32)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #6D719E

#6D719E
(109,113,158)
#7A7DA6
(122,125,166)
#8789AE
(135,137,174)
#9495B6
(148,149,182)
#A1A1BE
(161,161,190)
#AEADC6
(174,173,198)
#BBB9CE
(187,185,206)
#C8C5D6
(200,197,214)
#D5D1DE
(213,209,222)
#E2DDE6
(226,221,230)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D719E; }

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

This text font color is #6D719E.

Background Color

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

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

This div background color is #6D719E.

Border color

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

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

This div border color is #6D719E.

Opacity

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

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

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

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

This text has shadow with #6D719E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D719E.

Preview

Color preview on black background

This text has color #6D719E on black background.


Color preview on white background

This text has color #6D719E on white background.


Black color preview on #6D719E background

This text has black color on #6D719E background.


White color preview on #6D719E background

This text has white color on #6D719E background.


Related colors

Complementary color

Complementary color for #hex is #928E61.


I love getcolorcode.com

Triadic colors

1 #9E6D71 and #719E6D with #6D719E are triadic colors.

2 #9E716D and #716D9E with #6D719E are triadic colors.