COLOR #6D387F

HEX: #6D387F
RGB: (109,56,127)

Color info

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

RGB color model

#6D387F color RGB value is (109,56,127).

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

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 127 of 255 = 50%

109
56
127

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

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 127 = 292 (100%)
R 109 of 292 ~ 37.33%
G 56 of 292 ~ 19.18%
B 127 of 292 ~ 43.49%

%37.33
%19.18
%43.49

CMYK color model

#6D387F color CMYK value is (14,56,0,50).

  • cyan value is 14.17%
  • magenta value is 55.91%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(14,56,0,50)
C14M56Y0K50 
(14%,56%,0%,50%)
(0.14/0.56/0.00/0.50)	

CMYK percentages

%14.17
%55.91
%0
%50.2

Codes

Color #6D387F in popluar color models

6D387F
RGB10956127
HSL285°38.80%35.88%
HSB/HSV285°55.91%49.80%
CMYK14.17%55.91%0.00%
50.20%

Color #6D387F in popluar number systems.

HEX6D387F
Decimal10956127
Binary11011011110001111111
Octal15570177

Shades and tints

Shades of #6D387F

#6D387F
(109,56,127)
#643374
(100,51,116)
#5B2E69
(91,46,105)
#52295E
(82,41,94)
#492453
(73,36,83)
#401F48
(64,31,72)
#371A3D
(55,26,61)
#2E1532
(46,21,50)
#251027
(37,16,39)
#1C0B1C
(28,11,28)
#130611
(19,6,17)
#000000
(0,0,0)

Tints of #6D387F

#6D387F
(109,56,127)
#7A4A8A
(122,74,138)
#875C95
(135,92,149)
#946EA0
(148,110,160)
#A180AB
(161,128,171)
#AE92B6
(174,146,182)
#BBA4C1
(187,164,193)
#C8B6CC
(200,182,204)
#D5C8D7
(213,200,215)
#E2DAE2
(226,218,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D387F; }

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

This text font color is #6D387F.


Background Color

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

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

This div background color is #6D387F.


Border color

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

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

This div border color is #6D387F.


Opacity

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

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

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

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

This text has shadow with #6D387F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D387F on black background.


Color preview on white background

This text has color #6D387F on white background.



Black color preview on #6D387F background

This text has black color on #6D387F background.


White color preview on #6D387F background

This text has white color on #6D387F background.