COLOR #6C245E

HEX: #6C245E
RGB: (108,36,94)

Color info

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

RGB color model

#6C245E color RGB value is (108,36,94).

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

RGB channels and saturation

R 108 of 255 = 42%
G 36 of 255 = 14%
B 94 of 255 = 37%

108
36
94

R + G + B ~ 31%. #6C245E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 36 + 94 = 238 (100%)
R 108 of 238 ~ 45.38%
G 36 of 238 ~ 15.13%
B 94 of 238 ~ 39.5%

%45.38
%15.13
%39.5

CMYK color model

#6C245E color CMYK value is (0,67,13,58).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 12.96%
  • key color value is 57.65%
CMYK:
(0,67,13,58)
C0M67Y13K58 
(0%,67%,13%,58%)
(0.00/0.67/0.13/0.58)	

CMYK percentages

%0
%66.67
%12.96
%57.65

Codes

Color #6C245E in popluar color models

6C245E
RGB1083694
HSL312°50.00%28.24%
HSB/HSV312°66.67%42.35%
CMYK0.00%66.67%12.96%
57.65%

Color #6C245E in popluar number systems.

HEX6C245E
Decimal1083694
Binary11011001001001011110
Octal15444136

Shades and tints

Shades of #6C245E

#6C245E
(108,36,94)
#632156
(99,33,86)
#5A1E4E
(90,30,78)
#511B46
(81,27,70)
#48183E
(72,24,62)
#3F1536
(63,21,54)
#36122E
(54,18,46)
#2D0F26
(45,15,38)
#240C1E
(36,12,30)
#1B0916
(27,9,22)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #6C245E

#6C245E
(108,36,94)
#79376C
(121,55,108)
#864A7A
(134,74,122)
#935D88
(147,93,136)
#A07096
(160,112,150)
#AD83A4
(173,131,164)
#BA96B2
(186,150,178)
#C7A9C0
(199,169,192)
#D4BCCE
(212,188,206)
#E1CFDC
(225,207,220)
#EEE2EA
(238,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C245E; }

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

This text font color is #6C245E.


Background Color

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

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

This div background color is #6C245E.


Border color

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

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

This div border color is #6C245E.


Opacity

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

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

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

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

This text has shadow with #6C245E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C245E on black background.


Color preview on white background

This text has color #6C245E on white background.



Black color preview on #6C245E background

This text has black color on #6C245E background.


White color preview on #6C245E background

This text has white color on #6C245E background.