COLOR #06191B

HEX: #06191B
RGB: (6,25,27)

Color info

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

RGB color model

#06191B color RGB value is (6,25,27).

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

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 27 of 255 = 11%

6
25
27

R + G + B ~ 8%. #06191B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 25 + 27 = 58 (100%)
R 6 of 58 ~ 10.34%
G 25 of 58 ~ 43.1%
B 27 of 58 ~ 46.55%

%10.34
%43.1
%46.55

CMYK color model

#06191B color CMYK value is (78,7,0,89).

  • cyan value is 77.78%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(78,7,0,89)
C78M7Y0K89 
(78%,7%,0%,89%)
(0.78/0.07/0.00/0.89)	

CMYK percentages

%77.78
%7.41
%0
%89.41

Codes

Color #06191B in popluar color models

06191B
RGB62527
HSL186°63.64%6.47%
HSB/HSV186°77.78%10.59%
CMYK77.78%7.41%0.00%
89.41%

Color #06191B in popluar number systems.

HEX06191B
Decimal62527
Binary1101100111011
Octal63133

Shades and tints

Shades of #06191B

#06191B
(6,25,27)
#061719
(6,23,25)
#061517
(6,21,23)
#061315
(6,19,21)
#061113
(6,17,19)
#060F11
(6,15,17)
#060D0F
(6,13,15)
#060B0D
(6,11,13)
#06090B
(6,9,11)
#060709
(6,7,9)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #06191B

#06191B
(6,25,27)
#1C2D2F
(28,45,47)
#324143
(50,65,67)
#485557
(72,85,87)
#5E696B
(94,105,107)
#747D7F
(116,125,127)
#8A9193
(138,145,147)
#A0A5A7
(160,165,167)
#B6B9BB
(182,185,187)
#CCCDCF
(204,205,207)
#E2E1E3
(226,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06191B; }

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

This text font color is #06191B.


Background Color

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

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

This div background color is #06191B.


Border color

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

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

This div border color is #06191B.


Opacity

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

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

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

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

This text has shadow with #06191B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06191B on black background.


Color preview on white background

This text has color #06191B on white background.



Black color preview on #06191B background

This text has black color on #06191B background.


White color preview on #06191B background

This text has white color on #06191B background.