COLOR #6D226E

HEX: #6D226E
RGB: (109,34,110)

Color info

#6D226E contains mainly red and blue colors. Web safe color of #6D226E is #663366 (or #636).

RGB color model

#6D226E color RGB value is (109,34,110).

  • red value is 109;
  • green value is 34;
  • blue value is 110.
RGB:
(109,34,110)
(43%,13%,43%)

RGB channels and saturation

R 109 of 255 = 43%
G 34 of 255 = 13%
B 110 of 255 = 43%

109
34
110

R + G + B ~ 33%. #6D226E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 34 + 110 = 253 (100%)
R 109 of 253 ~ 43.08%
G 34 of 253 ~ 13.44%
B 110 of 253 ~ 43.48%

%43.08
%13.44
%43.48

CMYK color model

#6D226E color CMYK value is (1,69,0,57).

  • cyan value is 0.91%
  • magenta value is 69.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(1,69,0,57)
C1M69Y0K57 
(1%,69%,0%,57%)
(0.01/0.69/0.00/0.57)	

CMYK percentages

%0.91
%69.09
%0
%56.86

Codes

Color #6D226E in popluar color models

6D226E
RGB10934110
HSL299°52.78%28.24%
HSB/HSV299°69.09%43.14%
CMYK0.91%69.09%0.00%
56.86%

Color #6D226E in popluar number systems.

HEX6D226E
Decimal10934110
Binary11011011000101101110
Octal15542156

Shades and tints

Shades of #6D226E

#6D226E
(109,34,110)
#641F64
(100,31,100)
#5B1C5A
(91,28,90)
#521950
(82,25,80)
#491646
(73,22,70)
#40133C
(64,19,60)
#371032
(55,16,50)
#2E0D28
(46,13,40)
#250A1E
(37,10,30)
#1C0714
(28,7,20)
#13040A
(19,4,10)
#000000
(0,0,0)

Tints of #6D226E

#6D226E
(109,34,110)
#7A367B
(122,54,123)
#874A88
(135,74,136)
#945E95
(148,94,149)
#A172A2
(161,114,162)
#AE86AF
(174,134,175)
#BB9ABC
(187,154,188)
#C8AEC9
(200,174,201)
#D5C2D6
(213,194,214)
#E2D6E3
(226,214,227)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D226E color. Also use rgb(109,34,110) instead hex code.

Text Font Color

.myTextColor { color: #6D226E; }

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

This text font color is #6D226E.


Background Color

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

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

This div background color is #6D226E.


Border color

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

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

This div border color is #6D226E.


Opacity

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

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

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

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

This text has shadow with #6D226E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D226E on black background.


Color preview on white background

This text has color #6D226E on white background.



Black color preview on #6D226E background

This text has black color on #6D226E background.


White color preview on #6D226E background

This text has white color on #6D226E background.