COLOR #06020D

HEX: #06020D RGB: (6,2,13)

Color info

#06020D contains red, green and blue colors in about the same proportion. Web safe color of #06020D is #000000 (or #000).

RGB color model

#06020D color RGB value is (6,2,13).

RGB: (6,2,13) (2%, 1%, 5%)

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 13 of 255 = 5%

6
2
13

R + G + B ~ 3%. #06020D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 2 + 13 = 21 (100%)
R 6 of 21 ~ 28.57%
G 2 of 21 ~ 9.52%
B 13 of 21 ~ 61.9'%

%28.57
%9.52
%61.9

CMYK color model

#06020D color CMYK value is (54,85,0,95).

  • cyan value is 53.85%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK: (54,85,0,95) C54M85Y0K95 (54%,85%,0%,95%) (0.54/0.85/0.00/0.95) 

CMYK percentages

%53.85
%84.62
%0
%94.9

Codes

Color #06020D in popluar color models

06 02 0D
RGB 6 2 13
HSL 262° 73.33% 2.94%
HSB/HSV 262° 84.62% 5.10%
CMYK 53.85% 84.62% 0.00%
94.90%

Color #06020D in popluar number systems.

HEX 06 02 0D
Decimal 6 2 13
Binary 110 10 1101
Octal 6 2 15

Shades and tints

Shades of #06020D

#06020D
(6,2,13)
#06020C
(6,2,12)
#06020B
(6,2,11)
#06020A
(6,2,10)
#060209
(6,2,9)
#060208
(6,2,8)
#060207
(6,2,7)
#060206
(6,2,6)
#060205
(6,2,5)
#060204
(6,2,4)
#060203
(6,2,3)
#000000
(0,0,0)

Tints of #06020D

#06020D
(6,2,13)
#1C1923
(28,25,35)
#323039
(50,48,57)
#48474F
(72,71,79)
#5E5E65
(94,94,101)
#74757B
(116,117,123)
#8A8C91
(138,140,145)
#A0A3A7
(160,163,167)
#B6BABD
(182,186,189)
#CCD1D3
(204,209,211)
#E2E8E9
(226,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06020D; }

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

This text font color is #06020D.

Background Color

.myBgColor { background-color: #06020D; }

<div style="background-color:#06020D">Inner text</div>

This div background color is #06020D.

Border color

.myBorderColor { border: 1px solid #06020D; }

<div style="border:3px solid #06020D">Div</div>

This div border color is #06020D.

Opacity

.myOpacity80 { color: #06020D; opacity: 0.8; }

<p style="color:#06020D;opacity:0.8;">80%</p>

Text with #06020D 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 #06020D;}

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

This text has shadow with #06020D color.


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

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

This text has shadow with #06020D primary color and red secondary color.


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

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

This text has shadow with #06020D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #06020D.

Preview

Color preview on black background

This text has color #06020D on black background.


Color preview on white background

This text has color #06020D on white background.


Black color preview on #06020D background

This text has black color on #06020D background.


White color preview on #06020D background

This text has white color on #06020D background.


Related colors

Complementary color

Complementary color for #hex is #F9FDF2.


I love getcolorcode.com

Triadic colors

1 #0D0602 and #020D06 with #06020D are triadic colors.

2 #0D0206 and #02060D with #06020D are triadic colors.