COLOR #06202F

HEX: #06202F RGB: (6,32,47)

Color info

#06202F contains red, green and blue colors in about the same proportion. Web safe color of #06202F is #003333 (or #033).

RGB color model

#06202F color RGB value is (6,32,47).

RGB: (6,32,47) (2%, 13%, 18%)

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 47 of 255 = 18%

6
32
47

R + G + B ~ 11%. #06202F is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 32 + 47 = 85 (100%)
R 6 of 85 ~ 7.06%
G 32 of 85 ~ 37.65%
B 47 of 85 ~ 55.29'%

%37.65
%55.29

CMYK color model

#06202F color CMYK value is (87,32,0,82).

  • cyan value is 87.23%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (87,32,0,82)
C87M32Y0K82 (87%, 32%, 0%, 82%)
(0.87 / 0.32 / 0.00 / 0.82)

CMYK percentages

%87.23
%31.91
%0
%81.57

Codes

Color #06202F in popluar color models

06 20 2F
RGB 6 32 47
HSL 202° 77.36% 10.39%
HSB/HSV 202° 87.23% 18.43%
CMYK 87.23% 31.91% 0.00%
81.57%

Color #06202F in popluar number systems.

HEX 06 20 2F
Decimal 6 32 47
Binary 110 100000 101111
Octal 6 40 57

Shades and tints

Shades of #06202F

#06202F
(6,32,47)
#061E2B
(6,30,43)
#061C27
(6,28,39)
#061A23
(6,26,35)
#06181F
(6,24,31)
#06161B
(6,22,27)
#061417
(6,20,23)
#061213
(6,18,19)
#06100F
(6,16,15)
#060E0B
(6,14,11)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #06202F

#06202F
(6,32,47)
#1C3441
(28,52,65)
#324853
(50,72,83)
#485C65
(72,92,101)
#5E7077
(94,112,119)
#748489
(116,132,137)
#8A989B
(138,152,155)
#A0ACAD
(160,172,173)
#B6C0BF
(182,192,191)
#CCD4D1
(204,212,209)
#E2E8E3
(226,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06202F color. Also use rgb(6,32,47) instead hex code.

Text Font Color

.myTextColor { color: #06202F; }

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

This text font color is #06202F.

Background Color

.myBgColor { background-color: #06202F; }

<div style="background-color:#06202F">Inner text</div>

This div background color is #06202F.

Border color

.myBorderColor { border: 1px solid #06202F; }

<div style="border:3px solid #06202F">Div</div>

This div border color is #06202F.

Opacity

.myOpacity80 { color: #06202F; opacity: 0.8; }

<p style="color:#06202F;opacity:0.8;">80%</p>

Text with #06202F 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 #06202F;}

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

This text has shadow with #06202F color.


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

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

This text has shadow with #06202F primary color and red secondary color.


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

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

This text has shadow with #06202F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #06202F.

Preview

Color preview on black background

This text has color #06202F on black background.


Color preview on white background

This text has color #06202F on white background.


Black color preview on #06202F background

This text has black color on #06202F background.


White color preview on #06202F background

This text has white color on #06202F background.


Related colors

Complementary color

Complementary color for #hex is #F9DFD0.


I love getcolorcode.com

Triadic colors

1 #2F0620 and #202F06 with #06202F are triadic colors.

2 #2F2006 and #20062F with #06202F are triadic colors.