COLOR #6D609D

HEX: #6D609D
RGB: (109,96,157)

Color info

#6D609D contains mainly red and blue colors. Web safe color of #6D609D is #666699 (or #669).

RGB color model

#6D609D color RGB value is (109,96,157).

  • red value is 109;
  • green value is 96;
  • blue value is 157.
RGB: (109,96,157) (43%,38%,62%)

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 157 of 255 = 62%

109
96
157

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

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 157 = 362 (100%)
R 109 of 362 ~ 30.11%
G 96 of 362 ~ 26.52%
B 157 of 362 ~ 43.37%

%30.11
%26.52
%43.37

CMYK color model

#6D609D color CMYK value is (31,39,0,38).

  • cyan value is 30.57%
  • magenta value is 38.85%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (31,39,0,38) C31M39Y0K38 (31%,39%,0%,38%) (0.31/0.39/0.00/0.38)

CMYK percentages

%30.57
%38.85
%0
%38.43

Codes

Color #6D609D in popluar color models

6D609D
RGB10996157
HSL253°24.11%49.61%
HSB/HSV253°38.85%61.57%
CMYK30.57%38.85%0.00%
38.43%

Color #6D609D in popluar number systems.

HEX6D609D
Decimal10996157
Binary1101101110000010011101
Octal155140235

Shades and tints

Shades of #6D609D

#6D609D
(109,96,157)
#64588F
(100,88,143)
#5B5081
(91,80,129)
#524873
(82,72,115)
#494065
(73,64,101)
#403857
(64,56,87)
#373049
(55,48,73)
#2E283B
(46,40,59)
#25202D
(37,32,45)
#1C181F
(28,24,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D609D

#6D609D
(109,96,157)
#7A6EA5
(122,110,165)
#877CAD
(135,124,173)
#948AB5
(148,138,181)
#A198BD
(161,152,189)
#AEA6C5
(174,166,197)
#BBB4CD
(187,180,205)
#C8C2D5
(200,194,213)
#D5D0DD
(213,208,221)
#E2DEE5
(226,222,229)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D609D color. Also use rgb(109,96,157) instead hex code.

Text Font Color

.myTextColor { color: #6D609D; }

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

This text font color is #6D609D.


Background Color

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

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

This div background color is #6D609D.


Border color

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

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

This div border color is #6D609D.


Opacity

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

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

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

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

This text has shadow with #6D609D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D609D on black background.


Color preview on white background

This text has color #6D609D on white background.



Black color preview on #6D609D background

This text has black color on #6D609D background.


White color preview on #6D609D background

This text has white color on #6D609D background.