COLOR #6D718C

HEX: #6D718C
RGB: (109,113,140)

Color info

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

RGB color model

#6D718C color RGB value is (109,113,140).

  • red value is 109;
  • green value is 113;
  • blue value is 140.
RGB:
(109,113,140)
(43%,44%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 140 of 255 = 55%

109
113
140

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

Portions of RGB colors in percentages

R + G + B =
109 + 113 + 140 = 362 (100%)
R 109 of 362 ~ 30.11%
G 113 of 362 ~ 31.22%
B 140 of 362 ~ 38.67%

%30.11
%31.22
%38.67

CMYK color model

#6D718C color CMYK value is (22,19,0,45).

  • cyan value is 22.14%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(22,19,0,45)
C22M19Y0K45 
(22%,19%,0%,45%)
(0.22/0.19/0.00/0.45)	

CMYK percentages

%22.14
%19.29
%0
%45.1

Codes

Color #6D718C in popluar color models

6D718C
RGB109113140
HSL232°12.45%48.82%
HSB/HSV232°22.14%54.90%
CMYK22.14%19.29%0.00%
45.10%

Color #6D718C in popluar number systems.

HEX6D718C
Decimal109113140
Binary1101101111000110001100
Octal155161214

Shades and tints

Shades of #6D718C

#6D718C
(109,113,140)
#646780
(100,103,128)
#5B5D74
(91,93,116)
#525368
(82,83,104)
#49495C
(73,73,92)
#403F50
(64,63,80)
#373544
(55,53,68)
#2E2B38
(46,43,56)
#25212C
(37,33,44)
#1C1720
(28,23,32)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #6D718C

#6D718C
(109,113,140)
#7A7D96
(122,125,150)
#8789A0
(135,137,160)
#9495AA
(148,149,170)
#A1A1B4
(161,161,180)
#AEADBE
(174,173,190)
#BBB9C8
(187,185,200)
#C8C5D2
(200,197,210)
#D5D1DC
(213,209,220)
#E2DDE6
(226,221,230)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D718C; }

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

This text font color is #6D718C.


Background Color

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

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

This div background color is #6D718C.


Border color

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

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

This div border color is #6D718C.


Opacity

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

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

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

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

This text has shadow with #6D718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D718C on black background.


Color preview on white background

This text has color #6D718C on white background.



Black color preview on #6D718C background

This text has black color on #6D718C background.


White color preview on #6D718C background

This text has white color on #6D718C background.