COLOR #6C4865

HEX: #6C4865
RGB: (108,72,101)

Color info

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

RGB color model

#6C4865 color RGB value is (108,72,101).

  • red value is 108;
  • green value is 72;
  • blue value is 101.
RGB:
(108,72,101)
(42%,28%,40%)

RGB channels and saturation

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

108
72
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 72 + 101 = 281 (100%)
R 108 of 281 ~ 38.43%
G 72 of 281 ~ 25.62%
B 101 of 281 ~ 35.94%

%38.43
%25.62
%35.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(0,33,6,58)
C0M33Y6K58 
(0%,33%,6%,58%)
(0.00/0.33/0.06/0.58)	

CMYK percentages

%0
%33.33
%6.48
%57.65

Codes

Color #6C4865 in popluar color models

6C4865
RGB10872101
HSL312°20.00%35.29%
HSB/HSV312°33.33%42.35%
CMYK0.00%33.33%6.48%
57.65%

Color #6C4865 in popluar number systems.

HEX6C4865
Decimal10872101
Binary110110010010001100101
Octal154110145

Shades and tints

Shades of #6C4865

#6C4865
(108,72,101)
#63425C
(99,66,92)
#5A3C53
(90,60,83)
#51364A
(81,54,74)
#483041
(72,48,65)
#3F2A38
(63,42,56)
#36242F
(54,36,47)
#2D1E26
(45,30,38)
#24181D
(36,24,29)
#1B1214
(27,18,20)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #6C4865

#6C4865
(108,72,101)
#795873
(121,88,115)
#866881
(134,104,129)
#93788F
(147,120,143)
#A0889D
(160,136,157)
#AD98AB
(173,152,171)
#BAA8B9
(186,168,185)
#C7B8C7
(199,184,199)
#D4C8D5
(212,200,213)
#E1D8E3
(225,216,227)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4865; }

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

This text font color is #6C4865.


Background Color

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

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

This div background color is #6C4865.


Border color

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

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

This div border color is #6C4865.


Opacity

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

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

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

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

This text has shadow with #6C4865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4865 on black background.


Color preview on white background

This text has color #6C4865 on white background.



Black color preview on #6C4865 background

This text has black color on #6C4865 background.


White color preview on #6C4865 background

This text has white color on #6C4865 background.