COLOR #6B2872

HEX: #6B2872
RGB: (107,40,114)

Color info

#6B2872 contains mainly red and blue colors. Web safe color of #6B2872 is #663366 (or #636).

RGB color model

#6B2872 color RGB value is (107,40,114).

  • red value is 107;
  • green value is 40;
  • blue value is 114.
RGB:
(107,40,114)
(42%,16%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 40 of 255 = 16%
B 114 of 255 = 45%

107
40
114

R + G + B ~ 34%. #6B2872 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 40 + 114 = 261 (100%)
R 107 of 261 ~ 41%
G 40 of 261 ~ 15.33%
B 114 of 261 ~ 43.68%

%41
%15.33
%43.68

CMYK color model

#6B2872 color CMYK value is (6,65,0,55).

  • cyan value is 6.14%
  • magenta value is 64.91%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(6,65,0,55)
C6M65Y0K55 
(6%,65%,0%,55%)
(0.06/0.65/0.00/0.55)	

CMYK percentages

%6.14
%64.91
%0
%55.29

Codes

Color #6B2872 in popluar color models

6B2872
RGB10740114
HSL294°48.05%30.20%
HSB/HSV294°64.91%44.71%
CMYK6.14%64.91%0.00%
55.29%

Color #6B2872 in popluar number systems.

HEX6B2872
Decimal10740114
Binary11010111010001110010
Octal15350162

Shades and tints

Shades of #6B2872

#6B2872
(107,40,114)
#622568
(98,37,104)
#59225E
(89,34,94)
#501F54
(80,31,84)
#471C4A
(71,28,74)
#3E1940
(62,25,64)
#351636
(53,22,54)
#2C132C
(44,19,44)
#231022
(35,16,34)
#1A0D18
(26,13,24)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B2872

#6B2872
(107,40,114)
#783B7E
(120,59,126)
#854E8A
(133,78,138)
#926196
(146,97,150)
#9F74A2
(159,116,162)
#AC87AE
(172,135,174)
#B99ABA
(185,154,186)
#C6ADC6
(198,173,198)
#D3C0D2
(211,192,210)
#E0D3DE
(224,211,222)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2872 color. Also use rgb(107,40,114) instead hex code.

Text Font Color

.myTextColor { color: #6B2872; }

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

This text font color is #6B2872.


Background Color

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

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

This div background color is #6B2872.


Border color

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

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

This div border color is #6B2872.


Opacity

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

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

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

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

This text has shadow with #6B2872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2872 on black background.


Color preview on white background

This text has color #6B2872 on white background.



Black color preview on #6B2872 background

This text has black color on #6B2872 background.


White color preview on #6B2872 background

This text has white color on #6B2872 background.