COLOR #6C2139

HEX: #6C2139
RGB: (108,33,57)

Color info

#6C2139 contains mainly red and blue colors. Web safe color of #6C2139 is #663333 (or #633).

RGB color model

#6C2139 color RGB value is (108,33,57).

  • red value is 108;
  • green value is 33;
  • blue value is 57.
RGB:
(108,33,57)
(42%,13%,22%)

RGB channels and saturation

R 108 of 255 = 42%
G 33 of 255 = 13%
B 57 of 255 = 22%

108
33
57

R + G + B ~ 26%. #6C2139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 33 + 57 = 198 (100%)
R 108 of 198 ~ 54.55%
G 33 of 198 ~ 16.67%
B 57 of 198 ~ 28.79%

%54.55
%16.67
%28.79

CMYK color model

#6C2139 color CMYK value is (0,69,47,58).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 47.22%
  • key color value is 57.65%
CMYK:
(0,69,47,58)
C0M69Y47K58 
(0%,69%,47%,58%)
(0.00/0.69/0.47/0.58)	

CMYK percentages

%0
%69.44
%47.22
%57.65

Codes

Color #6C2139 in popluar color models

6C2139
RGB1083357
HSL341°53.19%27.65%
HSB/HSV341°69.44%42.35%
CMYK0.00%69.44%47.22%
57.65%

Color #6C2139 in popluar number systems.

HEX6C2139
Decimal1083357
Binary1101100100001111001
Octal1544171

Shades and tints

Shades of #6C2139

#6C2139
(108,33,57)
#631E34
(99,30,52)
#5A1B2F
(90,27,47)
#51182A
(81,24,42)
#481525
(72,21,37)
#3F1220
(63,18,32)
#360F1B
(54,15,27)
#2D0C16
(45,12,22)
#240911
(36,9,17)
#1B060C
(27,6,12)
#120307
(18,3,7)
#000000
(0,0,0)

Tints of #6C2139

#6C2139
(108,33,57)
#79354B
(121,53,75)
#86495D
(134,73,93)
#935D6F
(147,93,111)
#A07181
(160,113,129)
#AD8593
(173,133,147)
#BA99A5
(186,153,165)
#C7ADB7
(199,173,183)
#D4C1C9
(212,193,201)
#E1D5DB
(225,213,219)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2139 color. Also use rgb(108,33,57) instead hex code.

Text Font Color

.myTextColor { color: #6C2139; }

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

This text font color is #6C2139.


Background Color

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

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

This div background color is #6C2139.


Border color

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

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

This div border color is #6C2139.


Opacity

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

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

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

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

This text has shadow with #6C2139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2139 on black background.


Color preview on white background

This text has color #6C2139 on white background.



Black color preview on #6C2139 background

This text has black color on #6C2139 background.


White color preview on #6C2139 background

This text has white color on #6C2139 background.