COLOR #06010A

HEX: #06010A
RGB: (6,1,10)

Color info

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

RGB color model

#06010A color RGB value is (6,1,10).

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

RGB channels and saturation

R 6 of 255 = 2%
G 1 of 255 = 0%
B 10 of 255 = 4%

6
1
10

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

Portions of RGB colors in percentages

R + G + B =
6 + 1 + 10 = 17 (100%)
R 6 of 17 ~ 35.29%
G 1 of 17 ~ 5.88%
B 10 of 17 ~ 58.82%

%35.29
%58.82

CMYK color model

#06010A color CMYK value is (40,90,0,96).

  • cyan value is 40.00%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(40,90,0,96)
C40M90Y0K96 
(40%,90%,0%,96%)
(0.40/0.90/0.00/0.96)	

CMYK percentages

%40
%90
%0
%96.08

Codes

Color #06010A in popluar color models

06010A
RGB6110
HSL273°81.82%2.16%
HSB/HSV273°90.00%3.92%
CMYK40.00%90.00%0.00%
96.08%

Color #06010A in popluar number systems.

HEX06010A
Decimal6110
Binary11011010
Octal6112

Shades and tints

Tints of #06010A

#06010A
(6,1,10)
#1C1820
(28,24,32)
#322F36
(50,47,54)
#48464C
(72,70,76)
#5E5D62
(94,93,98)
#747478
(116,116,120)
#8A8B8E
(138,139,142)
#A0A2A4
(160,162,164)
#B6B9BA
(182,185,186)
#CCD0D0
(204,208,208)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06010A; }

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

This text font color is #06010A.


Background Color

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

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

This div background color is #06010A.


Border color

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

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

This div border color is #06010A.


Opacity

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

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

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

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

This text has shadow with #06010A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06010A on black background.


Color preview on white background

This text has color #06010A on white background.



Black color preview on #06010A background

This text has black color on #06010A background.


White color preview on #06010A background

This text has white color on #06010A background.