COLOR #060C13

HEX: #060C13
RGB: (6,12,19)

Color info

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

RGB color model

#060C13 color RGB value is (6,12,19).

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

RGB channels and saturation

R 6 of 255 = 2%
G 12 of 255 = 5%
B 19 of 255 = 7%

6
12
19

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

Portions of RGB colors in percentages

R + G + B =
6 + 12 + 19 = 37 (100%)
R 6 of 37 ~ 16.22%
G 12 of 37 ~ 32.43%
B 19 of 37 ~ 51.35%

%16.22
%32.43
%51.35

CMYK color model

#060C13 color CMYK value is (68,37,0,93).

  • cyan value is 68.42%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(68,37,0,93)
C68M37Y0K93 
(68%,37%,0%,93%)
(0.68/0.37/0.00/0.93)	

CMYK percentages

%68.42
%36.84
%0
%92.55

Codes

Color #060C13 in popluar color models

060C13
RGB61219
HSL212°52.00%4.90%
HSB/HSV212°68.42%7.45%
CMYK68.42%36.84%0.00%
92.55%

Color #060C13 in popluar number systems.

HEX060C13
Decimal61219
Binary110110010011
Octal61423

Shades and tints

Shades of #060C13

#060C13
(6,12,19)
#060B12
(6,11,18)
#060A11
(6,10,17)
#060910
(6,9,16)
#06080F
(6,8,15)
#06070E
(6,7,14)
#06060D
(6,6,13)
#06050C
(6,5,12)
#06040B
(6,4,11)
#06030A
(6,3,10)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #060C13

#060C13
(6,12,19)
#1C2228
(28,34,40)
#32383D
(50,56,61)
#484E52
(72,78,82)
#5E6467
(94,100,103)
#747A7C
(116,122,124)
#8A9091
(138,144,145)
#A0A6A6
(160,166,166)
#B6BCBB
(182,188,187)
#CCD2D0
(204,210,208)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060C13 color. Also use rgb(6,12,19) instead hex code.

Text Font Color

.myTextColor { color: #060C13; }

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

This text font color is #060C13.


Background Color

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

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

This div background color is #060C13.


Border color

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

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

This div border color is #060C13.


Opacity

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

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

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

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

This text has shadow with #060C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060C13 on black background.


Color preview on white background

This text has color #060C13 on white background.



Black color preview on #060C13 background

This text has black color on #060C13 background.


White color preview on #060C13 background

This text has white color on #060C13 background.