COLOR #060100

HEX: #060100
RGB: (6,1,0)

Color info

#060100 contains only red and green colors. Web safe color of #060100 is #000000 (or #000).

RGB color model

#060100 color RGB value is (6,1,0).

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

RGB channels and saturation

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

6
1
0

R + G + B ~ 1%. #060100 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 1 + 0 = 7 (100%)
R 6 of 7 ~ 85.71%
G 1 of 7 ~ 14.29%
B 0 of 7 ~ 0%

%85.71
%14.29

CMYK color model

#060100 color CMYK value is (0,83,100,98).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 100.00%
  • key color value is 97.65%
CMYK:
(0,83,100,98)
C0M83Y100K98 
(0%,83%,100%,98%)
(0.00/0.83/1.00/0.98)	

CMYK percentages

%0
%83.33
%100
%97.65

Codes

Color #060100 in popluar color models

060100
RGB610
HSL10°100.00%1.18%
HSB/HSV10°100.00%2.35%
CMYK0.00%83.33%100.00%
97.65%

Color #060100 in popluar number systems.

HEX060100
Decimal610
Binary11010
Octal610

Shades and tints

Tints of #060100

#060100
(6,1,0)
#1C1817
(28,24,23)
#322F2E
(50,47,46)
#484645
(72,70,69)
#5E5D5C
(94,93,92)
#747473
(116,116,115)
#8A8B8A
(138,139,138)
#A0A2A1
(160,162,161)
#B6B9B8
(182,185,184)
#CCD0CF
(204,208,207)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060100; }

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

This text font color is #060100.


Background Color

.myBgColor { background-color: #060100; }

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

This div background color is #060100.


Border color

.myBorderColor { border: 1px solid #060100; }

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

This div border color is #060100.


Opacity

.myOpacity80 { color: #060100; opacity: 0.8; }

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

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

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

This text has shadow with #060100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060100 on black background.


Color preview on white background

This text has color #060100 on white background.



Black color preview on #060100 background

This text has black color on #060100 background.


White color preview on #060100 background

This text has white color on #060100 background.