COLOR #6A213F

HEX: #6A213F
RGB: (106,33,63)

Color info

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

RGB color model

#6A213F color RGB value is (106,33,63).

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

RGB channels and saturation

R 106 of 255 = 42%
G 33 of 255 = 13%
B 63 of 255 = 25%

106
33
63

R + G + B ~ 27%. #6A213F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 33 + 63 = 202 (100%)
R 106 of 202 ~ 52.48%
G 33 of 202 ~ 16.34%
B 63 of 202 ~ 31.19%

%52.48
%16.34
%31.19

CMYK color model

#6A213F color CMYK value is (0,69,41,58).

  • cyan value is 0.00%
  • magenta value is 68.87%
  • yellow value is 40.57%
  • key color value is 58.43%
CMYK:
(0,69,41,58)
C0M69Y41K58 
(0%,69%,41%,58%)
(0.00/0.69/0.41/0.58)	

CMYK percentages

%0
%68.87
%40.57
%58.43

Codes

Color #6A213F in popluar color models

6A213F
RGB1063363
HSL335°52.52%27.25%
HSB/HSV335°68.87%41.57%
CMYK0.00%68.87%40.57%
58.43%

Color #6A213F in popluar number systems.

HEX6A213F
Decimal1063363
Binary1101010100001111111
Octal1524177

Shades and tints

Shades of #6A213F

#6A213F
(106,33,63)
#611E3A
(97,30,58)
#581B35
(88,27,53)
#4F1830
(79,24,48)
#46152B
(70,21,43)
#3D1226
(61,18,38)
#340F21
(52,15,33)
#2B0C1C
(43,12,28)
#220917
(34,9,23)
#190612
(25,6,18)
#10030D
(16,3,13)
#000000
(0,0,0)

Tints of #6A213F

#6A213F
(106,33,63)
#773550
(119,53,80)
#844961
(132,73,97)
#915D72
(145,93,114)
#9E7183
(158,113,131)
#AB8594
(171,133,148)
#B899A5
(184,153,165)
#C5ADB6
(197,173,182)
#D2C1C7
(210,193,199)
#DFD5D8
(223,213,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A213F; }

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

This text font color is #6A213F.


Background Color

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

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

This div background color is #6A213F.


Border color

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

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

This div border color is #6A213F.


Opacity

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

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

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

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

This text has shadow with #6A213F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A213F on black background.


Color preview on white background

This text has color #6A213F on white background.



Black color preview on #6A213F background

This text has black color on #6A213F background.


White color preview on #6A213F background

This text has white color on #6A213F background.