COLOR #6D0226

HEX: #6D0226
RGB: (109,2,38)

Color info

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

RGB color model

#6D0226 color RGB value is (109,2,38).

  • red value is 109;
  • green value is 2;
  • blue value is 38.
RGB:
(109,2,38)
(43%,1%,15%)

RGB channels and saturation

R 109 of 255 = 43%
G 2 of 255 = 1%
B 38 of 255 = 15%

109
2
38

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

Portions of RGB colors in percentages

R + G + B =
109 + 2 + 38 = 149 (100%)
R 109 of 149 ~ 73.15%
G 2 of 149 ~ 1.34%
B 38 of 149 ~ 25.5%

%73.15
%25.5

CMYK color model

#6D0226 color CMYK value is (0,98,65,57).

  • cyan value is 0.00%
  • magenta value is 98.17%
  • yellow value is 65.14%
  • key color value is 57.25%
CMYK:
(0,98,65,57)
C0M98Y65K57 
(0%,98%,65%,57%)
(0.00/0.98/0.65/0.57)	

CMYK percentages

%0
%98.17
%65.14
%57.25

Codes

Color #6D0226 in popluar color models

6D0226
RGB109238
HSL340°96.40%21.76%
HSB/HSV340°98.17%42.75%
CMYK0.00%98.17%65.14%
57.25%

Color #6D0226 in popluar number systems.

HEX6D0226
Decimal109238
Binary110110110100110
Octal155246

Shades and tints

Shades of #6D0226

#6D0226
(109,2,38)
#640223
(100,2,35)
#5B0220
(91,2,32)
#52021D
(82,2,29)
#49021A
(73,2,26)
#400217
(64,2,23)
#370214
(55,2,20)
#2E0211
(46,2,17)
#25020E
(37,2,14)
#1C020B
(28,2,11)
#130208
(19,2,8)
#000000
(0,0,0)

Tints of #6D0226

#6D0226
(109,2,38)
#7A1939
(122,25,57)
#87304C
(135,48,76)
#94475F
(148,71,95)
#A15E72
(161,94,114)
#AE7585
(174,117,133)
#BB8C98
(187,140,152)
#C8A3AB
(200,163,171)
#D5BABE
(213,186,190)
#E2D1D1
(226,209,209)
#EFE8E4
(239,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0226 color. Also use rgb(109,2,38) instead hex code.

Text Font Color

.myTextColor { color: #6D0226; }

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

This text font color is #6D0226.


Background Color

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

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

This div background color is #6D0226.


Border color

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

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

This div border color is #6D0226.


Opacity

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

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

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

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

This text has shadow with #6D0226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0226 on black background.


Color preview on white background

This text has color #6D0226 on white background.



Black color preview on #6D0226 background

This text has black color on #6D0226 background.


White color preview on #6D0226 background

This text has white color on #6D0226 background.