COLOR #6A2442

HEX: #6A2442
RGB: (106,36,66)

Color info

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

RGB color model

#6A2442 color RGB value is (106,36,66).

  • red value is 106;
  • green value is 36;
  • blue value is 66.
RGB:
(106,36,66)
(42%,14%,26%)

RGB channels and saturation

R 106 of 255 = 42%
G 36 of 255 = 14%
B 66 of 255 = 26%

106
36
66

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

Portions of RGB colors in percentages

R + G + B =
106 + 36 + 66 = 208 (100%)
R 106 of 208 ~ 50.96%
G 36 of 208 ~ 17.31%
B 66 of 208 ~ 31.73%

%50.96
%17.31
%31.73

CMYK color model

#6A2442 color CMYK value is (0,66,38,58).

  • cyan value is 0.00%
  • magenta value is 66.04%
  • yellow value is 37.74%
  • key color value is 58.43%
CMYK:
(0,66,38,58)
C0M66Y38K58 
(0%,66%,38%,58%)
(0.00/0.66/0.38/0.58)	

CMYK percentages

%0
%66.04
%37.74
%58.43

Codes

Color #6A2442 in popluar color models

6A2442
RGB1063666
HSL334°49.30%27.84%
HSB/HSV334°66.04%41.57%
CMYK0.00%66.04%37.74%
58.43%

Color #6A2442 in popluar number systems.

HEX6A2442
Decimal1063666
Binary11010101001001000010
Octal15244102

Shades and tints

Shades of #6A2442

#6A2442
(106,36,66)
#61213C
(97,33,60)
#581E36
(88,30,54)
#4F1B30
(79,27,48)
#46182A
(70,24,42)
#3D1524
(61,21,36)
#34121E
(52,18,30)
#2B0F18
(43,15,24)
#220C12
(34,12,18)
#19090C
(25,9,12)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #6A2442

#6A2442
(106,36,66)
#773753
(119,55,83)
#844A64
(132,74,100)
#915D75
(145,93,117)
#9E7086
(158,112,134)
#AB8397
(171,131,151)
#B896A8
(184,150,168)
#C5A9B9
(197,169,185)
#D2BCCA
(210,188,202)
#DFCFDB
(223,207,219)
#ECE2EC
(236,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2442 color. Also use rgb(106,36,66) instead hex code.

Text Font Color

.myTextColor { color: #6A2442; }

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

This text font color is #6A2442.


Background Color

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

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

This div background color is #6A2442.


Border color

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

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

This div border color is #6A2442.


Opacity

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

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

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

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

This text has shadow with #6A2442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2442 on black background.


Color preview on white background

This text has color #6A2442 on white background.



Black color preview on #6A2442 background

This text has black color on #6A2442 background.


White color preview on #6A2442 background

This text has white color on #6A2442 background.