COLOR #6C247A

HEX: #6C247A
RGB: (108,36,122)

Color info

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

RGB color model

#6C247A color RGB value is (108,36,122).

  • red value is 108;
  • green value is 36;
  • blue value is 122.
RGB:
(108,36,122)
(42%,14%,48%)

RGB channels and saturation

R 108 of 255 = 42%
G 36 of 255 = 14%
B 122 of 255 = 48%

108
36
122

R + G + B ~ 35%. #6C247A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 36 + 122 = 266 (100%)
R 108 of 266 ~ 40.6%
G 36 of 266 ~ 13.53%
B 122 of 266 ~ 45.86%

%40.6
%13.53
%45.86

CMYK color model

#6C247A color CMYK value is (11,70,0,52).

  • cyan value is 11.48%
  • magenta value is 70.49%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(11,70,0,52)
C11M70Y0K52 
(11%,70%,0%,52%)
(0.11/0.70/0.00/0.52)	

CMYK percentages

%11.48
%70.49
%0
%52.16

Codes

Color #6C247A in popluar color models

6C247A
RGB10836122
HSL290°54.43%30.98%
HSB/HSV290°70.49%47.84%
CMYK11.48%70.49%0.00%
52.16%

Color #6C247A in popluar number systems.

HEX6C247A
Decimal10836122
Binary11011001001001111010
Octal15444172

Shades and tints

Shades of #6C247A

#6C247A
(108,36,122)
#63216F
(99,33,111)
#5A1E64
(90,30,100)
#511B59
(81,27,89)
#48184E
(72,24,78)
#3F1543
(63,21,67)
#361238
(54,18,56)
#2D0F2D
(45,15,45)
#240C22
(36,12,34)
#1B0917
(27,9,23)
#12060C
(18,6,12)
#000000
(0,0,0)

Tints of #6C247A

#6C247A
(108,36,122)
#793786
(121,55,134)
#864A92
(134,74,146)
#935D9E
(147,93,158)
#A070AA
(160,112,170)
#AD83B6
(173,131,182)
#BA96C2
(186,150,194)
#C7A9CE
(199,169,206)
#D4BCDA
(212,188,218)
#E1CFE6
(225,207,230)
#EEE2F2
(238,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C247A color. Also use rgb(108,36,122) instead hex code.

Text Font Color

.myTextColor { color: #6C247A; }

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

This text font color is #6C247A.


Background Color

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

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

This div background color is #6C247A.


Border color

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

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

This div border color is #6C247A.


Opacity

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

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

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

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

This text has shadow with #6C247A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C247A on black background.


Color preview on white background

This text has color #6C247A on white background.



Black color preview on #6C247A background

This text has black color on #6C247A background.


White color preview on #6C247A background

This text has white color on #6C247A background.