COLOR #6A214A

HEX: #6A214A
RGB: (106,33,74)

Color info

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

RGB color model

#6A214A color RGB value is (106,33,74).

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

RGB channels and saturation

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

106
33
74

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

Portions of RGB colors in percentages

R + G + B =
106 + 33 + 74 = 213 (100%)
R 106 of 213 ~ 49.77%
G 33 of 213 ~ 15.49%
B 74 of 213 ~ 34.74%

%49.77
%15.49
%34.74

CMYK color model

#6A214A color CMYK value is (0,69,30,58).

  • cyan value is 0.00%
  • magenta value is 68.87%
  • yellow value is 30.19%
  • key color value is 58.43%
CMYK:
(0,69,30,58)
C0M69Y30K58 
(0%,69%,30%,58%)
(0.00/0.69/0.30/0.58)	

CMYK percentages

%0
%68.87
%30.19
%58.43

Codes

Color #6A214A in popluar color models

6A214A
RGB1063374
HSL326°52.52%27.25%
HSB/HSV326°68.87%41.57%
CMYK0.00%68.87%30.19%
58.43%

Color #6A214A in popluar number systems.

HEX6A214A
Decimal1063374
Binary11010101000011001010
Octal15241112

Shades and tints

Shades of #6A214A

#6A214A
(106,33,74)
#611E44
(97,30,68)
#581B3E
(88,27,62)
#4F1838
(79,24,56)
#461532
(70,21,50)
#3D122C
(61,18,44)
#340F26
(52,15,38)
#2B0C20
(43,12,32)
#22091A
(34,9,26)
#190614
(25,6,20)
#10030E
(16,3,14)
#000000
(0,0,0)

Tints of #6A214A

#6A214A
(106,33,74)
#77355A
(119,53,90)
#84496A
(132,73,106)
#915D7A
(145,93,122)
#9E718A
(158,113,138)
#AB859A
(171,133,154)
#B899AA
(184,153,170)
#C5ADBA
(197,173,186)
#D2C1CA
(210,193,202)
#DFD5DA
(223,213,218)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A214A; }

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

This text font color is #6A214A.


Background Color

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

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

This div background color is #6A214A.


Border color

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

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

This div border color is #6A214A.


Opacity

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

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

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

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

This text has shadow with #6A214A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A214A on black background.


Color preview on white background

This text has color #6A214A on white background.



Black color preview on #6A214A background

This text has black color on #6A214A background.


White color preview on #6A214A background

This text has white color on #6A214A background.