COLOR #060102

HEX: #060102
RGB: (6,1,2)

Color info

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

RGB color model

#060102 color RGB value is (6,1,2).

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

RGB channels and saturation

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

6
1
2

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

Portions of RGB colors in percentages

R + G + B =
6 + 1 + 2 = 9 (100%)
R 6 of 9 ~ 66.67%
G 1 of 9 ~ 11.11%
B 2 of 9 ~ 22.22%

%66.67
%11.11
%22.22

CMYK color model

#060102 color CMYK value is (0,83,67,98).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 66.67%
  • key color value is 97.65%
CMYK:
(0,83,67,98)
C0M83Y67K98 
(0%,83%,67%,98%)
(0.00/0.83/0.67/0.98)	

CMYK percentages

%0
%83.33
%66.67
%97.65

Codes

Color #060102 in popluar color models

060102
RGB612
HSL348°71.43%1.37%
HSB/HSV348°83.33%2.35%
CMYK0.00%83.33%66.67%
97.65%

Color #060102 in popluar number systems.

HEX060102
Decimal612
Binary110110
Octal612

Shades and tints

Tints of #060102

#060102
(6,1,2)
#1C1819
(28,24,25)
#322F30
(50,47,48)
#484647
(72,70,71)
#5E5D5E
(94,93,94)
#747475
(116,116,117)
#8A8B8C
(138,139,140)
#A0A2A3
(160,162,163)
#B6B9BA
(182,185,186)
#CCD0D1
(204,208,209)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060102; }

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

This text font color is #060102.


Background Color

.myBgColor { background-color: #060102; }

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

This div background color is #060102.


Border color

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

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

This div border color is #060102.


Opacity

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

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

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

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

This text has shadow with #060102 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060102 on black background.


Color preview on white background

This text has color #060102 on white background.



Black color preview on #060102 background

This text has black color on #060102 background.


White color preview on #060102 background

This text has white color on #060102 background.