COLOR #6D496F

HEX: #6D496F
RGB: (109,73,111)

Color info

#6D496F contains red, green and blue colors in about the same proportion. Web safe color of #6D496F is #663366 (or #636).

RGB color model

#6D496F color RGB value is (109,73,111).

  • red value is 109;
  • green value is 73;
  • blue value is 111.
RGB:
(109,73,111)
(43%,29%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 73 of 255 = 29%
B 111 of 255 = 44%

109
73
111

R + G + B ~ 39%. #6D496F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 73 + 111 = 293 (100%)
R 109 of 293 ~ 37.2%
G 73 of 293 ~ 24.91%
B 111 of 293 ~ 37.88%

%37.2
%24.91
%37.88

CMYK color model

#6D496F color CMYK value is (2,34,0,56).

  • cyan value is 1.80%
  • magenta value is 34.23%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(2,34,0,56)
C2M34Y0K56 
(2%,34%,0%,56%)
(0.02/0.34/0.00/0.56)	

CMYK percentages

%1.8
%34.23
%0
%56.47

Codes

Color #6D496F in popluar color models

6D496F
RGB10973111
HSL297°20.65%36.08%
HSB/HSV297°34.23%43.53%
CMYK1.80%34.23%0.00%
56.47%

Color #6D496F in popluar number systems.

HEX6D496F
Decimal10973111
Binary110110110010011101111
Octal155111157

Shades and tints

Shades of #6D496F

#6D496F
(109,73,111)
#644365
(100,67,101)
#5B3D5B
(91,61,91)
#523751
(82,55,81)
#493147
(73,49,71)
#402B3D
(64,43,61)
#372533
(55,37,51)
#2E1F29
(46,31,41)
#25191F
(37,25,31)
#1C1315
(28,19,21)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #6D496F

#6D496F
(109,73,111)
#7A597C
(122,89,124)
#876989
(135,105,137)
#947996
(148,121,150)
#A189A3
(161,137,163)
#AE99B0
(174,153,176)
#BBA9BD
(187,169,189)
#C8B9CA
(200,185,202)
#D5C9D7
(213,201,215)
#E2D9E4
(226,217,228)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D496F color. Also use rgb(109,73,111) instead hex code.

Text Font Color

.myTextColor { color: #6D496F; }

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

This text font color is #6D496F.


Background Color

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

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

This div background color is #6D496F.


Border color

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

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

This div border color is #6D496F.


Opacity

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

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

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

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

This text has shadow with #6D496F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D496F on black background.


Color preview on white background

This text has color #6D496F on white background.



Black color preview on #6D496F background

This text has black color on #6D496F background.


White color preview on #6D496F background

This text has white color on #6D496F background.