COLOR #6C4867

HEX: #6C4867 RGB: (108,72,103)

Color info

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

RGB color model

#6C4867 color RGB value is (108,72,103).

RGB: (108,72,103) (42%, 28%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 72 of 255 = 28%
B 103 of 255 = 40%

108
72
103

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

Portions of RGB colors in percentages

R + G + B = 108 + 72 + 103 = 283 (100%)
R 108 of 283 ~ 38.16%
G 72 of 283 ~ 25.44%
B 103 of 283 ~ 36.4'%

%38.16
%25.44
%36.4

CMYK color model

#6C4867 color CMYK value is (0,33,5,58).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 4.63%
  • key color value is 57.65%

CMYK: (0,33,5,58)
C0M33Y5K58 (0%, 33%, 5%, 58%)
(0.00 / 0.33 / 0.05 / 0.58)

CMYK percentages

%0
%33.33
%4.63
%57.65

Codes

Color #6C4867 in popluar color models

6C 48 67
RGB 108 72 103
HSL 308° 20.00% 35.29%
HSB/HSV 308° 33.33% 42.35%
CMYK 0.00% 33.33% 4.63%
57.65%

Color #6C4867 in popluar number systems.

HEX 6C 48 67
Decimal 108 72 103
Binary 1101100 1001000 1100111
Octal 154 110 147

Shades and tints

Shades of #6C4867

#6C4867
(108,72,103)
#63425E
(99,66,94)
#5A3C55
(90,60,85)
#51364C
(81,54,76)
#483043
(72,48,67)
#3F2A3A
(63,42,58)
#362431
(54,36,49)
#2D1E28
(45,30,40)
#24181F
(36,24,31)
#1B1216
(27,18,22)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #6C4867

#6C4867
(108,72,103)
#795874
(121,88,116)
#866881
(134,104,129)
#93788E
(147,120,142)
#A0889B
(160,136,155)
#AD98A8
(173,152,168)
#BAA8B5
(186,168,181)
#C7B8C2
(199,184,194)
#D4C8CF
(212,200,207)
#E1D8DC
(225,216,220)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4867 color. Also use rgb(108,72,103) instead hex code.

Text Font Color

.myTextColor { color: #6C4867; }

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

This text font color is #6C4867.

Background Color

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

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

This div background color is #6C4867.

Border color

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

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

This div border color is #6C4867.

Opacity

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

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

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

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

This text has shadow with #6C4867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C4867.

Preview

Color preview on black background

This text has color #6C4867 on black background.


Color preview on white background

This text has color #6C4867 on white background.


Black color preview on #6C4867 background

This text has black color on #6C4867 background.


White color preview on #6C4867 background

This text has white color on #6C4867 background.


Related colors

Complementary color

Complementary color for #hex is #93B798.


I love getcolorcode.com

Triadic colors

1 #676C48 and #48676C with #6C4867 are triadic colors.

2 #67486C and #486C67 with #6C4867 are triadic colors.