COLOR #060E1F

HEX: #060E1F
RGB: (6,14,31)

Color info

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

RGB color model

#060E1F color RGB value is (6,14,31).

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

RGB channels and saturation

R 6 of 255 = 2%
G 14 of 255 = 5%
B 31 of 255 = 12%

6
14
31

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

Portions of RGB colors in percentages

R + G + B =
6 + 14 + 31 = 51 (100%)
R 6 of 51 ~ 11.76%
G 14 of 51 ~ 27.45%
B 31 of 51 ~ 60.78%

%11.76
%27.45
%60.78

CMYK color model

#060E1F color CMYK value is (81,55,0,88).

  • cyan value is 80.65%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(81,55,0,88)
C81M55Y0K88 
(81%,55%,0%,88%)
(0.81/0.55/0.00/0.88)	

CMYK percentages

%80.65
%54.84
%0
%87.84

Codes

Color #060E1F in popluar color models

060E1F
RGB61431
HSL221°67.57%7.25%
HSB/HSV221°80.65%12.16%
CMYK80.65%54.84%0.00%
87.84%

Color #060E1F in popluar number systems.

HEX060E1F
Decimal61431
Binary110111011111
Octal61637

Shades and tints

Shades of #060E1F

#060E1F
(6,14,31)
#060D1D
(6,13,29)
#060C1B
(6,12,27)
#060B19
(6,11,25)
#060A17
(6,10,23)
#060915
(6,9,21)
#060813
(6,8,19)
#060711
(6,7,17)
#06060F
(6,6,15)
#06050D
(6,5,13)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #060E1F

#060E1F
(6,14,31)
#1C2333
(28,35,51)
#323847
(50,56,71)
#484D5B
(72,77,91)
#5E626F
(94,98,111)
#747783
(116,119,131)
#8A8C97
(138,140,151)
#A0A1AB
(160,161,171)
#B6B6BF
(182,182,191)
#CCCBD3
(204,203,211)
#E2E0E7
(226,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060E1F; }

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

This text font color is #060E1F.


Background Color

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

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

This div background color is #060E1F.


Border color

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

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

This div border color is #060E1F.


Opacity

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

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

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

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

This text has shadow with #060E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060E1F on black background.


Color preview on white background

This text has color #060E1F on white background.



Black color preview on #060E1F background

This text has black color on #060E1F background.


White color preview on #060E1F background

This text has white color on #060E1F background.