COLOR #6D1455

HEX: #6D1455
RGB: (109,20,85)

Color info

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

RGB color model

#6D1455 color RGB value is (109,20,85).

  • red value is 109;
  • green value is 20;
  • blue value is 85.
RGB:
(109,20,85)
(43%,8%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 20 of 255 = 8%
B 85 of 255 = 33%

109
20
85

R + G + B ~ 28%. #6D1455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 20 + 85 = 214 (100%)
R 109 of 214 ~ 50.93%
G 20 of 214 ~ 9.35%
B 85 of 214 ~ 39.72%

%50.93
%39.72

CMYK color model

#6D1455 color CMYK value is (0,82,22,57).

  • cyan value is 0.00%
  • magenta value is 81.65%
  • yellow value is 22.02%
  • key color value is 57.25%
CMYK:
(0,82,22,57)
C0M82Y22K57 
(0%,82%,22%,57%)
(0.00/0.82/0.22/0.57)	

CMYK percentages

%0
%81.65
%22.02
%57.25

Codes

Color #6D1455 in popluar color models

6D1455
RGB1092085
HSL316°68.99%25.29%
HSB/HSV316°81.65%42.75%
CMYK0.00%81.65%22.02%
57.25%

Color #6D1455 in popluar number systems.

HEX6D1455
Decimal1092085
Binary1101101101001010101
Octal15524125

Shades and tints

Shades of #6D1455

#6D1455
(109,20,85)
#64134E
(100,19,78)
#5B1247
(91,18,71)
#521140
(82,17,64)
#491039
(73,16,57)
#400F32
(64,15,50)
#370E2B
(55,14,43)
#2E0D24
(46,13,36)
#250C1D
(37,12,29)
#1C0B16
(28,11,22)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #6D1455

#6D1455
(109,20,85)
#7A2964
(122,41,100)
#873E73
(135,62,115)
#945382
(148,83,130)
#A16891
(161,104,145)
#AE7DA0
(174,125,160)
#BB92AF
(187,146,175)
#C8A7BE
(200,167,190)
#D5BCCD
(213,188,205)
#E2D1DC
(226,209,220)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1455 color. Also use rgb(109,20,85) instead hex code.

Text Font Color

.myTextColor { color: #6D1455; }

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

This text font color is #6D1455.


Background Color

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

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

This div background color is #6D1455.


Border color

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

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

This div border color is #6D1455.


Opacity

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

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

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

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

This text has shadow with #6D1455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1455 on black background.


Color preview on white background

This text has color #6D1455 on white background.



Black color preview on #6D1455 background

This text has black color on #6D1455 background.


White color preview on #6D1455 background

This text has white color on #6D1455 background.