COLOR #6D1638

HEX: #6D1638
RGB: (109,22,56)

Color info

#6D1638 contains mainly red and blue colors. Web safe color of #6D1638 is #660033 (or #603).

RGB color model

#6D1638 color RGB value is (109,22,56).

  • red value is 109;
  • green value is 22;
  • blue value is 56.
RGB:
(109,22,56)
(43%,9%,22%)

RGB channels and saturation

R 109 of 255 = 43%
G 22 of 255 = 9%
B 56 of 255 = 22%

109
22
56

R + G + B ~ 25%. #6D1638 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 22 + 56 = 187 (100%)
R 109 of 187 ~ 58.29%
G 22 of 187 ~ 11.76%
B 56 of 187 ~ 29.95%

%58.29
%11.76
%29.95

CMYK color model

#6D1638 color CMYK value is (0,80,49,57).

  • cyan value is 0.00%
  • magenta value is 79.82%
  • yellow value is 48.62%
  • key color value is 57.25%
CMYK:
(0,80,49,57)
C0M80Y49K57 
(0%,80%,49%,57%)
(0.00/0.80/0.49/0.57)	

CMYK percentages

%0
%79.82
%48.62
%57.25

Codes

Color #6D1638 in popluar color models

6D1638
RGB1092256
HSL337°66.41%25.69%
HSB/HSV337°79.82%42.75%
CMYK0.00%79.82%48.62%
57.25%

Color #6D1638 in popluar number systems.

HEX6D1638
Decimal1092256
Binary110110110110111000
Octal1552670

Shades and tints

Shades of #6D1638

#6D1638
(109,22,56)
#641433
(100,20,51)
#5B122E
(91,18,46)
#521029
(82,16,41)
#490E24
(73,14,36)
#400C1F
(64,12,31)
#370A1A
(55,10,26)
#2E0815
(46,8,21)
#250610
(37,6,16)
#1C040B
(28,4,11)
#130206
(19,2,6)
#000000
(0,0,0)

Tints of #6D1638

#6D1638
(109,22,56)
#7A2B4A
(122,43,74)
#87405C
(135,64,92)
#94556E
(148,85,110)
#A16A80
(161,106,128)
#AE7F92
(174,127,146)
#BB94A4
(187,148,164)
#C8A9B6
(200,169,182)
#D5BEC8
(213,190,200)
#E2D3DA
(226,211,218)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1638; }

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

This text font color is #6D1638.


Background Color

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

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

This div background color is #6D1638.


Border color

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

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

This div border color is #6D1638.


Opacity

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

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

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

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

This text has shadow with #6D1638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1638 on black background.


Color preview on white background

This text has color #6D1638 on white background.



Black color preview on #6D1638 background

This text has black color on #6D1638 background.


White color preview on #6D1638 background

This text has white color on #6D1638 background.