COLOR #06191E

HEX: #06191E RGB: (6,25,30)

Color info

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

RGB color model

#06191E color RGB value is (6,25,30).

RGB: (6,25,30) (2%, 10%, 12%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 30 of 255 = 12%

6
25
30

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

Portions of RGB colors in percentages

R + G + B = 6 + 25 + 30 = 61 (100%)
R 6 of 61 ~ 9.84%
G 25 of 61 ~ 40.98%
B 30 of 61 ~ 49.18'%

%40.98
%49.18

CMYK color model

#06191E color CMYK value is (80,17,0,88).

  • cyan value is 80.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (80,17,0,88)
C80M17Y0K88 (80%, 17%, 0%, 88%)
(0.80 / 0.17 / 0.00 / 0.88)

CMYK percentages

%80
%16.67
%0
%88.24

Codes

Color #06191E in popluar color models

06 19 1E
RGB 6 25 30
HSL 193° 66.67% 7.06%
HSB/HSV 193° 80.00% 11.76%
CMYK 80.00% 16.67% 0.00%
88.24%

Color #06191E in popluar number systems.

HEX 06 19 1E
Decimal 6 25 30
Binary 110 11001 11110
Octal 6 31 36

Shades and tints

Shades of #06191E

#06191E
(6,25,30)
#06171C
(6,23,28)
#06151A
(6,21,26)
#061318
(6,19,24)
#061116
(6,17,22)
#060F14
(6,15,20)
#060D12
(6,13,18)
#060B10
(6,11,16)
#06090E
(6,9,14)
#06070C
(6,7,12)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #06191E

#06191E
(6,25,30)
#1C2D32
(28,45,50)
#324146
(50,65,70)
#48555A
(72,85,90)
#5E696E
(94,105,110)
#747D82
(116,125,130)
#8A9196
(138,145,150)
#A0A5AA
(160,165,170)
#B6B9BE
(182,185,190)
#CCCDD2
(204,205,210)
#E2E1E6
(226,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06191E; }

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

This text font color is #06191E.

Background Color

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

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

This div background color is #06191E.

Border color

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

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

This div border color is #06191E.

Opacity

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

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

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

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

This text has shadow with #06191E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06191E.

Preview

Color preview on black background

This text has color #06191E on black background.


Color preview on white background

This text has color #06191E on white background.


Black color preview on #06191E background

This text has black color on #06191E background.


White color preview on #06191E background

This text has white color on #06191E background.


Related colors

Complementary color

Complementary color for #hex is #F9E6E1.


I love getcolorcode.com

Triadic colors

1 #1E0619 and #191E06 with #06191E are triadic colors.

2 #1E1906 and #19061E with #06191E are triadic colors.