COLOR #6D118B

HEX: #6D118B RGB: (109,17,139)

Color info

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

RGB color model

#6D118B color RGB value is (109,17,139).

RGB: (109,17,139) (43%, 7%, 55%)

RGB channels and saturation

R 109 of 255 = 43%
G 17 of 255 = 7%
B 139 of 255 = 55%

109
17
139

R + G + B ~ 35%. #6D118B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 17 + 139 = 265 (100%)
R 109 of 265 ~ 41.13%
G 17 of 265 ~ 6.42%
B 139 of 265 ~ 52.45'%

%41.13
%52.45

CMYK color model

#6D118B color CMYK value is (22,88,0,45).

  • cyan value is 21.58%
  • magenta value is 87.77%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (22,88,0,45)
C22M88Y0K45 (22%, 88%, 0%, 45%)
(0.22 / 0.88 / 0.00 / 0.45)

CMYK percentages

%21.58
%87.77
%0
%45.49

Codes

Color #6D118B in popluar color models

6D 11 8B
RGB 109 17 139
HSL 285° 78.21% 30.59%
HSB/HSV 285° 87.77% 54.51%
CMYK 21.58% 87.77% 0.00%
45.49%

Color #6D118B in popluar number systems.

HEX 6D 11 8B
Decimal 109 17 139
Binary 1101101 10001 10001011
Octal 155 21 213

Shades and tints

Shades of #6D118B

#6D118B
(109,17,139)
#64107F
(100,16,127)
#5B0F73
(91,15,115)
#520E67
(82,14,103)
#490D5B
(73,13,91)
#400C4F
(64,12,79)
#370B43
(55,11,67)
#2E0A37
(46,10,55)
#25092B
(37,9,43)
#1C081F
(28,8,31)
#130713
(19,7,19)
#000000
(0,0,0)

Tints of #6D118B

#6D118B
(109,17,139)
#7A2695
(122,38,149)
#873B9F
(135,59,159)
#9450A9
(148,80,169)
#A165B3
(161,101,179)
#AE7ABD
(174,122,189)
#BB8FC7
(187,143,199)
#C8A4D1
(200,164,209)
#D5B9DB
(213,185,219)
#E2CEE5
(226,206,229)
#EFE3EF
(239,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D118B color. Also use rgb(109,17,139) instead hex code.

Text Font Color

.myTextColor { color: #6D118B; }

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

This text font color is #6D118B.

Background Color

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

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

This div background color is #6D118B.

Border color

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

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

This div border color is #6D118B.

Opacity

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

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

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

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

This text has shadow with #6D118B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D118B.

Preview

Color preview on black background

This text has color #6D118B on black background.


Color preview on white background

This text has color #6D118B on white background.


Black color preview on #6D118B background

This text has black color on #6D118B background.


White color preview on #6D118B background

This text has white color on #6D118B background.


Related colors

Complementary color

Complementary color for #hex is #92EE74.


I love getcolorcode.com

Triadic colors

1 #8B6D11 and #118B6D with #6D118B are triadic colors.

2 #8B116D and #116D8B with #6D118B are triadic colors.