COLOR #6D347F

HEX: #6D347F
RGB: (109,52,127)

Color info

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

RGB color model

#6D347F color RGB value is (109,52,127).

  • red value is 109;
  • green value is 52;
  • blue value is 127.
RGB:
(109,52,127)
(43%,20%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 52 of 255 = 20%
B 127 of 255 = 50%

109
52
127

R + G + B ~ 38%. #6D347F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 52 + 127 = 288 (100%)
R 109 of 288 ~ 37.85%
G 52 of 288 ~ 18.06%
B 127 of 288 ~ 44.1%

%37.85
%18.06
%44.1

CMYK color model

#6D347F color CMYK value is (14,59,0,50).

  • cyan value is 14.17%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(14,59,0,50)
C14M59Y0K50 
(14%,59%,0%,50%)
(0.14/0.59/0.00/0.50)	

CMYK percentages

%14.17
%59.06
%0
%50.2

Codes

Color #6D347F in popluar color models

6D347F
RGB10952127
HSL286°41.90%35.10%
HSB/HSV286°59.06%49.80%
CMYK14.17%59.06%0.00%
50.20%

Color #6D347F in popluar number systems.

HEX6D347F
Decimal10952127
Binary11011011101001111111
Octal15564177

Shades and tints

Shades of #6D347F

#6D347F
(109,52,127)
#643074
(100,48,116)
#5B2C69
(91,44,105)
#52285E
(82,40,94)
#492453
(73,36,83)
#402048
(64,32,72)
#371C3D
(55,28,61)
#2E1832
(46,24,50)
#251427
(37,20,39)
#1C101C
(28,16,28)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #6D347F

#6D347F
(109,52,127)
#7A468A
(122,70,138)
#875895
(135,88,149)
#946AA0
(148,106,160)
#A17CAB
(161,124,171)
#AE8EB6
(174,142,182)
#BBA0C1
(187,160,193)
#C8B2CC
(200,178,204)
#D5C4D7
(213,196,215)
#E2D6E2
(226,214,226)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D347F color. Also use rgb(109,52,127) instead hex code.

Text Font Color

.myTextColor { color: #6D347F; }

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

This text font color is #6D347F.


Background Color

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

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

This div background color is #6D347F.


Border color

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

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

This div border color is #6D347F.


Opacity

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

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

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

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

This text has shadow with #6D347F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D347F on black background.


Color preview on white background

This text has color #6D347F on white background.



Black color preview on #6D347F background

This text has black color on #6D347F background.


White color preview on #6D347F background

This text has white color on #6D347F background.