COLOR #6C2E55

HEX: #6C2E55
RGB: (108,46,85)

Color info

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

RGB color model

#6C2E55 color RGB value is (108,46,85).

  • red value is 108;
  • green value is 46;
  • blue value is 85.
RGB:
(108,46,85)
(42%,18%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 46 of 255 = 18%
B 85 of 255 = 33%

108
46
85

R + G + B ~ 31%. #6C2E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 46 + 85 = 239 (100%)
R 108 of 239 ~ 45.19%
G 46 of 239 ~ 19.25%
B 85 of 239 ~ 35.56%

%45.19
%19.25
%35.56

CMYK color model

#6C2E55 color CMYK value is (0,57,21,58).

  • cyan value is 0.00%
  • magenta value is 57.41%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(0,57,21,58)
C0M57Y21K58 
(0%,57%,21%,58%)
(0.00/0.57/0.21/0.58)	

CMYK percentages

%0
%57.41
%21.3
%57.65

Codes

Color #6C2E55 in popluar color models

6C2E55
RGB1084685
HSL322°40.26%30.20%
HSB/HSV322°57.41%42.35%
CMYK0.00%57.41%21.30%
57.65%

Color #6C2E55 in popluar number systems.

HEX6C2E55
Decimal1084685
Binary11011001011101010101
Octal15456125

Shades and tints

Shades of #6C2E55

#6C2E55
(108,46,85)
#632A4E
(99,42,78)
#5A2647
(90,38,71)
#512240
(81,34,64)
#481E39
(72,30,57)
#3F1A32
(63,26,50)
#36162B
(54,22,43)
#2D1224
(45,18,36)
#240E1D
(36,14,29)
#1B0A16
(27,10,22)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #6C2E55

#6C2E55
(108,46,85)
#794164
(121,65,100)
#865473
(134,84,115)
#936782
(147,103,130)
#A07A91
(160,122,145)
#AD8DA0
(173,141,160)
#BAA0AF
(186,160,175)
#C7B3BE
(199,179,190)
#D4C6CD
(212,198,205)
#E1D9DC
(225,217,220)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2E55 color. Also use rgb(108,46,85) instead hex code.

Text Font Color

.myTextColor { color: #6C2E55; }

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

This text font color is #6C2E55.


Background Color

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

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

This div background color is #6C2E55.


Border color

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

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

This div border color is #6C2E55.


Opacity

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

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

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

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

This text has shadow with #6C2E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2E55 on black background.


Color preview on white background

This text has color #6C2E55 on white background.



Black color preview on #6C2E55 background

This text has black color on #6C2E55 background.


White color preview on #6C2E55 background

This text has white color on #6C2E55 background.