COLOR #6D1024

HEX: #6D1024
RGB: (109,16,36)

Color info

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

RGB color model

#6D1024 color RGB value is (109,16,36).

  • red value is 109;
  • green value is 16;
  • blue value is 36.
RGB:
(109,16,36)
(43%,6%,14%)

RGB channels and saturation

R 109 of 255 = 43%
G 16 of 255 = 6%
B 36 of 255 = 14%

109
16
36

R + G + B ~ 21%. #6D1024 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 16 + 36 = 161 (100%)
R 109 of 161 ~ 67.7%
G 16 of 161 ~ 9.94%
B 36 of 161 ~ 22.36%

%67.7
%9.94
%22.36

CMYK color model

#6D1024 color CMYK value is (0,85,67,57).

  • cyan value is 0.00%
  • magenta value is 85.32%
  • yellow value is 66.97%
  • key color value is 57.25%
CMYK:
(0,85,67,57)
C0M85Y67K57 
(0%,85%,67%,57%)
(0.00/0.85/0.67/0.57)	

CMYK percentages

%0
%85.32
%66.97
%57.25

Codes

Color #6D1024 in popluar color models

6D1024
RGB1091636
HSL347°74.40%24.51%
HSB/HSV347°85.32%42.75%
CMYK0.00%85.32%66.97%
57.25%

Color #6D1024 in popluar number systems.

HEX6D1024
Decimal1091636
Binary110110110000100100
Octal1552044

Shades and tints

Shades of #6D1024

#6D1024
(109,16,36)
#640F21
(100,15,33)
#5B0E1E
(91,14,30)
#520D1B
(82,13,27)
#490C18
(73,12,24)
#400B15
(64,11,21)
#370A12
(55,10,18)
#2E090F
(46,9,15)
#25080C
(37,8,12)
#1C0709
(28,7,9)
#130606
(19,6,6)
#000000
(0,0,0)

Tints of #6D1024

#6D1024
(109,16,36)
#7A2537
(122,37,55)
#873A4A
(135,58,74)
#944F5D
(148,79,93)
#A16470
(161,100,112)
#AE7983
(174,121,131)
#BB8E96
(187,142,150)
#C8A3A9
(200,163,169)
#D5B8BC
(213,184,188)
#E2CDCF
(226,205,207)
#EFE2E2
(239,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1024; }

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

This text font color is #6D1024.


Background Color

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

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

This div background color is #6D1024.


Border color

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

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

This div border color is #6D1024.


Opacity

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

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

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

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

This text has shadow with #6D1024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1024 on black background.


Color preview on white background

This text has color #6D1024 on white background.



Black color preview on #6D1024 background

This text has black color on #6D1024 background.


White color preview on #6D1024 background

This text has white color on #6D1024 background.