COLOR #6B2856

HEX: #6B2856
RGB: (107,40,86)

Color info

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

RGB color model

#6B2856 color RGB value is (107,40,86).

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

RGB channels and saturation

R 107 of 255 = 42%
G 40 of 255 = 16%
B 86 of 255 = 34%

107
40
86

R + G + B ~ 31%. #6B2856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 40 + 86 = 233 (100%)
R 107 of 233 ~ 45.92%
G 40 of 233 ~ 17.17%
B 86 of 233 ~ 36.91%

%45.92
%17.17
%36.91

CMYK color model

#6B2856 color CMYK value is (0,63,20,58).

  • cyan value is 0.00%
  • magenta value is 62.62%
  • yellow value is 19.63%
  • key color value is 58.04%
CMYK:
(0,63,20,58)
C0M63Y20K58 
(0%,63%,20%,58%)
(0.00/0.63/0.20/0.58)	

CMYK percentages

%0
%62.62
%19.63
%58.04

Codes

Color #6B2856 in popluar color models

6B2856
RGB1074086
HSL319°45.58%28.82%
HSB/HSV319°62.62%41.96%
CMYK0.00%62.62%19.63%
58.04%

Color #6B2856 in popluar number systems.

HEX6B2856
Decimal1074086
Binary11010111010001010110
Octal15350126

Shades and tints

Shades of #6B2856

#6B2856
(107,40,86)
#62254F
(98,37,79)
#592248
(89,34,72)
#501F41
(80,31,65)
#471C3A
(71,28,58)
#3E1933
(62,25,51)
#35162C
(53,22,44)
#2C1325
(44,19,37)
#23101E
(35,16,30)
#1A0D17
(26,13,23)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #6B2856

#6B2856
(107,40,86)
#783B65
(120,59,101)
#854E74
(133,78,116)
#926183
(146,97,131)
#9F7492
(159,116,146)
#AC87A1
(172,135,161)
#B99AB0
(185,154,176)
#C6ADBF
(198,173,191)
#D3C0CE
(211,192,206)
#E0D3DD
(224,211,221)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2856; }

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

This text font color is #6B2856.


Background Color

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

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

This div background color is #6B2856.


Border color

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

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

This div border color is #6B2856.


Opacity

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

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

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

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

This text has shadow with #6B2856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2856 on black background.


Color preview on white background

This text has color #6B2856 on white background.



Black color preview on #6B2856 background

This text has black color on #6B2856 background.


White color preview on #6B2856 background

This text has white color on #6B2856 background.