COLOR #6A0D28

HEX: #6A0D28
RGB: (106,13,40)

Color info

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

RGB color model

#6A0D28 color RGB value is (106,13,40).

  • red value is 106;
  • green value is 13;
  • blue value is 40.
RGB:
(106,13,40)
(42%,5%,16%)

RGB channels and saturation

R 106 of 255 = 42%
G 13 of 255 = 5%
B 40 of 255 = 16%

106
13
40

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

Portions of RGB colors in percentages

R + G + B =
106 + 13 + 40 = 159 (100%)
R 106 of 159 ~ 66.67%
G 13 of 159 ~ 8.18%
B 40 of 159 ~ 25.16%

%66.67
%25.16

CMYK color model

#6A0D28 color CMYK value is (0,88,62,58).

  • cyan value is 0.00%
  • magenta value is 87.74%
  • yellow value is 62.26%
  • key color value is 58.43%
CMYK:
(0,88,62,58)
C0M88Y62K58 
(0%,88%,62%,58%)
(0.00/0.88/0.62/0.58)	

CMYK percentages

%0
%87.74
%62.26
%58.43

Codes

Color #6A0D28 in popluar color models

6A0D28
RGB1061340
HSL343°78.15%23.33%
HSB/HSV343°87.74%41.57%
CMYK0.00%87.74%62.26%
58.43%

Color #6A0D28 in popluar number systems.

HEX6A0D28
Decimal1061340
Binary11010101101101000
Octal1521550

Shades and tints

Shades of #6A0D28

#6A0D28
(106,13,40)
#610C25
(97,12,37)
#580B22
(88,11,34)
#4F0A1F
(79,10,31)
#46091C
(70,9,28)
#3D0819
(61,8,25)
#340716
(52,7,22)
#2B0613
(43,6,19)
#220510
(34,5,16)
#19040D
(25,4,13)
#10030A
(16,3,10)
#000000
(0,0,0)

Tints of #6A0D28

#6A0D28
(106,13,40)
#77233B
(119,35,59)
#84394E
(132,57,78)
#914F61
(145,79,97)
#9E6574
(158,101,116)
#AB7B87
(171,123,135)
#B8919A
(184,145,154)
#C5A7AD
(197,167,173)
#D2BDC0
(210,189,192)
#DFD3D3
(223,211,211)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0D28 color. Also use rgb(106,13,40) instead hex code.

Text Font Color

.myTextColor { color: #6A0D28; }

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

This text font color is #6A0D28.


Background Color

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

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

This div background color is #6A0D28.


Border color

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

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

This div border color is #6A0D28.


Opacity

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

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

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

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

This text has shadow with #6A0D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0D28 on black background.


Color preview on white background

This text has color #6A0D28 on white background.



Black color preview on #6A0D28 background

This text has black color on #6A0D28 background.


White color preview on #6A0D28 background

This text has white color on #6A0D28 background.