COLOR #6D0880

HEX: #6D0880
RGB: (109,8,128)

Color info

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

RGB color model

#6D0880 color RGB value is (109,8,128).

  • red value is 109;
  • green value is 8;
  • blue value is 128.
RGB:
(109,8,128)
(43%,3%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 8 of 255 = 3%
B 128 of 255 = 50%

109
8
128

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

Portions of RGB colors in percentages

R + G + B =
109 + 8 + 128 = 245 (100%)
R 109 of 245 ~ 44.49%
G 8 of 245 ~ 3.27%
B 128 of 245 ~ 52.24%

%44.49
%52.24

CMYK color model

#6D0880 color CMYK value is (15,94,0,50).

  • cyan value is 14.84%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(15,94,0,50)
C15M94Y0K50 
(15%,94%,0%,50%)
(0.15/0.94/0.00/0.50)	

CMYK percentages

%14.84
%93.75
%0
%49.8

Codes

Color #6D0880 in popluar color models

6D0880
RGB1098128
HSL291°88.24%26.67%
HSB/HSV291°93.75%50.20%
CMYK14.84%93.75%0.00%
49.80%

Color #6D0880 in popluar number systems.

HEX6D0880
Decimal1098128
Binary1101101100010000000
Octal15510200

Shades and tints

Shades of #6D0880

#6D0880
(109,8,128)
#640875
(100,8,117)
#5B086A
(91,8,106)
#52085F
(82,8,95)
#490854
(73,8,84)
#400849
(64,8,73)
#37083E
(55,8,62)
#2E0833
(46,8,51)
#250828
(37,8,40)
#1C081D
(28,8,29)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #6D0880

#6D0880
(109,8,128)
#7A1E8B
(122,30,139)
#873496
(135,52,150)
#944AA1
(148,74,161)
#A160AC
(161,96,172)
#AE76B7
(174,118,183)
#BB8CC2
(187,140,194)
#C8A2CD
(200,162,205)
#D5B8D8
(213,184,216)
#E2CEE3
(226,206,227)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0880 color. Also use rgb(109,8,128) instead hex code.

Text Font Color

.myTextColor { color: #6D0880; }

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

This text font color is #6D0880.


Background Color

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

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

This div background color is #6D0880.


Border color

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

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

This div border color is #6D0880.


Opacity

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

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

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

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

This text has shadow with #6D0880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0880 on black background.


Color preview on white background

This text has color #6D0880 on white background.



Black color preview on #6D0880 background

This text has black color on #6D0880 background.


White color preview on #6D0880 background

This text has white color on #6D0880 background.