COLOR #6C1A72

HEX: #6C1A72
RGB: (108,26,114)

Color info

#6C1A72 contains mainly red and blue colors. Web safe color of #6C1A72 is #660066 (or #606).

RGB color model

#6C1A72 color RGB value is (108,26,114).

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

RGB channels and saturation

R 108 of 255 = 42%
G 26 of 255 = 10%
B 114 of 255 = 45%

108
26
114

R + G + B ~ 32%. #6C1A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 26 + 114 = 248 (100%)
R 108 of 248 ~ 43.55%
G 26 of 248 ~ 10.48%
B 114 of 248 ~ 45.97%

%43.55
%10.48
%45.97

CMYK color model

#6C1A72 color CMYK value is (5,77,0,55).

  • cyan value is 5.26%
  • magenta value is 77.19%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(5,77,0,55)
C5M77Y0K55 
(5%,77%,0%,55%)
(0.05/0.77/0.00/0.55)	

CMYK percentages

%5.26
%77.19
%0
%55.29

Codes

Color #6C1A72 in popluar color models

6C1A72
RGB10826114
HSL296°62.86%27.45%
HSB/HSV296°77.19%44.71%
CMYK5.26%77.19%0.00%
55.29%

Color #6C1A72 in popluar number systems.

HEX6C1A72
Decimal10826114
Binary1101100110101110010
Octal15432162

Shades and tints

Shades of #6C1A72

#6C1A72
(108,26,114)
#631868
(99,24,104)
#5A165E
(90,22,94)
#511454
(81,20,84)
#48124A
(72,18,74)
#3F1040
(63,16,64)
#360E36
(54,14,54)
#2D0C2C
(45,12,44)
#240A22
(36,10,34)
#1B0818
(27,8,24)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #6C1A72

#6C1A72
(108,26,114)
#792E7E
(121,46,126)
#86428A
(134,66,138)
#935696
(147,86,150)
#A06AA2
(160,106,162)
#AD7EAE
(173,126,174)
#BA92BA
(186,146,186)
#C7A6C6
(199,166,198)
#D4BAD2
(212,186,210)
#E1CEDE
(225,206,222)
#EEE2EA
(238,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1A72; }

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

This text font color is #6C1A72.


Background Color

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

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

This div background color is #6C1A72.


Border color

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

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

This div border color is #6C1A72.


Opacity

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

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

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

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

This text has shadow with #6C1A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1A72 on black background.


Color preview on white background

This text has color #6C1A72 on white background.



Black color preview on #6C1A72 background

This text has black color on #6C1A72 background.


White color preview on #6C1A72 background

This text has white color on #6C1A72 background.