COLOR #6D009A

HEX: #6D009A
RGB: (109,0,154)

Color info

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

RGB color model

#6D009A color RGB value is (109,0,154).

  • red value is 109;
  • green value is 0;
  • blue value is 154.
RGB:
(109,0,154)
(43%,0%,60%)

RGB channels and saturation

R 109 of 255 = 43%
G 0 of 255 = 0%
B 154 of 255 = 60%

109
0
154

R + G + B ~ 34%. #6D009A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 0 + 154 = 263 (100%)
R 109 of 263 ~ 41.44%
G 0 of 263 ~ 0%
B 154 of 263 ~ 58.56%

%41.44
%58.56

CMYK color model

#6D009A color CMYK value is (29,100,0,40).

  • cyan value is 29.22%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(29,100,0,40)
C29M100Y0K40 
(29%,100%,0%,40%)
(0.29/1.00/0.00/0.40)	

CMYK percentages

%29.22
%100
%0
%39.61

Codes

Color #6D009A in popluar color models

6D009A
RGB1090154
HSL282°100.00%30.20%
HSB/HSV282°100.00%60.39%
CMYK29.22%100.00%0.00%
39.61%

Color #6D009A in popluar number systems.

HEX6D009A
Decimal1090154
Binary1101101010011010
Octal1550232

Shades and tints

Shades of #6D009A

#6D009A
(109,0,154)
#64008C
(100,0,140)
#5B007E
(91,0,126)
#520070
(82,0,112)
#490062
(73,0,98)
#400054
(64,0,84)
#370046
(55,0,70)
#2E0038
(46,0,56)
#25002A
(37,0,42)
#1C001C
(28,0,28)
#13000E
(19,0,14)
#000000
(0,0,0)

Tints of #6D009A

#6D009A
(109,0,154)
#7A17A3
(122,23,163)
#872EAC
(135,46,172)
#9445B5
(148,69,181)
#A15CBE
(161,92,190)
#AE73C7
(174,115,199)
#BB8AD0
(187,138,208)
#C8A1D9
(200,161,217)
#D5B8E2
(213,184,226)
#E2CFEB
(226,207,235)
#EFE6F4
(239,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D009A color. Also use rgb(109,0,154) instead hex code.

Text Font Color

.myTextColor { color: #6D009A; }

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

This text font color is #6D009A.


Background Color

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

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

This div background color is #6D009A.


Border color

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

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

This div border color is #6D009A.


Opacity

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

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

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

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

This text has shadow with #6D009A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D009A on black background.


Color preview on white background

This text has color #6D009A on white background.



Black color preview on #6D009A background

This text has black color on #6D009A background.


White color preview on #6D009A background

This text has white color on #6D009A background.