COLOR #6C4076

HEX: #6C4076
RGB: (108,64,118)

Color info

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

RGB color model

#6C4076 color RGB value is (108,64,118).

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

RGB channels and saturation

R 108 of 255 = 42%
G 64 of 255 = 25%
B 118 of 255 = 46%

108
64
118

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

Portions of RGB colors in percentages

R + G + B =
108 + 64 + 118 = 290 (100%)
R 108 of 290 ~ 37.24%
G 64 of 290 ~ 22.07%
B 118 of 290 ~ 40.69%

%37.24
%22.07
%40.69

CMYK color model

#6C4076 color CMYK value is (8,46,0,54).

  • cyan value is 8.47%
  • magenta value is 45.76%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,46,0,54)
C8M46Y0K54 
(8%,46%,0%,54%)
(0.08/0.46/0.00/0.54)	

CMYK percentages

%8.47
%45.76
%0
%53.73

Codes

Color #6C4076 in popluar color models

6C4076
RGB10864118
HSL289°29.67%35.69%
HSB/HSV289°45.76%46.27%
CMYK8.47%45.76%0.00%
53.73%

Color #6C4076 in popluar number systems.

HEX6C4076
Decimal10864118
Binary110110010000001110110
Octal154100166

Shades and tints

Shades of #6C4076

#6C4076
(108,64,118)
#633B6C
(99,59,108)
#5A3662
(90,54,98)
#513158
(81,49,88)
#482C4E
(72,44,78)
#3F2744
(63,39,68)
#36223A
(54,34,58)
#2D1D30
(45,29,48)
#241826
(36,24,38)
#1B131C
(27,19,28)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #6C4076

#6C4076
(108,64,118)
#795182
(121,81,130)
#86628E
(134,98,142)
#93739A
(147,115,154)
#A084A6
(160,132,166)
#AD95B2
(173,149,178)
#BAA6BE
(186,166,190)
#C7B7CA
(199,183,202)
#D4C8D6
(212,200,214)
#E1D9E2
(225,217,226)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4076; }

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

This text font color is #6C4076.


Background Color

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

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

This div background color is #6C4076.


Border color

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

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

This div border color is #6C4076.


Opacity

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

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

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

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

This text has shadow with #6C4076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4076 on black background.


Color preview on white background

This text has color #6C4076 on white background.



Black color preview on #6C4076 background

This text has black color on #6C4076 background.


White color preview on #6C4076 background

This text has white color on #6C4076 background.