COLOR #6C284F

HEX: #6C284F
RGB: (108,40,79)

Color info

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

RGB color model

#6C284F color RGB value is (108,40,79).

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

RGB channels and saturation

R 108 of 255 = 42%
G 40 of 255 = 16%
B 79 of 255 = 31%

108
40
79

R + G + B ~ 30%. #6C284F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 40 + 79 = 227 (100%)
R 108 of 227 ~ 47.58%
G 40 of 227 ~ 17.62%
B 79 of 227 ~ 34.8%

%47.58
%17.62
%34.8

CMYK color model

#6C284F color CMYK value is (0,63,27,58).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 26.85%
  • key color value is 57.65%
CMYK:
(0,63,27,58)
C0M63Y27K58 
(0%,63%,27%,58%)
(0.00/0.63/0.27/0.58)	

CMYK percentages

%0
%62.96
%26.85
%57.65

Codes

Color #6C284F in popluar color models

6C284F
RGB1084079
HSL326°45.95%29.02%
HSB/HSV326°62.96%42.35%
CMYK0.00%62.96%26.85%
57.65%

Color #6C284F in popluar number systems.

HEX6C284F
Decimal1084079
Binary11011001010001001111
Octal15450117

Shades and tints

Shades of #6C284F

#6C284F
(108,40,79)
#632548
(99,37,72)
#5A2241
(90,34,65)
#511F3A
(81,31,58)
#481C33
(72,28,51)
#3F192C
(63,25,44)
#361625
(54,22,37)
#2D131E
(45,19,30)
#241017
(36,16,23)
#1B0D10
(27,13,16)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #6C284F

#6C284F
(108,40,79)
#793B5F
(121,59,95)
#864E6F
(134,78,111)
#93617F
(147,97,127)
#A0748F
(160,116,143)
#AD879F
(173,135,159)
#BA9AAF
(186,154,175)
#C7ADBF
(199,173,191)
#D4C0CF
(212,192,207)
#E1D3DF
(225,211,223)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C284F; }

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

This text font color is #6C284F.


Background Color

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

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

This div background color is #6C284F.


Border color

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

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

This div border color is #6C284F.


Opacity

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

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

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

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

This text has shadow with #6C284F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C284F on black background.


Color preview on white background

This text has color #6C284F on white background.



Black color preview on #6C284F background

This text has black color on #6C284F background.


White color preview on #6C284F background

This text has white color on #6C284F background.