COLOR #6C3863

HEX: #6C3863
RGB: (108,56,99)

Color info

#6C3863 contains red, green and blue colors in about the same proportion. Web safe color of #6C3863 is #663366 (or #636).

RGB color model

#6C3863 color RGB value is (108,56,99).

  • red value is 108;
  • green value is 56;
  • blue value is 99.
RGB:
(108,56,99)
(42%,22%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 56 of 255 = 22%
B 99 of 255 = 39%

108
56
99

R + G + B ~ 34%. #6C3863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 56 + 99 = 263 (100%)
R 108 of 263 ~ 41.06%
G 56 of 263 ~ 21.29%
B 99 of 263 ~ 37.64%

%41.06
%21.29
%37.64

CMYK color model

#6C3863 color CMYK value is (0,48,8,58).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 8.33%
  • key color value is 57.65%
CMYK:
(0,48,8,58)
C0M48Y8K58 
(0%,48%,8%,58%)
(0.00/0.48/0.08/0.58)	

CMYK percentages

%0
%48.15
%8.33
%57.65

Codes

Color #6C3863 in popluar color models

6C3863
RGB1085699
HSL310°31.71%32.16%
HSB/HSV310°48.15%42.35%
CMYK0.00%48.15%8.33%
57.65%

Color #6C3863 in popluar number systems.

HEX6C3863
Decimal1085699
Binary11011001110001100011
Octal15470143

Shades and tints

Shades of #6C3863

#6C3863
(108,56,99)
#63335A
(99,51,90)
#5A2E51
(90,46,81)
#512948
(81,41,72)
#48243F
(72,36,63)
#3F1F36
(63,31,54)
#361A2D
(54,26,45)
#2D1524
(45,21,36)
#24101B
(36,16,27)
#1B0B12
(27,11,18)
#120609
(18,6,9)
#000000
(0,0,0)

Tints of #6C3863

#6C3863
(108,56,99)
#794A71
(121,74,113)
#865C7F
(134,92,127)
#936E8D
(147,110,141)
#A0809B
(160,128,155)
#AD92A9
(173,146,169)
#BAA4B7
(186,164,183)
#C7B6C5
(199,182,197)
#D4C8D3
(212,200,211)
#E1DAE1
(225,218,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3863 color. Also use rgb(108,56,99) instead hex code.

Text Font Color

.myTextColor { color: #6C3863; }

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

This text font color is #6C3863.


Background Color

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

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

This div background color is #6C3863.


Border color

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

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

This div border color is #6C3863.


Opacity

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

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

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

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

This text has shadow with #6C3863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3863 on black background.


Color preview on white background

This text has color #6C3863 on white background.



Black color preview on #6C3863 background

This text has black color on #6C3863 background.


White color preview on #6C3863 background

This text has white color on #6C3863 background.