COLOR #6D5674

HEX: #6D5674
RGB: (109,86,116)

Color info

#6D5674 contains red, green and blue colors in about the same proportion. Web safe color of #6D5674 is #666666 (or #666).

RGB color model

#6D5674 color RGB value is (109,86,116).

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

RGB channels and saturation

R 109 of 255 = 43%
G 86 of 255 = 34%
B 116 of 255 = 45%

109
86
116

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

Portions of RGB colors in percentages

R + G + B =
109 + 86 + 116 = 311 (100%)
R 109 of 311 ~ 35.05%
G 86 of 311 ~ 27.65%
B 116 of 311 ~ 37.3%

%35.05
%27.65
%37.3

CMYK color model

#6D5674 color CMYK value is (6,26,0,55).

  • cyan value is 6.03%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(6,26,0,55)
C6M26Y0K55 
(6%,26%,0%,55%)
(0.06/0.26/0.00/0.55)	

CMYK percentages

%6.03
%25.86
%0
%54.51

Codes

Color #6D5674 in popluar color models

6D5674
RGB10986116
HSL286°14.85%39.61%
HSB/HSV286°25.86%45.49%
CMYK6.03%25.86%0.00%
54.51%

Color #6D5674 in popluar number systems.

HEX6D5674
Decimal10986116
Binary110110110101101110100
Octal155126164

Shades and tints

Shades of #6D5674

#6D5674
(109,86,116)
#644F6A
(100,79,106)
#5B4860
(91,72,96)
#524156
(82,65,86)
#493A4C
(73,58,76)
#403342
(64,51,66)
#372C38
(55,44,56)
#2E252E
(46,37,46)
#251E24
(37,30,36)
#1C171A
(28,23,26)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #6D5674

#6D5674
(109,86,116)
#7A6580
(122,101,128)
#87748C
(135,116,140)
#948398
(148,131,152)
#A192A4
(161,146,164)
#AEA1B0
(174,161,176)
#BBB0BC
(187,176,188)
#C8BFC8
(200,191,200)
#D5CED4
(213,206,212)
#E2DDE0
(226,221,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5674; }

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

This text font color is #6D5674.


Background Color

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

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

This div background color is #6D5674.


Border color

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

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

This div border color is #6D5674.


Opacity

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

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

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

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

This text has shadow with #6D5674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5674 on black background.


Color preview on white background

This text has color #6D5674 on white background.



Black color preview on #6D5674 background

This text has black color on #6D5674 background.


White color preview on #6D5674 background

This text has white color on #6D5674 background.