COLOR #060619

HEX: #060619 RGB: (6,6,25)

Color info

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

RGB color model

#060619 color RGB value is (6,6,25).

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

RGB channels and saturation

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

6
6
25

R + G + B ~ 5%. #060619 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 6 + 25 = 37 (100%)
R 6 of 37 ~ 16.22%
G 6 of 37 ~ 16.22%
B 25 of 37 ~ 67.57'%

%16.22
%16.22
%67.57

CMYK color model

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

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

CMYK: (76,76,0,90)
C76M76Y0K90 (76%, 76%, 0%, 90%)
(0.76 / 0.76 / 0.00 / 0.90)

CMYK percentages

%76
%76
%0
%90.2

Codes

Color #060619 in popluar color models

06 06 19
RGB 6 6 25
HSL 240° 61.29% 6.08%
HSB/HSV 240° 76.00% 9.80%
CMYK 76.00% 76.00% 0.00%
90.20%

Color #060619 in popluar number systems.

HEX 06 06 19
Decimal 6 6 25
Binary 110 110 11001
Octal 6 6 31

Shades and tints

Shades of #060619

#060619
(6,6,25)
#060617
(6,6,23)
#060615
(6,6,21)
#060613
(6,6,19)
#060611
(6,6,17)
#06060F
(6,6,15)
#06060D
(6,6,13)
#06060B
(6,6,11)
#060609
(6,6,9)
#060607
(6,6,7)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #060619

#060619
(6,6,25)
#1C1C2D
(28,28,45)
#323241
(50,50,65)
#484855
(72,72,85)
#5E5E69
(94,94,105)
#74747D
(116,116,125)
#8A8A91
(138,138,145)
#A0A0A5
(160,160,165)
#B6B6B9
(182,182,185)
#CCCCCD
(204,204,205)
#E2E2E1
(226,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060619; }

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

This text font color is #060619.

Background Color

.myBgColor { background-color: #060619; }

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

This div background color is #060619.

Border color

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

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

This div border color is #060619.

Opacity

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

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

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

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

This text has shadow with #060619 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060619.

Preview

Color preview on black background

This text has color #060619 on black background.


Color preview on white background

This text has color #060619 on white background.


Black color preview on #060619 background

This text has black color on #060619 background.


White color preview on #060619 background

This text has white color on #060619 background.


Related colors

Complementary color

Complementary color for #hex is #F9F9E6.


I love getcolorcode.com