COLOR #6C074C

HEX: #6C074C
RGB: (108,7,76)

Color info

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

RGB color model

#6C074C color RGB value is (108,7,76).

  • red value is 108;
  • green value is 7;
  • blue value is 76.
RGB:
(108,7,76)
(42%,3%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 7 of 255 = 3%
B 76 of 255 = 30%

108
7
76

R + G + B ~ 25%. #6C074C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 7 + 76 = 191 (100%)
R 108 of 191 ~ 56.54%
G 7 of 191 ~ 3.66%
B 76 of 191 ~ 39.79%

%56.54
%39.79

CMYK color model

#6C074C color CMYK value is (0,94,30,58).

  • cyan value is 0.00%
  • magenta value is 93.52%
  • yellow value is 29.63%
  • key color value is 57.65%
CMYK:
(0,94,30,58)
C0M94Y30K58 
(0%,94%,30%,58%)
(0.00/0.94/0.30/0.58)	

CMYK percentages

%0
%93.52
%29.63
%57.65

Codes

Color #6C074C in popluar color models

6C074C
RGB108776
HSL319°87.83%22.55%
HSB/HSV319°93.52%42.35%
CMYK0.00%93.52%29.63%
57.65%

Color #6C074C in popluar number systems.

HEX6C074C
Decimal108776
Binary11011001111001100
Octal1547114

Shades and tints

Shades of #6C074C

#6C074C
(108,7,76)
#630746
(99,7,70)
#5A0740
(90,7,64)
#51073A
(81,7,58)
#480734
(72,7,52)
#3F072E
(63,7,46)
#360728
(54,7,40)
#2D0722
(45,7,34)
#24071C
(36,7,28)
#1B0716
(27,7,22)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #6C074C

#6C074C
(108,7,76)
#791D5C
(121,29,92)
#86336C
(134,51,108)
#93497C
(147,73,124)
#A05F8C
(160,95,140)
#AD759C
(173,117,156)
#BA8BAC
(186,139,172)
#C7A1BC
(199,161,188)
#D4B7CC
(212,183,204)
#E1CDDC
(225,205,220)
#EEE3EC
(238,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C074C color. Also use rgb(108,7,76) instead hex code.

Text Font Color

.myTextColor { color: #6C074C; }

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

This text font color is #6C074C.


Background Color

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

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

This div background color is #6C074C.


Border color

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

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

This div border color is #6C074C.


Opacity

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

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

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

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

This text has shadow with #6C074C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C074C on black background.


Color preview on white background

This text has color #6C074C on white background.



Black color preview on #6C074C background

This text has black color on #6C074C background.


White color preview on #6C074C background

This text has white color on #6C074C background.