COLOR #6C3D7F

HEX: #6C3D7F
RGB: (108,61,127)

Color info

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

RGB color model

#6C3D7F color RGB value is (108,61,127).

  • red value is 108;
  • green value is 61;
  • blue value is 127.
RGB:
(108,61,127)
(42%,24%,50%)

RGB channels and saturation

R 108 of 255 = 42%
G 61 of 255 = 24%
B 127 of 255 = 50%

108
61
127

R + G + B ~ 39%. #6C3D7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 61 + 127 = 296 (100%)
R 108 of 296 ~ 36.49%
G 61 of 296 ~ 20.61%
B 127 of 296 ~ 42.91%

%36.49
%20.61
%42.91

CMYK color model

#6C3D7F color CMYK value is (15,52,0,50).

  • cyan value is 14.96%
  • magenta value is 51.97%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(15,52,0,50)
C15M52Y0K50 
(15%,52%,0%,50%)
(0.15/0.52/0.00/0.50)	

CMYK percentages

%14.96
%51.97
%0
%50.2

Codes

Color #6C3D7F in popluar color models

6C3D7F
RGB10861127
HSL283°35.11%36.86%
HSB/HSV283°51.97%49.80%
CMYK14.96%51.97%0.00%
50.20%

Color #6C3D7F in popluar number systems.

HEX6C3D7F
Decimal10861127
Binary11011001111011111111
Octal15475177

Shades and tints

Shades of #6C3D7F

#6C3D7F
(108,61,127)
#633874
(99,56,116)
#5A3369
(90,51,105)
#512E5E
(81,46,94)
#482953
(72,41,83)
#3F2448
(63,36,72)
#361F3D
(54,31,61)
#2D1A32
(45,26,50)
#241527
(36,21,39)
#1B101C
(27,16,28)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C3D7F

#6C3D7F
(108,61,127)
#794E8A
(121,78,138)
#865F95
(134,95,149)
#9370A0
(147,112,160)
#A081AB
(160,129,171)
#AD92B6
(173,146,182)
#BAA3C1
(186,163,193)
#C7B4CC
(199,180,204)
#D4C5D7
(212,197,215)
#E1D6E2
(225,214,226)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3D7F color. Also use rgb(108,61,127) instead hex code.

Text Font Color

.myTextColor { color: #6C3D7F; }

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

This text font color is #6C3D7F.


Background Color

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

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

This div background color is #6C3D7F.


Border color

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

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

This div border color is #6C3D7F.


Opacity

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

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

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

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

This text has shadow with #6C3D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3D7F on black background.


Color preview on white background

This text has color #6C3D7F on white background.



Black color preview on #6C3D7F background

This text has black color on #6C3D7F background.


White color preview on #6C3D7F background

This text has white color on #6C3D7F background.