COLOR #6C1E72

HEX: #6C1E72
RGB: (108,30,114)

Color info

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

RGB color model

#6C1E72 color RGB value is (108,30,114).

  • red value is 108;
  • green value is 30;
  • blue value is 114.
RGB:
(108,30,114)
(42%,12%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 30 of 255 = 12%
B 114 of 255 = 45%

108
30
114

R + G + B ~ 33%. #6C1E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 30 + 114 = 252 (100%)
R 108 of 252 ~ 42.86%
G 30 of 252 ~ 11.9%
B 114 of 252 ~ 45.24%

%42.86
%11.9
%45.24

CMYK color model

#6C1E72 color CMYK value is (5,74,0,55).

  • cyan value is 5.26%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(5,74,0,55)
C5M74Y0K55 
(5%,74%,0%,55%)
(0.05/0.74/0.00/0.55)	

CMYK percentages

%5.26
%73.68
%0
%55.29

Codes

Color #6C1E72 in popluar color models

6C1E72
RGB10830114
HSL296°58.33%28.24%
HSB/HSV296°73.68%44.71%
CMYK5.26%73.68%0.00%
55.29%

Color #6C1E72 in popluar number systems.

HEX6C1E72
Decimal10830114
Binary1101100111101110010
Octal15436162

Shades and tints

Shades of #6C1E72

#6C1E72
(108,30,114)
#631C68
(99,28,104)
#5A1A5E
(90,26,94)
#511854
(81,24,84)
#48164A
(72,22,74)
#3F1440
(63,20,64)
#361236
(54,18,54)
#2D102C
(45,16,44)
#240E22
(36,14,34)
#1B0C18
(27,12,24)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #6C1E72

#6C1E72
(108,30,114)
#79327E
(121,50,126)
#86468A
(134,70,138)
#935A96
(147,90,150)
#A06EA2
(160,110,162)
#AD82AE
(173,130,174)
#BA96BA
(186,150,186)
#C7AAC6
(199,170,198)
#D4BED2
(212,190,210)
#E1D2DE
(225,210,222)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1E72 color. Also use rgb(108,30,114) instead hex code.

Text Font Color

.myTextColor { color: #6C1E72; }

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

This text font color is #6C1E72.


Background Color

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

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

This div background color is #6C1E72.


Border color

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

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

This div border color is #6C1E72.


Opacity

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

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

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

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

This text has shadow with #6C1E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1E72 on black background.


Color preview on white background

This text has color #6C1E72 on white background.



Black color preview on #6C1E72 background

This text has black color on #6C1E72 background.


White color preview on #6C1E72 background

This text has white color on #6C1E72 background.