COLOR #06010D

HEX: #06010D RGB: (6,1,13)

Color info

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

RGB color model

#06010D color RGB value is (6,1,13).

RGB: (6,1,13) (2%, 0%, 5%)

RGB channels and saturation

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

6
1
13

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

Portions of RGB colors in percentages

R + G + B = 6 + 1 + 13 = 20 (100%)
R 6 of 20 ~ 30%
G 1 of 20 ~ 5%
B 13 of 20 ~ 65'%

%30
%65

CMYK color model

#06010D color CMYK value is (54,92,0,95).

  • cyan value is 53.85%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (54,92,0,95)
C54M92Y0K95 (54%, 92%, 0%, 95%)
(0.54 / 0.92 / 0.00 / 0.95)

CMYK percentages

%53.85
%92.31
%0
%94.9

Codes

Color #06010D in popluar color models

06 01 0D
RGB 6 1 13
HSL 265° 85.71% 2.75%
HSB/HSV 265° 92.31% 5.10%
CMYK 53.85% 92.31% 0.00%
94.90%

Color #06010D in popluar number systems.

HEX 06 01 0D
Decimal 6 1 13
Binary 110 1 1101
Octal 6 1 15

Shades and tints

Shades of #06010D

#06010D
(6,1,13)
#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)
#000000
(0,0,0)

Tints of #06010D

#06010D
(6,1,13)
#1C1823
(28,24,35)
#322F39
(50,47,57)
#48464F
(72,70,79)
#5E5D65
(94,93,101)
#74747B
(116,116,123)
#8A8B91
(138,139,145)
#A0A2A7
(160,162,167)
#B6B9BD
(182,185,189)
#CCD0D3
(204,208,211)
#E2E7E9
(226,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06010D; }

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

This text font color is #06010D.

Background Color

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

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

This div background color is #06010D.

Border color

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

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

This div border color is #06010D.

Opacity

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

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

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

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

This text has shadow with #06010D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06010D.

Preview

Color preview on black background

This text has color #06010D on black background.


Color preview on white background

This text has color #06010D on white background.


Black color preview on #06010D background

This text has black color on #06010D background.


White color preview on #06010D background

This text has white color on #06010D background.


Related colors

Complementary color

Complementary color for #hex is #F9FEF2.


I love getcolorcode.com

Triadic colors

1 #0D0601 and #010D06 with #06010D are triadic colors.

2 #0D0106 and #01060D with #06010D are triadic colors.