COLOR #6A0206

HEX: #6A0206
RGB: (106,2,6)

Color info

#6A0206 contains mainly red color. Web safe color of #6A0206 is #660000 (or #600).

RGB color model

#6A0206 color RGB value is (106,2,6).

  • red value is 106;
  • green value is 2;
  • blue value is 6.
RGB:
(106,2,6)
(42%,1%,2%)

RGB channels and saturation

R 106 of 255 = 42%
G 2 of 255 = 1%
B 6 of 255 = 2%

106
2
6

R + G + B ~ 15%. #6A0206 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 2 + 6 = 114 (100%)
R 106 of 114 ~ 92.98%
G 2 of 114 ~ 1.75%
B 6 of 114 ~ 5.26%

%92.98

CMYK color model

#6A0206 color CMYK value is (0,98,94,58).

  • cyan value is 0.00%
  • magenta value is 98.11%
  • yellow value is 94.34%
  • key color value is 58.43%
CMYK:
(0,98,94,58)
C0M98Y94K58 
(0%,98%,94%,58%)
(0.00/0.98/0.94/0.58)	

CMYK percentages

%0
%98.11
%94.34
%58.43

Codes

Color #6A0206 in popluar color models

6A0206
RGB10626
HSL358°96.30%21.18%
HSB/HSV358°98.11%41.57%
CMYK0.00%98.11%94.34%
58.43%

Color #6A0206 in popluar number systems.

HEX6A0206
Decimal10626
Binary110101010110
Octal15226

Shades and tints

Shades of #6A0206

#6A0206
(106,2,6)
#610206
(97,2,6)
#580206
(88,2,6)
#4F0206
(79,2,6)
#460206
(70,2,6)
#3D0206
(61,2,6)
#340206
(52,2,6)
#2B0206
(43,2,6)
#220206
(34,2,6)
#190206
(25,2,6)
#100206
(16,2,6)
#000000
(0,0,0)

Tints of #6A0206

#6A0206
(106,2,6)
#77191C
(119,25,28)
#843032
(132,48,50)
#914748
(145,71,72)
#9E5E5E
(158,94,94)
#AB7574
(171,117,116)
#B88C8A
(184,140,138)
#C5A3A0
(197,163,160)
#D2BAB6
(210,186,182)
#DFD1CC
(223,209,204)
#ECE8E2
(236,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A0206; }

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

This text font color is #6A0206.


Background Color

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

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

This div background color is #6A0206.


Border color

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

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

This div border color is #6A0206.


Opacity

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

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

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

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

This text has shadow with #6A0206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0206 on black background.


Color preview on white background

This text has color #6A0206 on white background.



Black color preview on #6A0206 background

This text has black color on #6A0206 background.


White color preview on #6A0206 background

This text has white color on #6A0206 background.