COLOR #6D6181

HEX: #6D6181
RGB: (109,97,129)

Color info

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

RGB color model

#6D6181 color RGB value is (109,97,129).

  • red value is 109;
  • green value is 97;
  • blue value is 129.
RGB:
(109,97,129)
(43%,38%,51%)

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 129 of 255 = 51%

109
97
129

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

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 129 = 335 (100%)
R 109 of 335 ~ 32.54%
G 97 of 335 ~ 28.96%
B 129 of 335 ~ 38.51%

%32.54
%28.96
%38.51

CMYK color model

#6D6181 color CMYK value is (16,25,0,49).

  • cyan value is 15.50%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(16,25,0,49)
C16M25Y0K49 
(16%,25%,0%,49%)
(0.16/0.25/0.00/0.49)	

CMYK percentages

%15.5
%24.81
%0
%49.41

Codes

Color #6D6181 in popluar color models

6D6181
RGB10997129
HSL263°14.16%44.31%
HSB/HSV263°24.81%50.59%
CMYK15.50%24.81%0.00%
49.41%

Color #6D6181 in popluar number systems.

HEX6D6181
Decimal10997129
Binary1101101110000110000001
Octal155141201

Shades and tints

Shades of #6D6181

#6D6181
(109,97,129)
#645976
(100,89,118)
#5B516B
(91,81,107)
#524960
(82,73,96)
#494155
(73,65,85)
#40394A
(64,57,74)
#37313F
(55,49,63)
#2E2934
(46,41,52)
#252129
(37,33,41)
#1C191E
(28,25,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #6D6181

#6D6181
(109,97,129)
#7A6F8C
(122,111,140)
#877D97
(135,125,151)
#948BA2
(148,139,162)
#A199AD
(161,153,173)
#AEA7B8
(174,167,184)
#BBB5C3
(187,181,195)
#C8C3CE
(200,195,206)
#D5D1D9
(213,209,217)
#E2DFE4
(226,223,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6181; }

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

This text font color is #6D6181.


Background Color

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

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

This div background color is #6D6181.


Border color

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

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

This div border color is #6D6181.


Opacity

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

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

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

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

This text has shadow with #6D6181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6181 on black background.


Color preview on white background

This text has color #6D6181 on white background.



Black color preview on #6D6181 background

This text has black color on #6D6181 background.


White color preview on #6D6181 background

This text has white color on #6D6181 background.