COLOR #6B2C6A

HEX: #6B2C6A
RGB: (107,44,106)

Color info

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

RGB color model

#6B2C6A color RGB value is (107,44,106).

  • red value is 107;
  • green value is 44;
  • blue value is 106.
RGB:
(107,44,106)
(42%,17%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 44 of 255 = 17%
B 106 of 255 = 42%

107
44
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 44 + 106 = 257 (100%)
R 107 of 257 ~ 41.63%
G 44 of 257 ~ 17.12%
B 106 of 257 ~ 41.25%

%41.63
%17.12
%41.25

CMYK color model

#6B2C6A color CMYK value is (0,59,1,58).

  • cyan value is 0.00%
  • magenta value is 58.88%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(0,59,1,58)
C0M59Y1K58 
(0%,59%,1%,58%)
(0.00/0.59/0.01/0.58)	

CMYK percentages

%0
%58.88
%0.93
%58.04

Codes

Color #6B2C6A in popluar color models

6B2C6A
RGB10744106
HSL301°41.72%29.61%
HSB/HSV301°58.88%41.96%
CMYK0.00%58.88%0.93%
58.04%

Color #6B2C6A in popluar number systems.

HEX6B2C6A
Decimal10744106
Binary11010111011001101010
Octal15354152

Shades and tints

Shades of #6B2C6A

#6B2C6A
(107,44,106)
#622861
(98,40,97)
#592458
(89,36,88)
#50204F
(80,32,79)
#471C46
(71,28,70)
#3E183D
(62,24,61)
#351434
(53,20,52)
#2C102B
(44,16,43)
#230C22
(35,12,34)
#1A0819
(26,8,25)
#110410
(17,4,16)
#000000
(0,0,0)

Tints of #6B2C6A

#6B2C6A
(107,44,106)
#783F77
(120,63,119)
#855284
(133,82,132)
#926591
(146,101,145)
#9F789E
(159,120,158)
#AC8BAB
(172,139,171)
#B99EB8
(185,158,184)
#C6B1C5
(198,177,197)
#D3C4D2
(211,196,210)
#E0D7DF
(224,215,223)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2C6A color. Also use rgb(107,44,106) instead hex code.

Text Font Color

.myTextColor { color: #6B2C6A; }

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

This text font color is #6B2C6A.


Background Color

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

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

This div background color is #6B2C6A.


Border color

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

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

This div border color is #6B2C6A.


Opacity

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

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

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

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

This text has shadow with #6B2C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2C6A on black background.


Color preview on white background

This text has color #6B2C6A on white background.



Black color preview on #6B2C6A background

This text has black color on #6B2C6A background.


White color preview on #6B2C6A background

This text has white color on #6B2C6A background.