COLOR #6C447D

HEX: #6C447D RGB: (108,68,125)

Color info

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

RGB color model

#6C447D color RGB value is (108,68,125).

RGB: (108,68,125) (42%, 27%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 68 of 255 = 27%
B 125 of 255 = 49%

108
68
125

R + G + B ~ 39%. #6C447D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 68 + 125 = 301 (100%)
R 108 of 301 ~ 35.88%
G 68 of 301 ~ 22.59%
B 125 of 301 ~ 41.53'%

%35.88
%22.59
%41.53

CMYK color model

#6C447D color CMYK value is (14,46,0,51).

  • cyan value is 13.60%
  • magenta value is 45.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (14,46,0,51)
C14M46Y0K51 (14%, 46%, 0%, 51%)
(0.14 / 0.46 / 0.00 / 0.51)

CMYK percentages

%13.6
%45.6
%0
%50.98

Codes

Color #6C447D in popluar color models

6C 44 7D
RGB 108 68 125
HSL 282° 29.53% 37.84%
HSB/HSV 282° 45.60% 49.02%
CMYK 13.60% 45.60% 0.00%
50.98%

Color #6C447D in popluar number systems.

HEX 6C 44 7D
Decimal 108 68 125
Binary 1101100 1000100 1111101
Octal 154 104 175

Shades and tints

Shades of #6C447D

#6C447D
(108,68,125)
#633E72
(99,62,114)
#5A3867
(90,56,103)
#51325C
(81,50,92)
#482C51
(72,44,81)
#3F2646
(63,38,70)
#36203B
(54,32,59)
#2D1A30
(45,26,48)
#241425
(36,20,37)
#1B0E1A
(27,14,26)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #6C447D

#6C447D
(108,68,125)
#795588
(121,85,136)
#866693
(134,102,147)
#93779E
(147,119,158)
#A088A9
(160,136,169)
#AD99B4
(173,153,180)
#BAAABF
(186,170,191)
#C7BBCA
(199,187,202)
#D4CCD5
(212,204,213)
#E1DDE0
(225,221,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C447D color. Also use rgb(108,68,125) instead hex code.

Text Font Color

.myTextColor { color: #6C447D; }

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

This text font color is #6C447D.

Background Color

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

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

This div background color is #6C447D.

Border color

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

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

This div border color is #6C447D.

Opacity

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

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

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

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

This text has shadow with #6C447D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C447D.

Preview

Color preview on black background

This text has color #6C447D on black background.


Color preview on white background

This text has color #6C447D on white background.


Black color preview on #6C447D background

This text has black color on #6C447D background.


White color preview on #6C447D background

This text has white color on #6C447D background.


Related colors

Complementary color

Complementary color for #hex is #93BB82.


I love getcolorcode.com

Triadic colors

1 #7D6C44 and #447D6C with #6C447D are triadic colors.

2 #7D446C and #446C7D with #6C447D are triadic colors.