COLOR #6C446F

HEX: #6C446F
RGB: (108,68,111)

Color info

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

RGB color model

#6C446F color RGB value is (108,68,111).

  • red value is 108;
  • green value is 68;
  • blue value is 111.
RGB:
(108,68,111)
(42%,27%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 68 of 255 = 27%
B 111 of 255 = 44%

108
68
111

R + G + B ~ 38%. #6C446F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 68 + 111 = 287 (100%)
R 108 of 287 ~ 37.63%
G 68 of 287 ~ 23.69%
B 111 of 287 ~ 38.68%

%37.63
%23.69
%38.68

CMYK color model

#6C446F color CMYK value is (3,39,0,56).

  • cyan value is 2.70%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(3,39,0,56)
C3M39Y0K56 
(3%,39%,0%,56%)
(0.03/0.39/0.00/0.56)	

CMYK percentages

%2.7
%38.74
%0
%56.47

Codes

Color #6C446F in popluar color models

6C446F
RGB10868111
HSL296°24.02%35.10%
HSB/HSV296°38.74%43.53%
CMYK2.70%38.74%0.00%
56.47%

Color #6C446F in popluar number systems.

HEX6C446F
Decimal10868111
Binary110110010001001101111
Octal154104157

Shades and tints

Shades of #6C446F

#6C446F
(108,68,111)
#633E65
(99,62,101)
#5A385B
(90,56,91)
#513251
(81,50,81)
#482C47
(72,44,71)
#3F263D
(63,38,61)
#362033
(54,32,51)
#2D1A29
(45,26,41)
#24141F
(36,20,31)
#1B0E15
(27,14,21)
#12080B
(18,8,11)
#000000
(0,0,0)

Tints of #6C446F

#6C446F
(108,68,111)
#79557C
(121,85,124)
#866689
(134,102,137)
#937796
(147,119,150)
#A088A3
(160,136,163)
#AD99B0
(173,153,176)
#BAAABD
(186,170,189)
#C7BBCA
(199,187,202)
#D4CCD7
(212,204,215)
#E1DDE4
(225,221,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C446F color. Also use rgb(108,68,111) instead hex code.

Text Font Color

.myTextColor { color: #6C446F; }

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

This text font color is #6C446F.


Background Color

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

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

This div background color is #6C446F.


Border color

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

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

This div border color is #6C446F.


Opacity

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

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

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

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

This text has shadow with #6C446F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C446F on black background.


Color preview on white background

This text has color #6C446F on white background.



Black color preview on #6C446F background

This text has black color on #6C446F background.


White color preview on #6C446F background

This text has white color on #6C446F background.