COLOR #6C214A

HEX: #6C214A
RGB: (108,33,74)

Color info

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

RGB color model

#6C214A color RGB value is (108,33,74).

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

RGB channels and saturation

R 108 of 255 = 42%
G 33 of 255 = 13%
B 74 of 255 = 29%

108
33
74

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

Portions of RGB colors in percentages

R + G + B =
108 + 33 + 74 = 215 (100%)
R 108 of 215 ~ 50.23%
G 33 of 215 ~ 15.35%
B 74 of 215 ~ 34.42%

%50.23
%15.35
%34.42

CMYK color model

#6C214A color CMYK value is (0,69,31,58).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 31.48%
  • key color value is 57.65%
CMYK:
(0,69,31,58)
C0M69Y31K58 
(0%,69%,31%,58%)
(0.00/0.69/0.31/0.58)	

CMYK percentages

%0
%69.44
%31.48
%57.65

Codes

Color #6C214A in popluar color models

6C214A
RGB1083374
HSL327°53.19%27.65%
HSB/HSV327°69.44%42.35%
CMYK0.00%69.44%31.48%
57.65%

Color #6C214A in popluar number systems.

HEX6C214A
Decimal1083374
Binary11011001000011001010
Octal15441112

Shades and tints

Shades of #6C214A

#6C214A
(108,33,74)
#631E44
(99,30,68)
#5A1B3E
(90,27,62)
#511838
(81,24,56)
#481532
(72,21,50)
#3F122C
(63,18,44)
#360F26
(54,15,38)
#2D0C20
(45,12,32)
#24091A
(36,9,26)
#1B0614
(27,6,20)
#12030E
(18,3,14)
#000000
(0,0,0)

Tints of #6C214A

#6C214A
(108,33,74)
#79355A
(121,53,90)
#86496A
(134,73,106)
#935D7A
(147,93,122)
#A0718A
(160,113,138)
#AD859A
(173,133,154)
#BA99AA
(186,153,170)
#C7ADBA
(199,173,186)
#D4C1CA
(212,193,202)
#E1D5DA
(225,213,218)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C214A; }

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

This text font color is #6C214A.


Background Color

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

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

This div background color is #6C214A.


Border color

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

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

This div border color is #6C214A.


Opacity

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

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

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

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

This text has shadow with #6C214A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C214A on black background.


Color preview on white background

This text has color #6C214A on white background.



Black color preview on #6C214A background

This text has black color on #6C214A background.


White color preview on #6C214A background

This text has white color on #6C214A background.