COLOR #6D165E

HEX: #6D165E RGB: (109,22,94)

Color info

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

RGB color model

#6D165E color RGB value is (109,22,94).

RGB: (109,22,94) (43%, 9%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 22 of 255 = 9%
B 94 of 255 = 37%

109
22
94

R + G + B ~ 30%. #6D165E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 22 + 94 = 225 (100%)
R 109 of 225 ~ 48.44%
G 22 of 225 ~ 9.78%
B 94 of 225 ~ 41.78'%

%48.44
%41.78

CMYK color model

#6D165E color CMYK value is (0,80,14,57).

  • cyan value is 0.00%
  • magenta value is 79.82%
  • yellow value is 13.76%
  • key color value is 57.25%

CMYK: (0,80,14,57)
C0M80Y14K57 (0%, 80%, 14%, 57%)
(0.00 / 0.80 / 0.14 / 0.57)

CMYK percentages

%0
%79.82
%13.76
%57.25

Codes

Color #6D165E in popluar color models

6D 16 5E
RGB 109 22 94
HSL 310° 66.41% 25.69%
HSB/HSV 310° 79.82% 42.75%
CMYK 0.00% 79.82% 13.76%
57.25%

Color #6D165E in popluar number systems.

HEX 6D 16 5E
Decimal 109 22 94
Binary 1101101 10110 1011110
Octal 155 26 136

Shades and tints

Shades of #6D165E

#6D165E
(109,22,94)
#641456
(100,20,86)
#5B124E
(91,18,78)
#521046
(82,16,70)
#490E3E
(73,14,62)
#400C36
(64,12,54)
#370A2E
(55,10,46)
#2E0826
(46,8,38)
#25061E
(37,6,30)
#1C0416
(28,4,22)
#13020E
(19,2,14)
#000000
(0,0,0)

Tints of #6D165E

#6D165E
(109,22,94)
#7A2B6C
(122,43,108)
#87407A
(135,64,122)
#945588
(148,85,136)
#A16A96
(161,106,150)
#AE7FA4
(174,127,164)
#BB94B2
(187,148,178)
#C8A9C0
(200,169,192)
#D5BECE
(213,190,206)
#E2D3DC
(226,211,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D165E color. Also use rgb(109,22,94) instead hex code.

Text Font Color

.myTextColor { color: #6D165E; }

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

This text font color is #6D165E.

Background Color

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

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

This div background color is #6D165E.

Border color

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

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

This div border color is #6D165E.

Opacity

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

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

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

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

This text has shadow with #6D165E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D165E.

Preview

Color preview on black background

This text has color #6D165E on black background.


Color preview on white background

This text has color #6D165E on white background.


Black color preview on #6D165E background

This text has black color on #6D165E background.


White color preview on #6D165E background

This text has white color on #6D165E background.


Related colors

Complementary color

Complementary color for #hex is #92E9A1.


I love getcolorcode.com

Triadic colors

1 #5E6D16 and #165E6D with #6D165E are triadic colors.

2 #5E166D and #166D5E with #6D165E are triadic colors.