COLOR #6C247E

HEX: #6C247E
RGB: (108,36,126)

Color info

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

RGB color model

#6C247E color RGB value is (108,36,126).

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

RGB channels and saturation

R 108 of 255 = 42%
G 36 of 255 = 14%
B 126 of 255 = 49%

108
36
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 36 + 126 = 270 (100%)
R 108 of 270 ~ 40%
G 36 of 270 ~ 13.33%
B 126 of 270 ~ 46.67%

%40
%13.33
%46.67

CMYK color model

#6C247E color CMYK value is (14,71,0,51).

  • cyan value is 14.29%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(14,71,0,51)
C14M71Y0K51 
(14%,71%,0%,51%)
(0.14/0.71/0.00/0.51)	

CMYK percentages

%14.29
%71.43
%0
%50.59

Codes

Color #6C247E in popluar color models

6C247E
RGB10836126
HSL288°55.56%31.76%
HSB/HSV288°71.43%49.41%
CMYK14.29%71.43%0.00%
50.59%

Color #6C247E in popluar number systems.

HEX6C247E
Decimal10836126
Binary11011001001001111110
Octal15444176

Shades and tints

Shades of #6C247E

#6C247E
(108,36,126)
#632173
(99,33,115)
#5A1E68
(90,30,104)
#511B5D
(81,27,93)
#481852
(72,24,82)
#3F1547
(63,21,71)
#36123C
(54,18,60)
#2D0F31
(45,15,49)
#240C26
(36,12,38)
#1B091B
(27,9,27)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #6C247E

#6C247E
(108,36,126)
#793789
(121,55,137)
#864A94
(134,74,148)
#935D9F
(147,93,159)
#A070AA
(160,112,170)
#AD83B5
(173,131,181)
#BA96C0
(186,150,192)
#C7A9CB
(199,169,203)
#D4BCD6
(212,188,214)
#E1CFE1
(225,207,225)
#EEE2EC
(238,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C247E; }

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

This text font color is #6C247E.


Background Color

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

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

This div background color is #6C247E.


Border color

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

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

This div border color is #6C247E.


Opacity

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

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

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

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

This text has shadow with #6C247E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C247E on black background.


Color preview on white background

This text has color #6C247E on white background.



Black color preview on #6C247E background

This text has black color on #6C247E background.


White color preview on #6C247E background

This text has white color on #6C247E background.