COLOR #06091B

HEX: #06091B
RGB: (6,9,27)

Color info

#06091B contains red, green and blue colors in about the same proportion. Web safe color of #06091B is #000033 (or #003).

RGB color model

#06091B color RGB value is (6,9,27).

  • red value is 6;
  • green value is 9;
  • blue value is 27.
RGB:
(6,9,27)
(2%,4%,11%)

RGB channels and saturation

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

6
9
27

R + G + B ~ 6%. #06091B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 9 + 27 = 42 (100%)
R 6 of 42 ~ 14.29%
G 9 of 42 ~ 21.43%
B 27 of 42 ~ 64.29%

%14.29
%21.43
%64.29

CMYK color model

#06091B color CMYK value is (78,67,0,89).

  • cyan value is 77.78%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(78,67,0,89)
C78M67Y0K89 
(78%,67%,0%,89%)
(0.78/0.67/0.00/0.89)	

CMYK percentages

%77.78
%66.67
%0
%89.41

Codes

Color #06091B in popluar color models

06091B
RGB6927
HSL231°63.64%6.47%
HSB/HSV231°77.78%10.59%
CMYK77.78%66.67%0.00%
89.41%

Color #06091B in popluar number systems.

HEX06091B
Decimal6927
Binary110100111011
Octal61133

Shades and tints

Shades of #06091B

#06091B
(6,9,27)
#060919
(6,9,25)
#060917
(6,9,23)
#060915
(6,9,21)
#060913
(6,9,19)
#060911
(6,9,17)
#06090F
(6,9,15)
#06090D
(6,9,13)
#06090B
(6,9,11)
#060909
(6,9,9)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #06091B

#06091B
(6,9,27)
#1C1F2F
(28,31,47)
#323543
(50,53,67)
#484B57
(72,75,87)
#5E616B
(94,97,107)
#74777F
(116,119,127)
#8A8D93
(138,141,147)
#A0A3A7
(160,163,167)
#B6B9BB
(182,185,187)
#CCCFCF
(204,207,207)
#E2E5E3
(226,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06091B; }

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

This text font color is #06091B.


Background Color

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

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

This div background color is #06091B.


Border color

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

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

This div border color is #06091B.


Opacity

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

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

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

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

This text has shadow with #06091B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06091B on black background.


Color preview on white background

This text has color #06091B on white background.



Black color preview on #06091B background

This text has black color on #06091B background.


White color preview on #06091B background

This text has white color on #06091B background.