COLOR #6C4173

HEX: #6C4173 RGB: (108,65,115)

Color info

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

RGB color model

#6C4173 color RGB value is (108,65,115).

RGB: (108,65,115) (42%, 25%, 45%)

RGB channels and saturation

R 108 of 255 = 42%
G 65 of 255 = 25%
B 115 of 255 = 45%

108
65
115

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

Portions of RGB colors in percentages

R + G + B = 108 + 65 + 115 = 288 (100%)
R 108 of 288 ~ 37.5%
G 65 of 288 ~ 22.57%
B 115 of 288 ~ 39.93'%

%37.5
%22.57
%39.93

CMYK color model

#6C4173 color CMYK value is (6,43,0,55).

  • cyan value is 6.09%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (6,43,0,55)
C6M43Y0K55 (6%, 43%, 0%, 55%)
(0.06 / 0.43 / 0.00 / 0.55)

CMYK percentages

%6.09
%43.48
%0
%54.9

Codes

Color #6C4173 in popluar color models

6C 41 73
RGB 108 65 115
HSL 292° 27.78% 35.29%
HSB/HSV 292° 43.48% 45.10%
CMYK 6.09% 43.48% 0.00%
54.90%

Color #6C4173 in popluar number systems.

HEX 6C 41 73
Decimal 108 65 115
Binary 1101100 1000001 1110011
Octal 154 101 163

Shades and tints

Shades of #6C4173

#6C4173
(108,65,115)
#633C69
(99,60,105)
#5A375F
(90,55,95)
#513255
(81,50,85)
#482D4B
(72,45,75)
#3F2841
(63,40,65)
#362337
(54,35,55)
#2D1E2D
(45,30,45)
#241923
(36,25,35)
#1B1419
(27,20,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6C4173

#6C4173
(108,65,115)
#79527F
(121,82,127)
#86638B
(134,99,139)
#937497
(147,116,151)
#A085A3
(160,133,163)
#AD96AF
(173,150,175)
#BAA7BB
(186,167,187)
#C7B8C7
(199,184,199)
#D4C9D3
(212,201,211)
#E1DADF
(225,218,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4173; }

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

This text font color is #6C4173.

Background Color

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

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

This div background color is #6C4173.

Border color

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

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

This div border color is #6C4173.

Opacity

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

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

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

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

This text has shadow with #6C4173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C4173.

Preview

Color preview on black background

This text has color #6C4173 on black background.


Color preview on white background

This text has color #6C4173 on white background.


Black color preview on #6C4173 background

This text has black color on #6C4173 background.


White color preview on #6C4173 background

This text has white color on #6C4173 background.


Related colors

Complementary color

Complementary color for #hex is #93BE8C.


I love getcolorcode.com

Triadic colors

1 #736C41 and #41736C with #6C4173 are triadic colors.

2 #73416C and #416C73 with #6C4173 are triadic colors.