COLOR #060E19

HEX: #060E19
RGB: (6,14,25)

Color info

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

RGB color model

#060E19 color RGB value is (6,14,25).

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

RGB channels and saturation

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

6
14
25

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

Portions of RGB colors in percentages

R + G + B =
6 + 14 + 25 = 45 (100%)
R 6 of 45 ~ 13.33%
G 14 of 45 ~ 31.11%
B 25 of 45 ~ 55.56%

%13.33
%31.11
%55.56

CMYK color model

#060E19 color CMYK value is (76,44,0,90).

  • cyan value is 76.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(76,44,0,90)
C76M44Y0K90 
(76%,44%,0%,90%)
(0.76/0.44/0.00/0.90)	

CMYK percentages

%76
%44
%0
%90.2

Codes

Color #060E19 in popluar color models

060E19
RGB61425
HSL215°61.29%6.08%
HSB/HSV215°76.00%9.80%
CMYK76.00%44.00%0.00%
90.20%

Color #060E19 in popluar number systems.

HEX060E19
Decimal61425
Binary110111011001
Octal61631

Shades and tints

Shades of #060E19

#060E19
(6,14,25)
#060D17
(6,13,23)
#060C15
(6,12,21)
#060B13
(6,11,19)
#060A11
(6,10,17)
#06090F
(6,9,15)
#06080D
(6,8,13)
#06070B
(6,7,11)
#060609
(6,6,9)
#060507
(6,5,7)
#060405
(6,4,5)
#000000
(0,0,0)

Tints of #060E19

#060E19
(6,14,25)
#1C232D
(28,35,45)
#323841
(50,56,65)
#484D55
(72,77,85)
#5E6269
(94,98,105)
#74777D
(116,119,125)
#8A8C91
(138,140,145)
#A0A1A5
(160,161,165)
#B6B6B9
(182,182,185)
#CCCBCD
(204,203,205)
#E2E0E1
(226,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060E19; }

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

This text font color is #060E19.


Background Color

.myBgColor { background-color: #060E19; }

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

This div background color is #060E19.


Border color

.myBorderColor { border: 1px solid #060E19; }

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

This div border color is #060E19.


Opacity

.myOpacity80 { color: #060E19; opacity: 0.8; }

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

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

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

This text has shadow with #060E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060E19 on black background.


Color preview on white background

This text has color #060E19 on white background.



Black color preview on #060E19 background

This text has black color on #060E19 background.


White color preview on #060E19 background

This text has white color on #060E19 background.