COLOR #6D749A

HEX: #6D749A
RGB: (109,116,154)

Color info

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

RGB color model

#6D749A color RGB value is (109,116,154).

  • red value is 109;
  • green value is 116;
  • blue value is 154.
RGB:
(109,116,154)
(43%,45%,60%)

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 154 of 255 = 60%

109
116
154

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

Portions of RGB colors in percentages

R + G + B =
109 + 116 + 154 = 379 (100%)
R 109 of 379 ~ 28.76%
G 116 of 379 ~ 30.61%
B 154 of 379 ~ 40.63%

%28.76
%30.61
%40.63

CMYK color model

#6D749A color CMYK value is (29,25,0,40).

  • cyan value is 29.22%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(29,25,0,40)
C29M25Y0K40 
(29%,25%,0%,40%)
(0.29/0.25/0.00/0.40)	

CMYK percentages

%29.22
%24.68
%0
%39.61

Codes

Color #6D749A in popluar color models

6D749A
RGB109116154
HSL231°18.22%51.57%
HSB/HSV231°29.22%60.39%
CMYK29.22%24.68%0.00%
39.61%

Color #6D749A in popluar number systems.

HEX6D749A
Decimal109116154
Binary1101101111010010011010
Octal155164232

Shades and tints

Shades of #6D749A

#6D749A
(109,116,154)
#646A8C
(100,106,140)
#5B607E
(91,96,126)
#525670
(82,86,112)
#494C62
(73,76,98)
#404254
(64,66,84)
#373846
(55,56,70)
#2E2E38
(46,46,56)
#25242A
(37,36,42)
#1C1A1C
(28,26,28)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #6D749A

#6D749A
(109,116,154)
#7A80A3
(122,128,163)
#878CAC
(135,140,172)
#9498B5
(148,152,181)
#A1A4BE
(161,164,190)
#AEB0C7
(174,176,199)
#BBBCD0
(187,188,208)
#C8C8D9
(200,200,217)
#D5D4E2
(213,212,226)
#E2E0EB
(226,224,235)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D749A; }

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

This text font color is #6D749A.


Background Color

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

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

This div background color is #6D749A.


Border color

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

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

This div border color is #6D749A.


Opacity

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

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

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

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

This text has shadow with #6D749A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D749A on black background.


Color preview on white background

This text has color #6D749A on white background.



Black color preview on #6D749A background

This text has black color on #6D749A background.


White color preview on #6D749A background

This text has white color on #6D749A background.