COLOR #06190D

HEX: #06190D RGB: (6,25,13)

Color info

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

RGB color model

#06190D color RGB value is (6,25,13).

RGB: (6,25,13) (2%, 10%, 5%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 13 of 255 = 5%

6
25
13

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

Portions of RGB colors in percentages

R + G + B = 6 + 25 + 13 = 44 (100%)
R 6 of 44 ~ 13.64%
G 25 of 44 ~ 56.82%
B 13 of 44 ~ 29.55'%

%13.64
%56.82
%29.55

CMYK color model

#06190D color CMYK value is (76,0,48,90).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 90.20%

CMYK: (76,0,48,90)
C76M0Y48K90 (76%, 0%, 48%, 90%)
(0.76 / 0.00 / 0.48 / 0.90)

CMYK percentages

%76
%0
%48
%90.2

Codes

Color #06190D in popluar color models

06 19 0D
RGB 6 25 13
HSL 142° 61.29% 6.08%
HSB/HSV 142° 76.00% 9.80%
CMYK 76.00% 0.00% 48.00%
90.20%

Color #06190D in popluar number systems.

HEX 06 19 0D
Decimal 6 25 13
Binary 110 11001 1101
Octal 6 31 15

Shades and tints

Shades of #06190D

#06190D
(6,25,13)
#06170C
(6,23,12)
#06150B
(6,21,11)
#06130A
(6,19,10)
#061109
(6,17,9)
#060F08
(6,15,8)
#060D07
(6,13,7)
#060B06
(6,11,6)
#060905
(6,9,5)
#060704
(6,7,4)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #06190D

#06190D
(6,25,13)
#1C2D23
(28,45,35)
#324139
(50,65,57)
#48554F
(72,85,79)
#5E6965
(94,105,101)
#747D7B
(116,125,123)
#8A9191
(138,145,145)
#A0A5A7
(160,165,167)
#B6B9BD
(182,185,189)
#CCCDD3
(204,205,211)
#E2E1E9
(226,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06190D color. Also use rgb(6,25,13) instead hex code.

Text Font Color

.myTextColor { color: #06190D; }

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

This text font color is #06190D.

Background Color

.myBgColor { background-color: #06190D; }

<div style="background-color:#06190D">Inner text</div>

This div background color is #06190D.

Border color

.myBorderColor { border: 1px solid #06190D; }

<div style="border:3px solid #06190D">Div</div>

This div border color is #06190D.

Opacity

.myOpacity80 { color: #06190D; opacity: 0.8; }

<p style="color:#06190D;opacity:0.8;">80%</p>

Text with #06190D 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 #06190D;}

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

This text has shadow with #06190D color.


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

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

This text has shadow with #06190D primary color and red secondary color.


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

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

This text has shadow with #06190D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #06190D.

Preview

Color preview on black background

This text has color #06190D on black background.


Color preview on white background

This text has color #06190D on white background.


Black color preview on #06190D background

This text has black color on #06190D background.


White color preview on #06190D background

This text has white color on #06190D background.


Related colors

Complementary color

Complementary color for #hex is #F9E6F2.


I love getcolorcode.com

Triadic colors

1 #0D0619 and #190D06 with #06190D are triadic colors.

2 #0D1906 and #19060D with #06190D are triadic colors.