COLOR #6C466A

HEX: #6C466A
RGB: (108,70,106)

Color info

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

RGB color model

#6C466A color RGB value is (108,70,106).

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

RGB channels and saturation

R 108 of 255 = 42%
G 70 of 255 = 27%
B 106 of 255 = 42%

108
70
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 70 + 106 = 284 (100%)
R 108 of 284 ~ 38.03%
G 70 of 284 ~ 24.65%
B 106 of 284 ~ 37.32%

%38.03
%24.65
%37.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(0,35,2,58)
C0M35Y2K58 
(0%,35%,2%,58%)
(0.00/0.35/0.02/0.58)	

CMYK percentages

%0
%35.19
%1.85
%57.65

Codes

Color #6C466A in popluar color models

6C466A
RGB10870106
HSL303°21.35%34.90%
HSB/HSV303°35.19%42.35%
CMYK0.00%35.19%1.85%
57.65%

Color #6C466A in popluar number systems.

HEX6C466A
Decimal10870106
Binary110110010001101101010
Octal154106152

Shades and tints

Shades of #6C466A

#6C466A
(108,70,106)
#634061
(99,64,97)
#5A3A58
(90,58,88)
#51344F
(81,52,79)
#482E46
(72,46,70)
#3F283D
(63,40,61)
#362234
(54,34,52)
#2D1C2B
(45,28,43)
#241622
(36,22,34)
#1B1019
(27,16,25)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #6C466A

#6C466A
(108,70,106)
#795677
(121,86,119)
#866684
(134,102,132)
#937691
(147,118,145)
#A0869E
(160,134,158)
#AD96AB
(173,150,171)
#BAA6B8
(186,166,184)
#C7B6C5
(199,182,197)
#D4C6D2
(212,198,210)
#E1D6DF
(225,214,223)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C466A; }

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

This text font color is #6C466A.


Background Color

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

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

This div background color is #6C466A.


Border color

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

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

This div border color is #6C466A.


Opacity

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

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

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

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

This text has shadow with #6C466A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C466A on black background.


Color preview on white background

This text has color #6C466A on white background.



Black color preview on #6C466A background

This text has black color on #6C466A background.


White color preview on #6C466A background

This text has white color on #6C466A background.