COLOR #6C2272

HEX: #6C2272
RGB: (108,34,114)

Color info

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

RGB color model

#6C2272 color RGB value is (108,34,114).

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

RGB channels and saturation

R 108 of 255 = 42%
G 34 of 255 = 13%
B 114 of 255 = 45%

108
34
114

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

Portions of RGB colors in percentages

R + G + B =
108 + 34 + 114 = 256 (100%)
R 108 of 256 ~ 42.19%
G 34 of 256 ~ 13.28%
B 114 of 256 ~ 44.53%

%42.19
%13.28
%44.53

CMYK color model

#6C2272 color CMYK value is (5,70,0,55).

  • cyan value is 5.26%
  • magenta value is 70.18%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(5,70,0,55)
C5M70Y0K55 
(5%,70%,0%,55%)
(0.05/0.70/0.00/0.55)	

CMYK percentages

%5.26
%70.18
%0
%55.29

Codes

Color #6C2272 in popluar color models

6C2272
RGB10834114
HSL296°54.05%29.02%
HSB/HSV296°70.18%44.71%
CMYK5.26%70.18%0.00%
55.29%

Color #6C2272 in popluar number systems.

HEX6C2272
Decimal10834114
Binary11011001000101110010
Octal15442162

Shades and tints

Shades of #6C2272

#6C2272
(108,34,114)
#631F68
(99,31,104)
#5A1C5E
(90,28,94)
#511954
(81,25,84)
#48164A
(72,22,74)
#3F1340
(63,19,64)
#361036
(54,16,54)
#2D0D2C
(45,13,44)
#240A22
(36,10,34)
#1B0718
(27,7,24)
#12040E
(18,4,14)
#000000
(0,0,0)

Tints of #6C2272

#6C2272
(108,34,114)
#79367E
(121,54,126)
#864A8A
(134,74,138)
#935E96
(147,94,150)
#A072A2
(160,114,162)
#AD86AE
(173,134,174)
#BA9ABA
(186,154,186)
#C7AEC6
(199,174,198)
#D4C2D2
(212,194,210)
#E1D6DE
(225,214,222)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2272; }

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

This text font color is #6C2272.


Background Color

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

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

This div background color is #6C2272.


Border color

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

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

This div border color is #6C2272.


Opacity

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

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

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

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

This text has shadow with #6C2272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2272 on black background.


Color preview on white background

This text has color #6C2272 on white background.



Black color preview on #6C2272 background

This text has black color on #6C2272 background.


White color preview on #6C2272 background

This text has white color on #6C2272 background.