COLOR #6C406F

HEX: #6C406F RGB: (108,64,111)

Color info

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

RGB color model

#6C406F color RGB value is (108,64,111).

RGB: (108,64,111) (42%, 25%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 64 of 255 = 25%
B 111 of 255 = 44%

108
64
111

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

Portions of RGB colors in percentages

R + G + B = 108 + 64 + 111 = 283 (100%)
R 108 of 283 ~ 38.16%
G 64 of 283 ~ 22.61%
B 111 of 283 ~ 39.22'%

%38.16
%22.61
%39.22

CMYK color model

#6C406F color CMYK value is (3,42,0,56).

  • cyan value is 2.70%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (3,42,0,56)
C3M42Y0K56 (3%, 42%, 0%, 56%)
(0.03 / 0.42 / 0.00 / 0.56)

CMYK percentages

%2.7
%42.34
%0
%56.47

Codes

Color #6C406F in popluar color models

6C 40 6F
RGB 108 64 111
HSL 296° 26.86% 34.31%
HSB/HSV 296° 42.34% 43.53%
CMYK 2.70% 42.34% 0.00%
56.47%

Color #6C406F in popluar number systems.

HEX 6C 40 6F
Decimal 108 64 111
Binary 1101100 1000000 1101111
Octal 154 100 157

Shades and tints

Shades of #6C406F

#6C406F
(108,64,111)
#633B65
(99,59,101)
#5A365B
(90,54,91)
#513151
(81,49,81)
#482C47
(72,44,71)
#3F273D
(63,39,61)
#362233
(54,34,51)
#2D1D29
(45,29,41)
#24181F
(36,24,31)
#1B1315
(27,19,21)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #6C406F

#6C406F
(108,64,111)
#79517C
(121,81,124)
#866289
(134,98,137)
#937396
(147,115,150)
#A084A3
(160,132,163)
#AD95B0
(173,149,176)
#BAA6BD
(186,166,189)
#C7B7CA
(199,183,202)
#D4C8D7
(212,200,215)
#E1D9E4
(225,217,228)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C406F; }

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

This text font color is #6C406F.

Background Color

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

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

This div background color is #6C406F.

Border color

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

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

This div border color is #6C406F.

Opacity

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

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

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

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

This text has shadow with #6C406F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C406F.

Preview

Color preview on black background

This text has color #6C406F on black background.


Color preview on white background

This text has color #6C406F on white background.


Black color preview on #6C406F background

This text has black color on #6C406F background.


White color preview on #6C406F background

This text has white color on #6C406F background.


Related colors

Complementary color

Complementary color for #hex is #93BF90.


I love getcolorcode.com

Triadic colors

1 #6F6C40 and #406F6C with #6C406F are triadic colors.

2 #6F406C and #406C6F with #6C406F are triadic colors.