COLOR #6C004D

HEX: #6C004D
RGB: (108,0,77)

Color info

#6C004D contains only red and blue colors. Web safe color of #6C004D is #660033 (or #603).

RGB color model

#6C004D color RGB value is (108,0,77).

  • red value is 108;
  • green value is 0;
  • blue value is 77.
RGB:
(108,0,77)
(42%,0%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 0 of 255 = 0%
B 77 of 255 = 30%

108
0
77

R + G + B ~ 24%. #6C004D is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 0 + 77 = 185 (100%)
R 108 of 185 ~ 58.38%
G 0 of 185 ~ 0%
B 77 of 185 ~ 41.62%

%58.38
%41.62

CMYK color model

#6C004D color CMYK value is (0,100,29,58).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(0,100,29,58)
C0M100Y29K58 
(0%,100%,29%,58%)
(0.00/1.00/0.29/0.58)	

CMYK percentages

%0
%100
%28.7
%57.65

Codes

Color #6C004D in popluar color models

6C004D
RGB108077
HSL317°100.00%21.18%
HSB/HSV317°100.00%42.35%
CMYK0.00%100.00%28.70%
57.65%

Color #6C004D in popluar number systems.

HEX6C004D
Decimal108077
Binary110110001001101
Octal1540115

Shades and tints

Shades of #6C004D

#6C004D
(108,0,77)
#630046
(99,0,70)
#5A003F
(90,0,63)
#510038
(81,0,56)
#480031
(72,0,49)
#3F002A
(63,0,42)
#360023
(54,0,35)
#2D001C
(45,0,28)
#240015
(36,0,21)
#1B000E
(27,0,14)
#120007
(18,0,7)
#000000
(0,0,0)

Tints of #6C004D

#6C004D
(108,0,77)
#79175D
(121,23,93)
#862E6D
(134,46,109)
#93457D
(147,69,125)
#A05C8D
(160,92,141)
#AD739D
(173,115,157)
#BA8AAD
(186,138,173)
#C7A1BD
(199,161,189)
#D4B8CD
(212,184,205)
#E1CFDD
(225,207,221)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C004D color. Also use rgb(108,0,77) instead hex code.

Text Font Color

.myTextColor { color: #6C004D; }

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

This text font color is #6C004D.


Background Color

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

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

This div background color is #6C004D.


Border color

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

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

This div border color is #6C004D.


Opacity

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

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

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

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

This text has shadow with #6C004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C004D on black background.


Color preview on white background

This text has color #6C004D on white background.



Black color preview on #6C004D background

This text has black color on #6C004D background.


White color preview on #6C004D background

This text has white color on #6C004D background.