COLOR #6C406E

HEX: #6C406E
RGB: (108,64,110)

Color info

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

RGB color model

#6C406E color RGB value is (108,64,110).

  • red value is 108;
  • green value is 64;
  • blue value is 110.
RGB:
(108,64,110)
(42%,25%,43%)

RGB channels and saturation

R 108 of 255 = 42%
G 64 of 255 = 25%
B 110 of 255 = 43%

108
64
110

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

Portions of RGB colors in percentages

R + G + B =
108 + 64 + 110 = 282 (100%)
R 108 of 282 ~ 38.3%
G 64 of 282 ~ 22.7%
B 110 of 282 ~ 39.01%

%38.3
%22.7
%39.01

CMYK color model

#6C406E color CMYK value is (2,42,0,57).

  • cyan value is 1.82%
  • magenta value is 41.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(2,42,0,57)
C2M42Y0K57 
(2%,42%,0%,57%)
(0.02/0.42/0.00/0.57)	

CMYK percentages

%1.82
%41.82
%0
%56.86

Codes

Color #6C406E in popluar color models

6C406E
RGB10864110
HSL297°26.44%34.12%
HSB/HSV297°41.82%43.14%
CMYK1.82%41.82%0.00%
56.86%

Color #6C406E in popluar number systems.

HEX6C406E
Decimal10864110
Binary110110010000001101110
Octal154100156

Shades and tints

Shades of #6C406E

#6C406E
(108,64,110)
#633B64
(99,59,100)
#5A365A
(90,54,90)
#513150
(81,49,80)
#482C46
(72,44,70)
#3F273C
(63,39,60)
#362232
(54,34,50)
#2D1D28
(45,29,40)
#24181E
(36,24,30)
#1B1314
(27,19,20)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #6C406E

#6C406E
(108,64,110)
#79517B
(121,81,123)
#866288
(134,98,136)
#937395
(147,115,149)
#A084A2
(160,132,162)
#AD95AF
(173,149,175)
#BAA6BC
(186,166,188)
#C7B7C9
(199,183,201)
#D4C8D6
(212,200,214)
#E1D9E3
(225,217,227)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C406E; }

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

This text font color is #6C406E.


Background Color

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

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

This div background color is #6C406E.


Border color

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

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

This div border color is #6C406E.


Opacity

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

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

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

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

This text has shadow with #6C406E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C406E on black background.


Color preview on white background

This text has color #6C406E on white background.



Black color preview on #6C406E background

This text has black color on #6C406E background.


White color preview on #6C406E background

This text has white color on #6C406E background.