COLOR #6C285E

HEX: #6C285E
RGB: (108,40,94)

Color info

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

RGB color model

#6C285E color RGB value is (108,40,94).

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

RGB channels and saturation

R 108 of 255 = 42%
G 40 of 255 = 16%
B 94 of 255 = 37%

108
40
94

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

Portions of RGB colors in percentages

R + G + B =
108 + 40 + 94 = 242 (100%)
R 108 of 242 ~ 44.63%
G 40 of 242 ~ 16.53%
B 94 of 242 ~ 38.84%

%44.63
%16.53
%38.84

CMYK color model

#6C285E color CMYK value is (0,63,13,58).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 12.96%
  • key color value is 57.65%
CMYK:
(0,63,13,58)
C0M63Y13K58 
(0%,63%,13%,58%)
(0.00/0.63/0.13/0.58)	

CMYK percentages

%0
%62.96
%12.96
%57.65

Codes

Color #6C285E in popluar color models

6C285E
RGB1084094
HSL312°45.95%29.02%
HSB/HSV312°62.96%42.35%
CMYK0.00%62.96%12.96%
57.65%

Color #6C285E in popluar number systems.

HEX6C285E
Decimal1084094
Binary11011001010001011110
Octal15450136

Shades and tints

Shades of #6C285E

#6C285E
(108,40,94)
#632556
(99,37,86)
#5A224E
(90,34,78)
#511F46
(81,31,70)
#481C3E
(72,28,62)
#3F1936
(63,25,54)
#36162E
(54,22,46)
#2D1326
(45,19,38)
#24101E
(36,16,30)
#1B0D16
(27,13,22)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #6C285E

#6C285E
(108,40,94)
#793B6C
(121,59,108)
#864E7A
(134,78,122)
#936188
(147,97,136)
#A07496
(160,116,150)
#AD87A4
(173,135,164)
#BA9AB2
(186,154,178)
#C7ADC0
(199,173,192)
#D4C0CE
(212,192,206)
#E1D3DC
(225,211,220)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C285E; }

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

This text font color is #6C285E.


Background Color

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

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

This div background color is #6C285E.


Border color

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

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

This div border color is #6C285E.


Opacity

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

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

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

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

This text has shadow with #6C285E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C285E on black background.


Color preview on white background

This text has color #6C285E on white background.



Black color preview on #6C285E background

This text has black color on #6C285E background.


White color preview on #6C285E background

This text has white color on #6C285E background.