COLOR #6B2047

HEX: #6B2047
RGB: (107,32,71)

Color info

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

RGB color model

#6B2047 color RGB value is (107,32,71).

  • red value is 107;
  • green value is 32;
  • blue value is 71.
RGB:
(107,32,71)
(42%,13%,28%)

RGB channels and saturation

R 107 of 255 = 42%
G 32 of 255 = 13%
B 71 of 255 = 28%

107
32
71

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

Portions of RGB colors in percentages

R + G + B =
107 + 32 + 71 = 210 (100%)
R 107 of 210 ~ 50.95%
G 32 of 210 ~ 15.24%
B 71 of 210 ~ 33.81%

%50.95
%15.24
%33.81

CMYK color model

#6B2047 color CMYK value is (0,70,34,58).

  • cyan value is 0.00%
  • magenta value is 70.09%
  • yellow value is 33.64%
  • key color value is 58.04%
CMYK:
(0,70,34,58)
C0M70Y34K58 
(0%,70%,34%,58%)
(0.00/0.70/0.34/0.58)	

CMYK percentages

%0
%70.09
%33.64
%58.04

Codes

Color #6B2047 in popluar color models

6B2047
RGB1073271
HSL329°53.96%27.25%
HSB/HSV329°70.09%41.96%
CMYK0.00%70.09%33.64%
58.04%

Color #6B2047 in popluar number systems.

HEX6B2047
Decimal1073271
Binary11010111000001000111
Octal15340107

Shades and tints

Shades of #6B2047

#6B2047
(107,32,71)
#621E41
(98,30,65)
#591C3B
(89,28,59)
#501A35
(80,26,53)
#47182F
(71,24,47)
#3E1629
(62,22,41)
#351423
(53,20,35)
#2C121D
(44,18,29)
#231017
(35,16,23)
#1A0E11
(26,14,17)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #6B2047

#6B2047
(107,32,71)
#783457
(120,52,87)
#854867
(133,72,103)
#925C77
(146,92,119)
#9F7087
(159,112,135)
#AC8497
(172,132,151)
#B998A7
(185,152,167)
#C6ACB7
(198,172,183)
#D3C0C7
(211,192,199)
#E0D4D7
(224,212,215)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2047 color. Also use rgb(107,32,71) instead hex code.

Text Font Color

.myTextColor { color: #6B2047; }

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

This text font color is #6B2047.


Background Color

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

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

This div background color is #6B2047.


Border color

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

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

This div border color is #6B2047.


Opacity

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

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

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

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

This text has shadow with #6B2047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2047 on black background.


Color preview on white background

This text has color #6B2047 on white background.



Black color preview on #6B2047 background

This text has black color on #6B2047 background.


White color preview on #6B2047 background

This text has white color on #6B2047 background.