COLOR #06200C

HEX: #06200C RGB: (6,32,12)

Color info

#06200C contains red, green and blue colors in about the same proportion. Web safe color of #06200C is #003300 (or #030).

RGB color model

#06200C color RGB value is (6,32,12).

RGB: (6,32,12) (2%, 13%, 5%)

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 12 of 255 = 5%

6
32
12

R + G + B ~ 7%. #06200C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 32 + 12 = 50 (100%)
R 6 of 50 ~ 12%
G 32 of 50 ~ 64%
B 12 of 50 ~ 24'%

%12
%64
%24

CMYK color model

#06200C color CMYK value is (81,0,63,87).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 87.45%

CMYK: (81,0,63,87)
C81M0Y63K87 (81%, 0%, 63%, 87%)
(0.81 / 0.00 / 0.63 / 0.87)

CMYK percentages

%81.25
%0
%62.5
%87.45

Codes

Color #06200C in popluar color models

06 20 0C
RGB 6 32 12
HSL 134° 68.42% 7.45%
HSB/HSV 134° 81.25% 12.55%
CMYK 81.25% 0.00% 62.50%
87.45%

Color #06200C in popluar number systems.

HEX 06 20 0C
Decimal 6 32 12
Binary 110 100000 1100
Octal 6 40 14

Shades and tints

Shades of #06200C

#06200C
(6,32,12)
#061E0B
(6,30,11)
#061C0A
(6,28,10)
#061A09
(6,26,9)
#061808
(6,24,8)
#061607
(6,22,7)
#061406
(6,20,6)
#061205
(6,18,5)
#061004
(6,16,4)
#060E03
(6,14,3)
#060C02
(6,12,2)
#000000
(0,0,0)

Tints of #06200C

#06200C
(6,32,12)
#1C3422
(28,52,34)
#324838
(50,72,56)
#485C4E
(72,92,78)
#5E7064
(94,112,100)
#74847A
(116,132,122)
#8A9890
(138,152,144)
#A0ACA6
(160,172,166)
#B6C0BC
(182,192,188)
#CCD4D2
(204,212,210)
#E2E8E8
(226,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06200C color. Also use rgb(6,32,12) instead hex code.

Text Font Color

.myTextColor { color: #06200C; }

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

This text font color is #06200C.

Background Color

.myBgColor { background-color: #06200C; }

<div style="background-color:#06200C">Inner text</div>

This div background color is #06200C.

Border color

.myBorderColor { border: 1px solid #06200C; }

<div style="border:3px solid #06200C">Div</div>

This div border color is #06200C.

Opacity

.myOpacity80 { color: #06200C; opacity: 0.8; }

<p style="color:#06200C;opacity:0.8;">80%</p>

Text with #06200C 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 #06200C;}

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

This text has shadow with #06200C color.


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

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

This text has shadow with #06200C primary color and red secondary color.


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

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

This text has shadow with #06200C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #06200C.

Preview

Color preview on black background

This text has color #06200C on black background.


Color preview on white background

This text has color #06200C on white background.


Black color preview on #06200C background

This text has black color on #06200C background.


White color preview on #06200C background

This text has white color on #06200C background.


Related colors

Complementary color

Complementary color for #hex is #F9DFF3.


I love getcolorcode.com

Triadic colors

1 #0C0620 and #200C06 with #06200C are triadic colors.

2 #0C2006 and #20060C with #06200C are triadic colors.