COLOR #6C4665

HEX: #6C4665
RGB: (108,70,101)

Color info

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

RGB color model

#6C4665 color RGB value is (108,70,101).

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

RGB channels and saturation

R 108 of 255 = 42%
G 70 of 255 = 27%
B 101 of 255 = 40%

108
70
101

R + G + B ~ 36%. #6C4665 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 70 + 101 = 279 (100%)
R 108 of 279 ~ 38.71%
G 70 of 279 ~ 25.09%
B 101 of 279 ~ 36.2%

%38.71
%25.09
%36.2

CMYK color model

#6C4665 color CMYK value is (0,35,6,58).

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(0,35,6,58)
C0M35Y6K58 
(0%,35%,6%,58%)
(0.00/0.35/0.06/0.58)	

CMYK percentages

%0
%35.19
%6.48
%57.65

Codes

Color #6C4665 in popluar color models

6C4665
RGB10870101
HSL311°21.35%34.90%
HSB/HSV311°35.19%42.35%
CMYK0.00%35.19%6.48%
57.65%

Color #6C4665 in popluar number systems.

HEX6C4665
Decimal10870101
Binary110110010001101100101
Octal154106145

Shades and tints

Shades of #6C4665

#6C4665
(108,70,101)
#63405C
(99,64,92)
#5A3A53
(90,58,83)
#51344A
(81,52,74)
#482E41
(72,46,65)
#3F2838
(63,40,56)
#36222F
(54,34,47)
#2D1C26
(45,28,38)
#24161D
(36,22,29)
#1B1014
(27,16,20)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #6C4665

#6C4665
(108,70,101)
#795673
(121,86,115)
#866681
(134,102,129)
#93768F
(147,118,143)
#A0869D
(160,134,157)
#AD96AB
(173,150,171)
#BAA6B9
(186,166,185)
#C7B6C7
(199,182,199)
#D4C6D5
(212,198,213)
#E1D6E3
(225,214,227)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4665; }

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

This text font color is #6C4665.


Background Color

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

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

This div background color is #6C4665.


Border color

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

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

This div border color is #6C4665.


Opacity

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

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

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

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

This text has shadow with #6C4665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4665 on black background.


Color preview on white background

This text has color #6C4665 on white background.



Black color preview on #6C4665 background

This text has black color on #6C4665 background.


White color preview on #6C4665 background

This text has white color on #6C4665 background.