COLOR #061019

HEX: #061019
RGB: (6,16,25)

Color info

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

RGB color model

#061019 color RGB value is (6,16,25).

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

RGB channels and saturation

R 6 of 255 = 2%
G 16 of 255 = 6%
B 25 of 255 = 10%

6
16
25

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

Portions of RGB colors in percentages

R + G + B =
6 + 16 + 25 = 47 (100%)
R 6 of 47 ~ 12.77%
G 16 of 47 ~ 34.04%
B 25 of 47 ~ 53.19%

%12.77
%34.04
%53.19

CMYK color model

#061019 color CMYK value is (76,36,0,90).

  • cyan value is 76.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(76,36,0,90)
C76M36Y0K90 
(76%,36%,0%,90%)
(0.76/0.36/0.00/0.90)	

CMYK percentages

%76
%36
%0
%90.2

Codes

Color #061019 in popluar color models

061019
RGB61625
HSL208°61.29%6.08%
HSB/HSV208°76.00%9.80%
CMYK76.00%36.00%0.00%
90.20%

Color #061019 in popluar number systems.

HEX061019
Decimal61625
Binary1101000011001
Octal62031

Shades and tints

Shades of #061019

#061019
(6,16,25)
#060F17
(6,15,23)
#060E15
(6,14,21)
#060D13
(6,13,19)
#060C11
(6,12,17)
#060B0F
(6,11,15)
#060A0D
(6,10,13)
#06090B
(6,9,11)
#060809
(6,8,9)
#060707
(6,7,7)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #061019

#061019
(6,16,25)
#1C252D
(28,37,45)
#323A41
(50,58,65)
#484F55
(72,79,85)
#5E6469
(94,100,105)
#74797D
(116,121,125)
#8A8E91
(138,142,145)
#A0A3A5
(160,163,165)
#B6B8B9
(182,184,185)
#CCCDCD
(204,205,205)
#E2E2E1
(226,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061019; }

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

This text font color is #061019.


Background Color

.myBgColor { background-color: #061019; }

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

This div background color is #061019.


Border color

.myBorderColor { border: 1px solid #061019; }

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

This div border color is #061019.


Opacity

.myOpacity80 { color: #061019; opacity: 0.8; }

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

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

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

This text has shadow with #061019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061019 on black background.


Color preview on white background

This text has color #061019 on white background.



Black color preview on #061019 background

This text has black color on #061019 background.


White color preview on #061019 background

This text has white color on #061019 background.