COLOR #6C3D73

HEX: #6C3D73
RGB: (108,61,115)

Color info

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

RGB color model

#6C3D73 color RGB value is (108,61,115).

  • red value is 108;
  • green value is 61;
  • blue value is 115.
RGB:
(108,61,115)
(42%,24%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 61 of 255 = 24%
B 115 of 255 = 45%

108
61
115

R + G + B ~ 37%. #6C3D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 61 + 115 = 284 (100%)
R 108 of 284 ~ 38.03%
G 61 of 284 ~ 21.48%
B 115 of 284 ~ 40.49%

%38.03
%21.48
%40.49

CMYK color model

#6C3D73 color CMYK value is (6,47,0,55).

  • cyan value is 6.09%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(6,47,0,55)
C6M47Y0K55 
(6%,47%,0%,55%)
(0.06/0.47/0.00/0.55)	

CMYK percentages

%6.09
%46.96
%0
%54.9

Codes

Color #6C3D73 in popluar color models

6C3D73
RGB10861115
HSL292°30.68%34.51%
HSB/HSV292°46.96%45.10%
CMYK6.09%46.96%0.00%
54.90%

Color #6C3D73 in popluar number systems.

HEX6C3D73
Decimal10861115
Binary11011001111011110011
Octal15475163

Shades and tints

Shades of #6C3D73

#6C3D73
(108,61,115)
#633869
(99,56,105)
#5A335F
(90,51,95)
#512E55
(81,46,85)
#48294B
(72,41,75)
#3F2441
(63,36,65)
#361F37
(54,31,55)
#2D1A2D
(45,26,45)
#241523
(36,21,35)
#1B1019
(27,16,25)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #6C3D73

#6C3D73
(108,61,115)
#794E7F
(121,78,127)
#865F8B
(134,95,139)
#937097
(147,112,151)
#A081A3
(160,129,163)
#AD92AF
(173,146,175)
#BAA3BB
(186,163,187)
#C7B4C7
(199,180,199)
#D4C5D3
(212,197,211)
#E1D6DF
(225,214,223)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3D73 color. Also use rgb(108,61,115) instead hex code.

Text Font Color

.myTextColor { color: #6C3D73; }

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

This text font color is #6C3D73.


Background Color

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

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

This div background color is #6C3D73.


Border color

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

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

This div border color is #6C3D73.


Opacity

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

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

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

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

This text has shadow with #6C3D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3D73 on black background.


Color preview on white background

This text has color #6C3D73 on white background.



Black color preview on #6C3D73 background

This text has black color on #6C3D73 background.


White color preview on #6C3D73 background

This text has white color on #6C3D73 background.