COLOR #06060B

HEX: #06060B RGB: (6,6,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

6
6
11

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

Portions of RGB colors in percentages

R + G + B = 6 + 6 + 11 = 23 (100%)
R 6 of 23 ~ 26.09%
G 6 of 23 ~ 26.09%
B 11 of 23 ~ 47.83'%

%26.09
%26.09
%47.83

CMYK color model

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

  • cyan value is 45.45%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 95.69%

CMYK: (45,45,0,96)
C45M45Y0K96 (45%, 45%, 0%, 96%)
(0.45 / 0.45 / 0.00 / 0.96)

CMYK percentages

%45.45
%45.45
%0
%95.69

Codes

Color #06060B in popluar color models

06 06 0B
RGB 6 6 11
HSL 240° 29.41% 3.33%
HSB/HSV 240° 45.45% 4.31%
CMYK 45.45% 45.45% 0.00%
95.69%

Color #06060B in popluar number systems.

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

Shades and tints

Shades of #06060B

#06060B
(6,6,11)
#06060A
(6,6,10)
#060609
(6,6,9)
#060608
(6,6,8)
#060607
(6,6,7)
#060606
(6,6,6)
#060605
(6,6,5)
#060604
(6,6,4)
#060603
(6,6,3)
#060602
(6,6,2)
#060601
(6,6,1)
#000000
(0,0,0)

Tints of #06060B

#06060B
(6,6,11)
#1C1C21
(28,28,33)
#323237
(50,50,55)
#48484D
(72,72,77)
#5E5E63
(94,94,99)
#747479
(116,116,121)
#8A8A8F
(138,138,143)
#A0A0A5
(160,160,165)
#B6B6BB
(182,182,187)
#CCCCD1
(204,204,209)
#E2E2E7
(226,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06060B; }

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

This text font color is #06060B.

Background Color

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

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

This div background color is #06060B.

Border color

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

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

This div border color is #06060B.

Opacity

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

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

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

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

This text has shadow with #06060B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06060B.

Preview

Color preview on black background

This text has color #06060B on black background.


Color preview on white background

This text has color #06060B on white background.


Black color preview on #06060B background

This text has black color on #06060B background.


White color preview on #06060B background

This text has white color on #06060B background.


Related colors

Complementary color

Complementary color for #hex is #F9F9F4.


I love getcolorcode.com