COLOR #6D206E

HEX: #6D206E
RGB: (109,32,110)

Color info

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

RGB color model

#6D206E color RGB value is (109,32,110).

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

RGB channels and saturation

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

109
32
110

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

Portions of RGB colors in percentages

R + G + B =
109 + 32 + 110 = 251 (100%)
R 109 of 251 ~ 43.43%
G 32 of 251 ~ 12.75%
B 110 of 251 ~ 43.82%

%43.43
%12.75
%43.82

CMYK color model

#6D206E color CMYK value is (1,71,0,57).

  • cyan value is 0.91%
  • magenta value is 70.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(1,71,0,57)
C1M71Y0K57 
(1%,71%,0%,57%)
(0.01/0.71/0.00/0.57)	

CMYK percentages

%0.91
%70.91
%0
%56.86

Codes

Color #6D206E in popluar color models

6D206E
RGB10932110
HSL299°54.93%27.84%
HSB/HSV299°70.91%43.14%
CMYK0.91%70.91%0.00%
56.86%

Color #6D206E in popluar number systems.

HEX6D206E
Decimal10932110
Binary11011011000001101110
Octal15540156

Shades and tints

Shades of #6D206E

#6D206E
(109,32,110)
#641E64
(100,30,100)
#5B1C5A
(91,28,90)
#521A50
(82,26,80)
#491846
(73,24,70)
#40163C
(64,22,60)
#371432
(55,20,50)
#2E1228
(46,18,40)
#25101E
(37,16,30)
#1C0E14
(28,14,20)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #6D206E

#6D206E
(109,32,110)
#7A347B
(122,52,123)
#874888
(135,72,136)
#945C95
(148,92,149)
#A170A2
(161,112,162)
#AE84AF
(174,132,175)
#BB98BC
(187,152,188)
#C8ACC9
(200,172,201)
#D5C0D6
(213,192,214)
#E2D4E3
(226,212,227)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D206E; }

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

This text font color is #6D206E.


Background Color

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

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

This div background color is #6D206E.


Border color

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

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

This div border color is #6D206E.


Opacity

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

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

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

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

This text has shadow with #6D206E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D206E on black background.


Color preview on white background

This text has color #6D206E on white background.



Black color preview on #6D206E background

This text has black color on #6D206E background.


White color preview on #6D206E background

This text has white color on #6D206E background.