COLOR #6D101C

HEX: #6D101C RGB: (109,16,28)

Color info

#6D101C contains mainly red color. Web safe color of #6D101C is #660033 (or #603).

RGB color model

#6D101C color RGB value is (109,16,28).

RGB: (109,16,28) (43%, 6%, 11%)

RGB channels and saturation

R 109 of 255 = 43%
G 16 of 255 = 6%
B 28 of 255 = 11%

109
16
28

R + G + B ~ 20%. #6D101C is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 16 + 28 = 153 (100%)
R 109 of 153 ~ 71.24%
G 16 of 153 ~ 10.46%
B 28 of 153 ~ 18.3'%

%71.24
%18.3

CMYK color model

#6D101C color CMYK value is (0,85,74,57).

  • cyan value is 0.00%
  • magenta value is 85.32%
  • yellow value is 74.31%
  • key color value is 57.25%

CMYK: (0,85,74,57)
C0M85Y74K57 (0%, 85%, 74%, 57%)
(0.00 / 0.85 / 0.74 / 0.57)

CMYK percentages

%0
%85.32
%74.31
%57.25

Codes

Color #6D101C in popluar color models

6D 10 1C
RGB 109 16 28
HSL 352° 74.40% 24.51%
HSB/HSV 352° 85.32% 42.75%
CMYK 0.00% 85.32% 74.31%
57.25%

Color #6D101C in popluar number systems.

HEX 6D 10 1C
Decimal 109 16 28
Binary 1101101 10000 11100
Octal 155 20 34

Shades and tints

Shades of #6D101C

#6D101C
(109,16,28)
#640F1A
(100,15,26)
#5B0E18
(91,14,24)
#520D16
(82,13,22)
#490C14
(73,12,20)
#400B12
(64,11,18)
#370A10
(55,10,16)
#2E090E
(46,9,14)
#25080C
(37,8,12)
#1C070A
(28,7,10)
#130608
(19,6,8)
#000000
(0,0,0)

Tints of #6D101C

#6D101C
(109,16,28)
#7A2530
(122,37,48)
#873A44
(135,58,68)
#944F58
(148,79,88)
#A1646C
(161,100,108)
#AE7980
(174,121,128)
#BB8E94
(187,142,148)
#C8A3A8
(200,163,168)
#D5B8BC
(213,184,188)
#E2CDD0
(226,205,208)
#EFE2E4
(239,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D101C color. Also use rgb(109,16,28) instead hex code.

Text Font Color

.myTextColor { color: #6D101C; }

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

This text font color is #6D101C.

Background Color

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

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

This div background color is #6D101C.

Border color

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

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

This div border color is #6D101C.

Opacity

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

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

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

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

This text has shadow with #6D101C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D101C.

Preview

Color preview on black background

This text has color #6D101C on black background.


Color preview on white background

This text has color #6D101C on white background.


Black color preview on #6D101C background

This text has black color on #6D101C background.


White color preview on #6D101C background

This text has white color on #6D101C background.


Related colors

Complementary color

Complementary color for #hex is #92EFE3.


I love getcolorcode.com

Triadic colors

1 #1C6D10 and #101C6D with #6D101C are triadic colors.

2 #1C106D and #106D1C with #6D101C are triadic colors.