COLOR #6D1F40

HEX: #6D1F40
RGB: (109,31,64)

Color info

#6D1F40 contains mainly red and blue colors. Web safe color of #6D1F40 is #663333 (or #633).

RGB color model

#6D1F40 color RGB value is (109,31,64).

  • red value is 109;
  • green value is 31;
  • blue value is 64.
RGB:
(109,31,64)
(43%,12%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 31 of 255 = 12%
B 64 of 255 = 25%

109
31
64

R + G + B ~ 27%. #6D1F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 31 + 64 = 204 (100%)
R 109 of 204 ~ 53.43%
G 31 of 204 ~ 15.2%
B 64 of 204 ~ 31.37%

%53.43
%15.2
%31.37

CMYK color model

#6D1F40 color CMYK value is (0,72,41,57).

  • cyan value is 0.00%
  • magenta value is 71.56%
  • yellow value is 41.28%
  • key color value is 57.25%
CMYK:
(0,72,41,57)
C0M72Y41K57 
(0%,72%,41%,57%)
(0.00/0.72/0.41/0.57)	

CMYK percentages

%0
%71.56
%41.28
%57.25

Codes

Color #6D1F40 in popluar color models

6D1F40
RGB1093164
HSL335°55.71%27.45%
HSB/HSV335°71.56%42.75%
CMYK0.00%71.56%41.28%
57.25%

Color #6D1F40 in popluar number systems.

HEX6D1F40
Decimal1093164
Binary1101101111111000000
Octal15537100

Shades and tints

Shades of #6D1F40

#6D1F40
(109,31,64)
#641D3B
(100,29,59)
#5B1B36
(91,27,54)
#521931
(82,25,49)
#49172C
(73,23,44)
#401527
(64,21,39)
#371322
(55,19,34)
#2E111D
(46,17,29)
#250F18
(37,15,24)
#1C0D13
(28,13,19)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #6D1F40

#6D1F40
(109,31,64)
#7A3351
(122,51,81)
#874762
(135,71,98)
#945B73
(148,91,115)
#A16F84
(161,111,132)
#AE8395
(174,131,149)
#BB97A6
(187,151,166)
#C8ABB7
(200,171,183)
#D5BFC8
(213,191,200)
#E2D3D9
(226,211,217)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1F40 color. Also use rgb(109,31,64) instead hex code.

Text Font Color

.myTextColor { color: #6D1F40; }

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

This text font color is #6D1F40.


Background Color

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

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

This div background color is #6D1F40.


Border color

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

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

This div border color is #6D1F40.


Opacity

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

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

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

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

This text has shadow with #6D1F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1F40 on black background.


Color preview on white background

This text has color #6D1F40 on white background.



Black color preview on #6D1F40 background

This text has black color on #6D1F40 background.


White color preview on #6D1F40 background

This text has white color on #6D1F40 background.