COLOR #060B01

HEX: #060B01
RGB: (6,11,1)

Color info

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

RGB color model

#060B01 color RGB value is (6,11,1).

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

RGB channels and saturation

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

6
11
1

R + G + B ~ 2%. #060B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 11 + 1 = 18 (100%)
R 6 of 18 ~ 33.33%
G 11 of 18 ~ 61.11%
B 1 of 18 ~ 5.56%

%33.33
%61.11

CMYK color model

#060B01 color CMYK value is (45,0,91,96).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 95.69%
CMYK:
(45,0,91,96)
C45M0Y91K96 
(45%,0%,91%,96%)
(0.45/0.00/0.91/0.96)	

CMYK percentages

%45.45
%0
%90.91
%95.69

Codes

Color #060B01 in popluar color models

060B01
RGB6111
HSL90°83.33%2.35%
HSB/HSV90°90.91%4.31%
CMYK45.45%0.00%90.91%
95.69%

Color #060B01 in popluar number systems.

HEX060B01
Decimal6111
Binary11010111
Octal6131

Shades and tints

Shades of #060B01

#060B01
(6,11,1)
#060A01
(6,10,1)
#060901
(6,9,1)
#060801
(6,8,1)
#060701
(6,7,1)
#060601
(6,6,1)
#060501
(6,5,1)
#060401
(6,4,1)
#060301
(6,3,1)
#060201
(6,2,1)
#060101
(6,1,1)
#000000
(0,0,0)

Tints of #060B01

#060B01
(6,11,1)
#1C2118
(28,33,24)
#32372F
(50,55,47)
#484D46
(72,77,70)
#5E635D
(94,99,93)
#747974
(116,121,116)
#8A8F8B
(138,143,139)
#A0A5A2
(160,165,162)
#B6BBB9
(182,187,185)
#CCD1D0
(204,209,208)
#E2E7E7
(226,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060B01; }

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

This text font color is #060B01.


Background Color

.myBgColor { background-color: #060B01; }

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

This div background color is #060B01.


Border color

.myBorderColor { border: 1px solid #060B01; }

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

This div border color is #060B01.


Opacity

.myOpacity80 { color: #060B01; opacity: 0.8; }

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

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

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

This text has shadow with #060B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060B01 on black background.


Color preview on white background

This text has color #060B01 on white background.



Black color preview on #060B01 background

This text has black color on #060B01 background.


White color preview on #060B01 background

This text has white color on #060B01 background.