COLOR #6B224C

HEX: #6B224C
RGB: (107,34,76)

Color info

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

RGB color model

#6B224C color RGB value is (107,34,76).

  • red value is 107;
  • green value is 34;
  • blue value is 76.
RGB:
(107,34,76)
(42%,13%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 34 of 255 = 13%
B 76 of 255 = 30%

107
34
76

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

Portions of RGB colors in percentages

R + G + B =
107 + 34 + 76 = 217 (100%)
R 107 of 217 ~ 49.31%
G 34 of 217 ~ 15.67%
B 76 of 217 ~ 35.02%

%49.31
%15.67
%35.02

CMYK color model

#6B224C color CMYK value is (0,68,29,58).

  • cyan value is 0.00%
  • magenta value is 68.22%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK:
(0,68,29,58)
C0M68Y29K58 
(0%,68%,29%,58%)
(0.00/0.68/0.29/0.58)	

CMYK percentages

%0
%68.22
%28.97
%58.04

Codes

Color #6B224C in popluar color models

6B224C
RGB1073476
HSL325°51.77%27.65%
HSB/HSV325°68.22%41.96%
CMYK0.00%68.22%28.97%
58.04%

Color #6B224C in popluar number systems.

HEX6B224C
Decimal1073476
Binary11010111000101001100
Octal15342114

Shades and tints

Shades of #6B224C

#6B224C
(107,34,76)
#621F46
(98,31,70)
#591C40
(89,28,64)
#50193A
(80,25,58)
#471634
(71,22,52)
#3E132E
(62,19,46)
#351028
(53,16,40)
#2C0D22
(44,13,34)
#230A1C
(35,10,28)
#1A0716
(26,7,22)
#110410
(17,4,16)
#000000
(0,0,0)

Tints of #6B224C

#6B224C
(107,34,76)
#78365C
(120,54,92)
#854A6C
(133,74,108)
#925E7C
(146,94,124)
#9F728C
(159,114,140)
#AC869C
(172,134,156)
#B99AAC
(185,154,172)
#C6AEBC
(198,174,188)
#D3C2CC
(211,194,204)
#E0D6DC
(224,214,220)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B224C color. Also use rgb(107,34,76) instead hex code.

Text Font Color

.myTextColor { color: #6B224C; }

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

This text font color is #6B224C.


Background Color

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

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

This div background color is #6B224C.


Border color

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

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

This div border color is #6B224C.


Opacity

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

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

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

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

This text has shadow with #6B224C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B224C on black background.


Color preview on white background

This text has color #6B224C on white background.



Black color preview on #6B224C background

This text has black color on #6B224C background.


White color preview on #6B224C background

This text has white color on #6B224C background.