COLOR #6D497A

HEX: #6D497A
RGB: (109,73,122)

Color info

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

RGB color model

#6D497A color RGB value is (109,73,122).

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

RGB channels and saturation

R 109 of 255 = 43%
G 73 of 255 = 29%
B 122 of 255 = 48%

109
73
122

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

Portions of RGB colors in percentages

R + G + B =
109 + 73 + 122 = 304 (100%)
R 109 of 304 ~ 35.86%
G 73 of 304 ~ 24.01%
B 122 of 304 ~ 40.13%

%35.86
%24.01
%40.13

CMYK color model

#6D497A color CMYK value is (11,40,0,52).

  • cyan value is 10.66%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(11,40,0,52)
C11M40Y0K52 
(11%,40%,0%,52%)
(0.11/0.40/0.00/0.52)	

CMYK percentages

%10.66
%40.16
%0
%52.16

Codes

Color #6D497A in popluar color models

6D497A
RGB10973122
HSL284°25.13%38.24%
HSB/HSV284°40.16%47.84%
CMYK10.66%40.16%0.00%
52.16%

Color #6D497A in popluar number systems.

HEX6D497A
Decimal10973122
Binary110110110010011111010
Octal155111172

Shades and tints

Shades of #6D497A

#6D497A
(109,73,122)
#64436F
(100,67,111)
#5B3D64
(91,61,100)
#523759
(82,55,89)
#49314E
(73,49,78)
#402B43
(64,43,67)
#372538
(55,37,56)
#2E1F2D
(46,31,45)
#251922
(37,25,34)
#1C1317
(28,19,23)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #6D497A

#6D497A
(109,73,122)
#7A5986
(122,89,134)
#876992
(135,105,146)
#94799E
(148,121,158)
#A189AA
(161,137,170)
#AE99B6
(174,153,182)
#BBA9C2
(187,169,194)
#C8B9CE
(200,185,206)
#D5C9DA
(213,201,218)
#E2D9E6
(226,217,230)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D497A; }

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

This text font color is #6D497A.


Background Color

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

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

This div background color is #6D497A.


Border color

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

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

This div border color is #6D497A.


Opacity

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

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

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

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

This text has shadow with #6D497A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D497A on black background.


Color preview on white background

This text has color #6D497A on white background.



Black color preview on #6D497A background

This text has black color on #6D497A background.


White color preview on #6D497A background

This text has white color on #6D497A background.