COLOR #6C4568

HEX: #6C4568
RGB: (108,69,104)

Color info

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

RGB color model

#6C4568 color RGB value is (108,69,104).

  • red value is 108;
  • green value is 69;
  • blue value is 104.
RGB:
(108,69,104)
(42%,27%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 69 of 255 = 27%
B 104 of 255 = 41%

108
69
104

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

Portions of RGB colors in percentages

R + G + B =
108 + 69 + 104 = 281 (100%)
R 108 of 281 ~ 38.43%
G 69 of 281 ~ 24.56%
B 104 of 281 ~ 37.01%

%38.43
%24.56
%37.01

CMYK color model

#6C4568 color CMYK value is (0,36,4,58).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 3.70%
  • key color value is 57.65%
CMYK:
(0,36,4,58)
C0M36Y4K58 
(0%,36%,4%,58%)
(0.00/0.36/0.04/0.58)	

CMYK percentages

%0
%36.11
%3.7
%57.65

Codes

Color #6C4568 in popluar color models

6C4568
RGB10869104
HSL306°22.03%34.71%
HSB/HSV306°36.11%42.35%
CMYK0.00%36.11%3.70%
57.65%

Color #6C4568 in popluar number systems.

HEX6C4568
Decimal10869104
Binary110110010001011101000
Octal154105150

Shades and tints

Shades of #6C4568

#6C4568
(108,69,104)
#633F5F
(99,63,95)
#5A3956
(90,57,86)
#51334D
(81,51,77)
#482D44
(72,45,68)
#3F273B
(63,39,59)
#362132
(54,33,50)
#2D1B29
(45,27,41)
#241520
(36,21,32)
#1B0F17
(27,15,23)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #6C4568

#6C4568
(108,69,104)
#795575
(121,85,117)
#866582
(134,101,130)
#93758F
(147,117,143)
#A0859C
(160,133,156)
#AD95A9
(173,149,169)
#BAA5B6
(186,165,182)
#C7B5C3
(199,181,195)
#D4C5D0
(212,197,208)
#E1D5DD
(225,213,221)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4568 color. Also use rgb(108,69,104) instead hex code.

Text Font Color

.myTextColor { color: #6C4568; }

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

This text font color is #6C4568.


Background Color

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

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

This div background color is #6C4568.


Border color

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

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

This div border color is #6C4568.


Opacity

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

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

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

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

This text has shadow with #6C4568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4568 on black background.


Color preview on white background

This text has color #6C4568 on white background.



Black color preview on #6C4568 background

This text has black color on #6C4568 background.


White color preview on #6C4568 background

This text has white color on #6C4568 background.