COLOR #060B0F

HEX: #060B0F
RGB: (6,11,15)

Color info

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

RGB color model

#060B0F color RGB value is (6,11,15).

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

RGB channels and saturation

R 6 of 255 = 2%
G 11 of 255 = 4%
B 15 of 255 = 6%

6
11
15

R + G + B ~ 4%. #060B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 11 + 15 = 32 (100%)
R 6 of 32 ~ 18.75%
G 11 of 32 ~ 34.38%
B 15 of 32 ~ 46.88%

%18.75
%34.38
%46.88

CMYK color model

#060B0F color CMYK value is (60,27,0,94).

  • cyan value is 60.00%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(60,27,0,94)
C60M27Y0K94 
(60%,27%,0%,94%)
(0.60/0.27/0.00/0.94)	

CMYK percentages

%60
%26.67
%0
%94.12

Codes

Color #060B0F in popluar color models

060B0F
RGB61115
HSL207°42.86%4.12%
HSB/HSV207°60.00%5.88%
CMYK60.00%26.67%0.00%
94.12%

Color #060B0F in popluar number systems.

HEX060B0F
Decimal61115
Binary11010111111
Octal61317

Shades and tints

Shades of #060B0F

#060B0F
(6,11,15)
#060A0E
(6,10,14)
#06090D
(6,9,13)
#06080C
(6,8,12)
#06070B
(6,7,11)
#06060A
(6,6,10)
#060509
(6,5,9)
#060408
(6,4,8)
#060307
(6,3,7)
#060206
(6,2,6)
#060105
(6,1,5)
#000000
(0,0,0)

Tints of #060B0F

#060B0F
(6,11,15)
#1C2124
(28,33,36)
#323739
(50,55,57)
#484D4E
(72,77,78)
#5E6363
(94,99,99)
#747978
(116,121,120)
#8A8F8D
(138,143,141)
#A0A5A2
(160,165,162)
#B6BBB7
(182,187,183)
#CCD1CC
(204,209,204)
#E2E7E1
(226,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060B0F; }

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

This text font color is #060B0F.


Background Color

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

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

This div background color is #060B0F.


Border color

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

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

This div border color is #060B0F.


Opacity

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

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

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

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

This text has shadow with #060B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060B0F on black background.


Color preview on white background

This text has color #060B0F on white background.



Black color preview on #060B0F background

This text has black color on #060B0F background.


White color preview on #060B0F background

This text has white color on #060B0F background.