COLOR #6C2E90

HEX: #6C2E90
RGB: (108,46,144)

Color info

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

RGB color model

#6C2E90 color RGB value is (108,46,144).

  • red value is 108;
  • green value is 46;
  • blue value is 144.
RGB:
(108,46,144)
(42%,18%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 46 of 255 = 18%
B 144 of 255 = 56%

108
46
144

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

Portions of RGB colors in percentages

R + G + B =
108 + 46 + 144 = 298 (100%)
R 108 of 298 ~ 36.24%
G 46 of 298 ~ 15.44%
B 144 of 298 ~ 48.32%

%36.24
%15.44
%48.32

CMYK color model

#6C2E90 color CMYK value is (25,68,0,44).

  • cyan value is 25.00%
  • magenta value is 68.06%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(25,68,0,44)
C25M68Y0K44 
(25%,68%,0%,44%)
(0.25/0.68/0.00/0.44)	

CMYK percentages

%25
%68.06
%0
%43.53

Codes

Color #6C2E90 in popluar color models

6C2E90
RGB10846144
HSL278°51.58%37.25%
HSB/HSV278°68.06%56.47%
CMYK25.00%68.06%0.00%
43.53%

Color #6C2E90 in popluar number systems.

HEX6C2E90
Decimal10846144
Binary110110010111010010000
Octal15456220

Shades and tints

Shades of #6C2E90

#6C2E90
(108,46,144)
#632A83
(99,42,131)
#5A2676
(90,38,118)
#512269
(81,34,105)
#481E5C
(72,30,92)
#3F1A4F
(63,26,79)
#361642
(54,22,66)
#2D1235
(45,18,53)
#240E28
(36,14,40)
#1B0A1B
(27,10,27)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #6C2E90

#6C2E90
(108,46,144)
#79419A
(121,65,154)
#8654A4
(134,84,164)
#9367AE
(147,103,174)
#A07AB8
(160,122,184)
#AD8DC2
(173,141,194)
#BAA0CC
(186,160,204)
#C7B3D6
(199,179,214)
#D4C6E0
(212,198,224)
#E1D9EA
(225,217,234)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2E90 color. Also use rgb(108,46,144) instead hex code.

Text Font Color

.myTextColor { color: #6C2E90; }

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

This text font color is #6C2E90.


Background Color

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

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

This div background color is #6C2E90.


Border color

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

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

This div border color is #6C2E90.


Opacity

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

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

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

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

This text has shadow with #6C2E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2E90 on black background.


Color preview on white background

This text has color #6C2E90 on white background.



Black color preview on #6C2E90 background

This text has black color on #6C2E90 background.


White color preview on #6C2E90 background

This text has white color on #6C2E90 background.