COLOR #6C1081

HEX: #6C1081
RGB: (108,16,129)

Color info

#6C1081 contains mainly red and blue colors. Web safe color of #6C1081 is #660099 (or #609).

RGB color model

#6C1081 color RGB value is (108,16,129).

  • red value is 108;
  • green value is 16;
  • blue value is 129.
RGB:
(108,16,129)
(42%,6%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 16 of 255 = 6%
B 129 of 255 = 51%

108
16
129

R + G + B ~ 33%. #6C1081 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 16 + 129 = 253 (100%)
R 108 of 253 ~ 42.69%
G 16 of 253 ~ 6.32%
B 129 of 253 ~ 50.99%

%42.69
%50.99

CMYK color model

#6C1081 color CMYK value is (16,88,0,49).

  • cyan value is 16.28%
  • magenta value is 87.60%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(16,88,0,49)
C16M88Y0K49 
(16%,88%,0%,49%)
(0.16/0.88/0.00/0.49)	

CMYK percentages

%16.28
%87.6
%0
%49.41

Codes

Color #6C1081 in popluar color models

6C1081
RGB10816129
HSL289°77.93%28.43%
HSB/HSV289°87.60%50.59%
CMYK16.28%87.60%0.00%
49.41%

Color #6C1081 in popluar number systems.

HEX6C1081
Decimal10816129
Binary11011001000010000001
Octal15420201

Shades and tints

Shades of #6C1081

#6C1081
(108,16,129)
#630F76
(99,15,118)
#5A0E6B
(90,14,107)
#510D60
(81,13,96)
#480C55
(72,12,85)
#3F0B4A
(63,11,74)
#360A3F
(54,10,63)
#2D0934
(45,9,52)
#240829
(36,8,41)
#1B071E
(27,7,30)
#120613
(18,6,19)
#000000
(0,0,0)

Tints of #6C1081

#6C1081
(108,16,129)
#79258C
(121,37,140)
#863A97
(134,58,151)
#934FA2
(147,79,162)
#A064AD
(160,100,173)
#AD79B8
(173,121,184)
#BA8EC3
(186,142,195)
#C7A3CE
(199,163,206)
#D4B8D9
(212,184,217)
#E1CDE4
(225,205,228)
#EEE2EF
(238,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1081 color. Also use rgb(108,16,129) instead hex code.

Text Font Color

.myTextColor { color: #6C1081; }

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

This text font color is #6C1081.


Background Color

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

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

This div background color is #6C1081.


Border color

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

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

This div border color is #6C1081.


Opacity

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

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

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

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

This text has shadow with #6C1081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1081 on black background.


Color preview on white background

This text has color #6C1081 on white background.



Black color preview on #6C1081 background

This text has black color on #6C1081 background.


White color preview on #6C1081 background

This text has white color on #6C1081 background.