COLOR #6C1176

HEX: #6C1176
RGB: (108,17,118)

Color info

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

RGB color model

#6C1176 color RGB value is (108,17,118).

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

RGB channels and saturation

R 108 of 255 = 42%
G 17 of 255 = 7%
B 118 of 255 = 46%

108
17
118

R + G + B ~ 32%. #6C1176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 17 + 118 = 243 (100%)
R 108 of 243 ~ 44.44%
G 17 of 243 ~ 7%
B 118 of 243 ~ 48.56%

%44.44
%48.56

CMYK color model

#6C1176 color CMYK value is (8,86,0,54).

  • cyan value is 8.47%
  • magenta value is 85.59%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,86,0,54)
C8M86Y0K54 
(8%,86%,0%,54%)
(0.08/0.86/0.00/0.54)	

CMYK percentages

%8.47
%85.59
%0
%53.73

Codes

Color #6C1176 in popluar color models

6C1176
RGB10817118
HSL294°74.81%26.47%
HSB/HSV294°85.59%46.27%
CMYK8.47%85.59%0.00%
53.73%

Color #6C1176 in popluar number systems.

HEX6C1176
Decimal10817118
Binary1101100100011110110
Octal15421166

Shades and tints

Shades of #6C1176

#6C1176
(108,17,118)
#63106C
(99,16,108)
#5A0F62
(90,15,98)
#510E58
(81,14,88)
#480D4E
(72,13,78)
#3F0C44
(63,12,68)
#360B3A
(54,11,58)
#2D0A30
(45,10,48)
#240926
(36,9,38)
#1B081C
(27,8,28)
#120712
(18,7,18)
#000000
(0,0,0)

Tints of #6C1176

#6C1176
(108,17,118)
#792682
(121,38,130)
#863B8E
(134,59,142)
#93509A
(147,80,154)
#A065A6
(160,101,166)
#AD7AB2
(173,122,178)
#BA8FBE
(186,143,190)
#C7A4CA
(199,164,202)
#D4B9D6
(212,185,214)
#E1CEE2
(225,206,226)
#EEE3EE
(238,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1176; }

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

This text font color is #6C1176.


Background Color

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

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

This div background color is #6C1176.


Border color

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

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

This div border color is #6C1176.


Opacity

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

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

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

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

This text has shadow with #6C1176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1176 on black background.


Color preview on white background

This text has color #6C1176 on white background.



Black color preview on #6C1176 background

This text has black color on #6C1176 background.


White color preview on #6C1176 background

This text has white color on #6C1176 background.