COLOR #6C2B6A

HEX: #6C2B6A
RGB: (108,43,106)

Color info

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

RGB color model

#6C2B6A color RGB value is (108,43,106).

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

RGB channels and saturation

R 108 of 255 = 42%
G 43 of 255 = 17%
B 106 of 255 = 42%

108
43
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 43 + 106 = 257 (100%)
R 108 of 257 ~ 42.02%
G 43 of 257 ~ 16.73%
B 106 of 257 ~ 41.25%

%42.02
%16.73
%41.25

CMYK color model

#6C2B6A color CMYK value is (0,60,2,58).

  • cyan value is 0.00%
  • magenta value is 60.19%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(0,60,2,58)
C0M60Y2K58 
(0%,60%,2%,58%)
(0.00/0.60/0.02/0.58)	

CMYK percentages

%0
%60.19
%1.85
%57.65

Codes

Color #6C2B6A in popluar color models

6C2B6A
RGB10843106
HSL302°43.05%29.61%
HSB/HSV302°60.19%42.35%
CMYK0.00%60.19%1.85%
57.65%

Color #6C2B6A in popluar number systems.

HEX6C2B6A
Decimal10843106
Binary11011001010111101010
Octal15453152

Shades and tints

Shades of #6C2B6A

#6C2B6A
(108,43,106)
#632861
(99,40,97)
#5A2558
(90,37,88)
#51224F
(81,34,79)
#481F46
(72,31,70)
#3F1C3D
(63,28,61)
#361934
(54,25,52)
#2D162B
(45,22,43)
#241322
(36,19,34)
#1B1019
(27,16,25)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #6C2B6A

#6C2B6A
(108,43,106)
#793E77
(121,62,119)
#865184
(134,81,132)
#936491
(147,100,145)
#A0779E
(160,119,158)
#AD8AAB
(173,138,171)
#BA9DB8
(186,157,184)
#C7B0C5
(199,176,197)
#D4C3D2
(212,195,210)
#E1D6DF
(225,214,223)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2B6A color. Also use rgb(108,43,106) instead hex code.

Text Font Color

.myTextColor { color: #6C2B6A; }

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

This text font color is #6C2B6A.


Background Color

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

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

This div background color is #6C2B6A.


Border color

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

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

This div border color is #6C2B6A.


Opacity

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

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

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

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

This text has shadow with #6C2B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2B6A on black background.


Color preview on white background

This text has color #6C2B6A on white background.



Black color preview on #6C2B6A background

This text has black color on #6C2B6A background.


White color preview on #6C2B6A background

This text has white color on #6C2B6A background.