COLOR #06020B

HEX: #06020B RGB: (6,2,11)

Color info

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

RGB color model

#06020B color RGB value is (6,2,11).

RGB: (6,2,11) (2%, 1%, 4%)

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 11 of 255 = 4%

6
2
11

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

Portions of RGB colors in percentages

R + G + B = 6 + 2 + 11 = 19 (100%)
R 6 of 19 ~ 31.58%
G 2 of 19 ~ 10.53%
B 11 of 19 ~ 57.89'%

%31.58
%10.53
%57.89

CMYK color model

#06020B color CMYK value is (45,82,0,96).

  • cyan value is 45.45%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK: (45,82,0,96) C45M82Y0K96 (45%,82%,0%,96%) (0.45/0.82/0.00/0.96) 

CMYK percentages

%45.45
%81.82
%0
%95.69

Codes

Color #06020B in popluar color models

06 02 0B
RGB 6 2 11
HSL 267° 69.23% 2.55%
HSB/HSV 267° 81.82% 4.31%
CMYK 45.45% 81.82% 0.00%
95.69%

Color #06020B in popluar number systems.

HEX 06 02 0B
Decimal 6 2 11
Binary 110 10 1011
Octal 6 2 13

Shades and tints

Shades of #06020B

#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)
#060202
(6,2,2)
#060201
(6,2,1)
#000000
(0,0,0)

Tints of #06020B

#06020B
(6,2,11)
#1C1921
(28,25,33)
#323037
(50,48,55)
#48474D
(72,71,77)
#5E5E63
(94,94,99)
#747579
(116,117,121)
#8A8C8F
(138,140,143)
#A0A3A5
(160,163,165)
#B6BABB
(182,186,187)
#CCD1D1
(204,209,209)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06020B; }

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

This text font color is #06020B.

Background Color

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

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

This div background color is #06020B.

Border color

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

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

This div border color is #06020B.

Opacity

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

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

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

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

This text has shadow with #06020B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06020B.

Preview

Color preview on black background

This text has color #06020B on black background.


Color preview on white background

This text has color #06020B on white background.


Black color preview on #06020B background

This text has black color on #06020B background.


White color preview on #06020B background

This text has white color on #06020B background.


Related colors

Complementary color

Complementary color for #hex is #F9FDF4.


I love getcolorcode.com

Triadic colors

1 #0B0602 and #020B06 with #06020B are triadic colors.

2 #0B0206 and #02060B with #06020B are triadic colors.