COLOR #06010C

HEX: #06010C
RGB: (6,1,12)

Color info

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

RGB color model

#06010C color RGB value is (6,1,12).

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

RGB channels and saturation

R 6 of 255 = 2%
G 1 of 255 = 0%
B 12 of 255 = 5%

6
1
12

R + G + B ~ 2%. #06010C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 1 + 12 = 19 (100%)
R 6 of 19 ~ 31.58%
G 1 of 19 ~ 5.26%
B 12 of 19 ~ 63.16%

%31.58
%63.16

CMYK color model

#06010C color CMYK value is (50,92,0,95).

  • cyan value is 50.00%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(50,92,0,95)
C50M92Y0K95 
(50%,92%,0%,95%)
(0.50/0.92/0.00/0.95)	

CMYK percentages

%50
%91.67
%0
%95.29

Codes

Color #06010C in popluar color models

06010C
RGB6112
HSL267°84.62%2.55%
HSB/HSV267°91.67%4.71%
CMYK50.00%91.67%0.00%
95.29%

Color #06010C in popluar number systems.

HEX06010C
Decimal6112
Binary11011100
Octal6114

Shades and tints

Shades of #06010C

#06010C
(6,1,12)
#06010B
(6,1,11)
#06010A
(6,1,10)
#060109
(6,1,9)
#060108
(6,1,8)
#060107
(6,1,7)
#060106
(6,1,6)
#060105
(6,1,5)
#060104
(6,1,4)
#060103
(6,1,3)
#060102
(6,1,2)
#000000
(0,0,0)

Tints of #06010C

#06010C
(6,1,12)
#1C1822
(28,24,34)
#322F38
(50,47,56)
#48464E
(72,70,78)
#5E5D64
(94,93,100)
#74747A
(116,116,122)
#8A8B90
(138,139,144)
#A0A2A6
(160,162,166)
#B6B9BC
(182,185,188)
#CCD0D2
(204,208,210)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06010C color. Also use rgb(6,1,12) instead hex code.

Text Font Color

.myTextColor { color: #06010C; }

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

This text font color is #06010C.


Background Color

.myBgColor { background-color: #06010C; }

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

This div background color is #06010C.


Border color

.myBorderColor { border: 1px solid #06010C; }

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

This div border color is #06010C.


Opacity

.myOpacity80 { color: #06010C; opacity: 0.8; }

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

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

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

This text has shadow with #06010C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06010C on black background.


Color preview on white background

This text has color #06010C on white background.



Black color preview on #06010C background

This text has black color on #06010C background.


White color preview on #06010C background

This text has white color on #06010C background.