COLOR #6D185A

HEX: #6D185A
RGB: (109,24,90)

Color info

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

RGB color model

#6D185A color RGB value is (109,24,90).

  • red value is 109;
  • green value is 24;
  • blue value is 90.
RGB:
(109,24,90)
(43%,9%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 24 of 255 = 9%
B 90 of 255 = 35%

109
24
90

R + G + B ~ 29%. #6D185A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 24 + 90 = 223 (100%)
R 109 of 223 ~ 48.88%
G 24 of 223 ~ 10.76%
B 90 of 223 ~ 40.36%

%48.88
%10.76
%40.36

CMYK color model

#6D185A color CMYK value is (0,78,17,57).

  • cyan value is 0.00%
  • magenta value is 77.98%
  • yellow value is 17.43%
  • key color value is 57.25%
CMYK:
(0,78,17,57)
C0M78Y17K57 
(0%,78%,17%,57%)
(0.00/0.78/0.17/0.57)	

CMYK percentages

%0
%77.98
%17.43
%57.25

Codes

Color #6D185A in popluar color models

6D185A
RGB1092490
HSL313°63.91%26.08%
HSB/HSV313°77.98%42.75%
CMYK0.00%77.98%17.43%
57.25%

Color #6D185A in popluar number systems.

HEX6D185A
Decimal1092490
Binary1101101110001011010
Octal15530132

Shades and tints

Shades of #6D185A

#6D185A
(109,24,90)
#641652
(100,22,82)
#5B144A
(91,20,74)
#521242
(82,18,66)
#49103A
(73,16,58)
#400E32
(64,14,50)
#370C2A
(55,12,42)
#2E0A22
(46,10,34)
#25081A
(37,8,26)
#1C0612
(28,6,18)
#13040A
(19,4,10)
#000000
(0,0,0)

Tints of #6D185A

#6D185A
(109,24,90)
#7A2D69
(122,45,105)
#874278
(135,66,120)
#945787
(148,87,135)
#A16C96
(161,108,150)
#AE81A5
(174,129,165)
#BB96B4
(187,150,180)
#C8ABC3
(200,171,195)
#D5C0D2
(213,192,210)
#E2D5E1
(226,213,225)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D185A color. Also use rgb(109,24,90) instead hex code.

Text Font Color

.myTextColor { color: #6D185A; }

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

This text font color is #6D185A.


Background Color

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

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

This div background color is #6D185A.


Border color

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

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

This div border color is #6D185A.


Opacity

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

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

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

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

This text has shadow with #6D185A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D185A on black background.


Color preview on white background

This text has color #6D185A on white background.



Black color preview on #6D185A background

This text has black color on #6D185A background.


White color preview on #6D185A background

This text has white color on #6D185A background.