COLOR #6C2054

HEX: #6C2054
RGB: (108,32,84)

Color info

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

RGB color model

#6C2054 color RGB value is (108,32,84).

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

RGB channels and saturation

R 108 of 255 = 42%
G 32 of 255 = 13%
B 84 of 255 = 33%

108
32
84

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

Portions of RGB colors in percentages

R + G + B =
108 + 32 + 84 = 224 (100%)
R 108 of 224 ~ 48.21%
G 32 of 224 ~ 14.29%
B 84 of 224 ~ 37.5%

%48.21
%14.29
%37.5

CMYK color model

#6C2054 color CMYK value is (0,70,22,58).

  • cyan value is 0.00%
  • magenta value is 70.37%
  • yellow value is 22.22%
  • key color value is 57.65%
CMYK:
(0,70,22,58)
C0M70Y22K58 
(0%,70%,22%,58%)
(0.00/0.70/0.22/0.58)	

CMYK percentages

%0
%70.37
%22.22
%57.65

Codes

Color #6C2054 in popluar color models

6C2054
RGB1083284
HSL319°54.29%27.45%
HSB/HSV319°70.37%42.35%
CMYK0.00%70.37%22.22%
57.65%

Color #6C2054 in popluar number systems.

HEX6C2054
Decimal1083284
Binary11011001000001010100
Octal15440124

Shades and tints

Shades of #6C2054

#6C2054
(108,32,84)
#631E4D
(99,30,77)
#5A1C46
(90,28,70)
#511A3F
(81,26,63)
#481838
(72,24,56)
#3F1631
(63,22,49)
#36142A
(54,20,42)
#2D1223
(45,18,35)
#24101C
(36,16,28)
#1B0E15
(27,14,21)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #6C2054

#6C2054
(108,32,84)
#793463
(121,52,99)
#864872
(134,72,114)
#935C81
(147,92,129)
#A07090
(160,112,144)
#AD849F
(173,132,159)
#BA98AE
(186,152,174)
#C7ACBD
(199,172,189)
#D4C0CC
(212,192,204)
#E1D4DB
(225,212,219)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2054 color. Also use rgb(108,32,84) instead hex code.

Text Font Color

.myTextColor { color: #6C2054; }

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

This text font color is #6C2054.


Background Color

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

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

This div background color is #6C2054.


Border color

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

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

This div border color is #6C2054.


Opacity

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

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

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

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

This text has shadow with #6C2054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2054 on black background.


Color preview on white background

This text has color #6C2054 on white background.



Black color preview on #6C2054 background

This text has black color on #6C2054 background.


White color preview on #6C2054 background

This text has white color on #6C2054 background.