COLOR #6C477F

HEX: #6C477F RGB: (108,71,127)

Color info

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

RGB color model

#6C477F color RGB value is (108,71,127).

RGB: (108,71,127) (42%, 28%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 127 of 255 = 50%

108
71
127

R + G + B ~ 40%. #6C477F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 71 + 127 = 306 (100%)
R 108 of 306 ~ 35.29%
G 71 of 306 ~ 23.2%
B 127 of 306 ~ 41.5'%

%35.29
%23.2
%41.5

CMYK color model

#6C477F color CMYK value is (15,44,0,50).

  • cyan value is 14.96%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (15,44,0,50)
C15M44Y0K50 (15%, 44%, 0%, 50%)
(0.15 / 0.44 / 0.00 / 0.50)

CMYK percentages

%14.96
%44.09
%0
%50.2

Codes

Color #6C477F in popluar color models

6C 47 7F
RGB 108 71 127
HSL 280° 28.28% 38.82%
HSB/HSV 280° 44.09% 49.80%
CMYK 14.96% 44.09% 0.00%
50.20%

Color #6C477F in popluar number systems.

HEX 6C 47 7F
Decimal 108 71 127
Binary 1101100 1000111 1111111
Octal 154 107 177

Shades and tints

Shades of #6C477F

#6C477F
(108,71,127)
#634174
(99,65,116)
#5A3B69
(90,59,105)
#51355E
(81,53,94)
#482F53
(72,47,83)
#3F2948
(63,41,72)
#36233D
(54,35,61)
#2D1D32
(45,29,50)
#241727
(36,23,39)
#1B111C
(27,17,28)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C477F

#6C477F
(108,71,127)
#79578A
(121,87,138)
#866795
(134,103,149)
#9377A0
(147,119,160)
#A087AB
(160,135,171)
#AD97B6
(173,151,182)
#BAA7C1
(186,167,193)
#C7B7CC
(199,183,204)
#D4C7D7
(212,199,215)
#E1D7E2
(225,215,226)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C477F color. Also use rgb(108,71,127) instead hex code.

Text Font Color

.myTextColor { color: #6C477F; }

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

This text font color is #6C477F.

Background Color

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

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

This div background color is #6C477F.

Border color

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

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

This div border color is #6C477F.

Opacity

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

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

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

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

This text has shadow with #6C477F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C477F.

Preview

Color preview on black background

This text has color #6C477F on black background.


Color preview on white background

This text has color #6C477F on white background.


Black color preview on #6C477F background

This text has black color on #6C477F background.


White color preview on #6C477F background

This text has white color on #6C477F background.


Related colors

Complementary color

Complementary color for #hex is #93B880.


I love getcolorcode.com

Triadic colors

1 #7F6C47 and #477F6C with #6C477F are triadic colors.

2 #7F476C and #476C7F with #6C477F are triadic colors.