COLOR #6C2451

HEX: #6C2451
RGB: (108,36,81)

Color info

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

RGB color model

#6C2451 color RGB value is (108,36,81).

  • red value is 108;
  • green value is 36;
  • blue value is 81.
RGB:
(108,36,81)
(42%,14%,32%)

RGB channels and saturation

R 108 of 255 = 42%
G 36 of 255 = 14%
B 81 of 255 = 32%

108
36
81

R + G + B ~ 29%. #6C2451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 36 + 81 = 225 (100%)
R 108 of 225 ~ 48%
G 36 of 225 ~ 16%
B 81 of 225 ~ 36%

%48
%16
%36

CMYK color model

#6C2451 color CMYK value is (0,67,25,58).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 25.00%
  • key color value is 57.65%
CMYK:
(0,67,25,58)
C0M67Y25K58 
(0%,67%,25%,58%)
(0.00/0.67/0.25/0.58)	

CMYK percentages

%0
%66.67
%25
%57.65

Codes

Color #6C2451 in popluar color models

6C2451
RGB1083681
HSL323°50.00%28.24%
HSB/HSV323°66.67%42.35%
CMYK0.00%66.67%25.00%
57.65%

Color #6C2451 in popluar number systems.

HEX6C2451
Decimal1083681
Binary11011001001001010001
Octal15444121

Shades and tints

Shades of #6C2451

#6C2451
(108,36,81)
#63214A
(99,33,74)
#5A1E43
(90,30,67)
#511B3C
(81,27,60)
#481835
(72,24,53)
#3F152E
(63,21,46)
#361227
(54,18,39)
#2D0F20
(45,15,32)
#240C19
(36,12,25)
#1B0912
(27,9,18)
#12060B
(18,6,11)
#000000
(0,0,0)

Tints of #6C2451

#6C2451
(108,36,81)
#793760
(121,55,96)
#864A6F
(134,74,111)
#935D7E
(147,93,126)
#A0708D
(160,112,141)
#AD839C
(173,131,156)
#BA96AB
(186,150,171)
#C7A9BA
(199,169,186)
#D4BCC9
(212,188,201)
#E1CFD8
(225,207,216)
#EEE2E7
(238,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2451 color. Also use rgb(108,36,81) instead hex code.

Text Font Color

.myTextColor { color: #6C2451; }

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

This text font color is #6C2451.


Background Color

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

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

This div background color is #6C2451.


Border color

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

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

This div border color is #6C2451.


Opacity

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

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

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

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

This text has shadow with #6C2451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2451 on black background.


Color preview on white background

This text has color #6C2451 on white background.



Black color preview on #6C2451 background

This text has black color on #6C2451 background.


White color preview on #6C2451 background

This text has white color on #6C2451 background.