COLOR #6C2B91

HEX: #6C2B91
RGB: (108,43,145)

Color info

#6C2B91 contains mainly red and blue colors. Web safe color of #6C2B91 is #663399 (or #639).

RGB color model

#6C2B91 color RGB value is (108,43,145).

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

RGB channels and saturation

R 108 of 255 = 42%
G 43 of 255 = 17%
B 145 of 255 = 57%

108
43
145

R + G + B ~ 39%. #6C2B91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 43 + 145 = 296 (100%)
R 108 of 296 ~ 36.49%
G 43 of 296 ~ 14.53%
B 145 of 296 ~ 48.99%

%36.49
%14.53
%48.99

CMYK color model

#6C2B91 color CMYK value is (26,70,0,43).

  • cyan value is 25.52%
  • magenta value is 70.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(26,70,0,43)
C26M70Y0K43 
(26%,70%,0%,43%)
(0.26/0.70/0.00/0.43)	

CMYK percentages

%25.52
%70.34
%0
%43.14

Codes

Color #6C2B91 in popluar color models

6C2B91
RGB10843145
HSL278°54.26%36.86%
HSB/HSV278°70.34%56.86%
CMYK25.52%70.34%0.00%
43.14%

Color #6C2B91 in popluar number systems.

HEX6C2B91
Decimal10843145
Binary110110010101110010001
Octal15453221

Shades and tints

Shades of #6C2B91

#6C2B91
(108,43,145)
#632884
(99,40,132)
#5A2577
(90,37,119)
#51226A
(81,34,106)
#481F5D
(72,31,93)
#3F1C50
(63,28,80)
#361943
(54,25,67)
#2D1636
(45,22,54)
#241329
(36,19,41)
#1B101C
(27,16,28)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C2B91

#6C2B91
(108,43,145)
#793E9B
(121,62,155)
#8651A5
(134,81,165)
#9364AF
(147,100,175)
#A077B9
(160,119,185)
#AD8AC3
(173,138,195)
#BA9DCD
(186,157,205)
#C7B0D7
(199,176,215)
#D4C3E1
(212,195,225)
#E1D6EB
(225,214,235)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2B91; }

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

This text font color is #6C2B91.


Background Color

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

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

This div background color is #6C2B91.


Border color

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

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

This div border color is #6C2B91.


Opacity

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

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

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

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

This text has shadow with #6C2B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2B91 on black background.


Color preview on white background

This text has color #6C2B91 on white background.



Black color preview on #6C2B91 background

This text has black color on #6C2B91 background.


White color preview on #6C2B91 background

This text has white color on #6C2B91 background.