COLOR #6C1E4F

HEX: #6C1E4F
RGB: (108,30,79)

Color info

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

RGB color model

#6C1E4F color RGB value is (108,30,79).

  • red value is 108;
  • green value is 30;
  • blue value is 79.
RGB:
(108,30,79)
(42%,12%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 30 of 255 = 12%
B 79 of 255 = 31%

108
30
79

R + G + B ~ 28%. #6C1E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 30 + 79 = 217 (100%)
R 108 of 217 ~ 49.77%
G 30 of 217 ~ 13.82%
B 79 of 217 ~ 36.41%

%49.77
%13.82
%36.41

CMYK color model

#6C1E4F color CMYK value is (0,72,27,58).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 26.85%
  • key color value is 57.65%
CMYK:
(0,72,27,58)
C0M72Y27K58 
(0%,72%,27%,58%)
(0.00/0.72/0.27/0.58)	

CMYK percentages

%0
%72.22
%26.85
%57.65

Codes

Color #6C1E4F in popluar color models

6C1E4F
RGB1083079
HSL322°56.52%27.06%
HSB/HSV322°72.22%42.35%
CMYK0.00%72.22%26.85%
57.65%

Color #6C1E4F in popluar number systems.

HEX6C1E4F
Decimal1083079
Binary1101100111101001111
Octal15436117

Shades and tints

Shades of #6C1E4F

#6C1E4F
(108,30,79)
#631C48
(99,28,72)
#5A1A41
(90,26,65)
#51183A
(81,24,58)
#481633
(72,22,51)
#3F142C
(63,20,44)
#361225
(54,18,37)
#2D101E
(45,16,30)
#240E17
(36,14,23)
#1B0C10
(27,12,16)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #6C1E4F

#6C1E4F
(108,30,79)
#79325F
(121,50,95)
#86466F
(134,70,111)
#935A7F
(147,90,127)
#A06E8F
(160,110,143)
#AD829F
(173,130,159)
#BA96AF
(186,150,175)
#C7AABF
(199,170,191)
#D4BECF
(212,190,207)
#E1D2DF
(225,210,223)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1E4F color. Also use rgb(108,30,79) instead hex code.

Text Font Color

.myTextColor { color: #6C1E4F; }

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

This text font color is #6C1E4F.


Background Color

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

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

This div background color is #6C1E4F.


Border color

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

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

This div border color is #6C1E4F.


Opacity

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

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

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

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

This text has shadow with #6C1E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1E4F on black background.


Color preview on white background

This text has color #6C1E4F on white background.



Black color preview on #6C1E4F background

This text has black color on #6C1E4F background.


White color preview on #6C1E4F background

This text has white color on #6C1E4F background.