COLOR #6C074F

HEX: #6C074F
RGB: (108,7,79)

Color info

#6C074F contains mainly red and blue colors. Web safe color of #6C074F is #660066 (or #606).

RGB color model

#6C074F color RGB value is (108,7,79).

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

RGB channels and saturation

R 108 of 255 = 42%
G 7 of 255 = 3%
B 79 of 255 = 31%

108
7
79

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

Portions of RGB colors in percentages

R + G + B =
108 + 7 + 79 = 194 (100%)
R 108 of 194 ~ 55.67%
G 7 of 194 ~ 3.61%
B 79 of 194 ~ 40.72%

%55.67
%40.72

CMYK color model

#6C074F color CMYK value is (0,94,27,58).

  • cyan value is 0.00%
  • magenta value is 93.52%
  • yellow value is 26.85%
  • key color value is 57.65%
CMYK:
(0,94,27,58)
C0M94Y27K58 
(0%,94%,27%,58%)
(0.00/0.94/0.27/0.58)	

CMYK percentages

%0
%93.52
%26.85
%57.65

Codes

Color #6C074F in popluar color models

6C074F
RGB108779
HSL317°87.83%22.55%
HSB/HSV317°93.52%42.35%
CMYK0.00%93.52%26.85%
57.65%

Color #6C074F in popluar number systems.

HEX6C074F
Decimal108779
Binary11011001111001111
Octal1547117

Shades and tints

Shades of #6C074F

#6C074F
(108,7,79)
#630748
(99,7,72)
#5A0741
(90,7,65)
#51073A
(81,7,58)
#480733
(72,7,51)
#3F072C
(63,7,44)
#360725
(54,7,37)
#2D071E
(45,7,30)
#240717
(36,7,23)
#1B0710
(27,7,16)
#120709
(18,7,9)
#000000
(0,0,0)

Tints of #6C074F

#6C074F
(108,7,79)
#791D5F
(121,29,95)
#86336F
(134,51,111)
#93497F
(147,73,127)
#A05F8F
(160,95,143)
#AD759F
(173,117,159)
#BA8BAF
(186,139,175)
#C7A1BF
(199,161,191)
#D4B7CF
(212,183,207)
#E1CDDF
(225,205,223)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C074F; }

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

This text font color is #6C074F.


Background Color

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

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

This div background color is #6C074F.


Border color

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

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

This div border color is #6C074F.


Opacity

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

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

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

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

This text has shadow with #6C074F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C074F on black background.


Color preview on white background

This text has color #6C074F on white background.



Black color preview on #6C074F background

This text has black color on #6C074F background.


White color preview on #6C074F background

This text has white color on #6C074F background.