COLOR #06020F

HEX: #06020F RGB: (6,2,15)

Color info

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

RGB color model

#06020F color RGB value is (6,2,15).

RGB: (6,2,15) (2%, 1%, 6%)

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 15 of 255 = 6%

6
2
15

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

Portions of RGB colors in percentages

R + G + B = 6 + 2 + 15 = 23 (100%)
R 6 of 23 ~ 26.09%
G 2 of 23 ~ 8.7%
B 15 of 23 ~ 65.22'%

%26.09
%65.22

CMYK color model

#06020F color CMYK value is (60,87,0,94).

  • cyan value is 60.00%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (60,87,0,94)
C60M87Y0K94 (60%, 87%, 0%, 94%)
(0.60 / 0.87 / 0.00 / 0.94)

CMYK percentages

%60
%86.67
%0
%94.12

Codes

Color #06020F in popluar color models

06 02 0F
RGB 6 2 15
HSL 258° 76.47% 3.33%
HSB/HSV 258° 86.67% 5.88%
CMYK 60.00% 86.67% 0.00%
94.12%

Color #06020F in popluar number systems.

HEX 06 02 0F
Decimal 6 2 15
Binary 110 10 1111
Octal 6 2 17

Shades and tints

Shades of #06020F

#06020F
(6,2,15)
#06020E
(6,2,14)
#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)
#000000
(0,0,0)

Tints of #06020F

#06020F
(6,2,15)
#1C1924
(28,25,36)
#323039
(50,48,57)
#48474E
(72,71,78)
#5E5E63
(94,94,99)
#747578
(116,117,120)
#8A8C8D
(138,140,141)
#A0A3A2
(160,163,162)
#B6BAB7
(182,186,183)
#CCD1CC
(204,209,204)
#E2E8E1
(226,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06020F; }

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

This text font color is #06020F.

Background Color

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

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

This div background color is #06020F.

Border color

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

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

This div border color is #06020F.

Opacity

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

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

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

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

This text has shadow with #06020F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06020F.

Preview

Color preview on black background

This text has color #06020F on black background.


Color preview on white background

This text has color #06020F on white background.


Black color preview on #06020F background

This text has black color on #06020F background.


White color preview on #06020F background

This text has white color on #06020F background.


Related colors

Complementary color

Complementary color for #hex is #F9FDF0.


I love getcolorcode.com

Triadic colors

1 #0F0602 and #020F06 with #06020F are triadic colors.

2 #0F0206 and #02060F with #06020F are triadic colors.