COLOR #060B10

HEX: #060B10
RGB: (6,11,16)

Color info

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

RGB color model

#060B10 color RGB value is (6,11,16).

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

RGB channels and saturation

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

6
11
16

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

Portions of RGB colors in percentages

R + G + B =
6 + 11 + 16 = 33 (100%)
R 6 of 33 ~ 18.18%
G 11 of 33 ~ 33.33%
B 16 of 33 ~ 48.48%

%18.18
%33.33
%48.48

CMYK color model

#060B10 color CMYK value is (63,31,0,94).

  • cyan value is 62.50%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(63,31,0,94)
C63M31Y0K94 
(63%,31%,0%,94%)
(0.63/0.31/0.00/0.94)	

CMYK percentages

%62.5
%31.25
%0
%93.73

Codes

Color #060B10 in popluar color models

060B10
RGB61116
HSL210°45.45%4.31%
HSB/HSV210°62.50%6.27%
CMYK62.50%31.25%0.00%
93.73%

Color #060B10 in popluar number systems.

HEX060B10
Decimal61116
Binary110101110000
Octal61320

Shades and tints

Shades of #060B10

#060B10
(6,11,16)
#060A0F
(6,10,15)
#06090E
(6,9,14)
#06080D
(6,8,13)
#06070C
(6,7,12)
#06060B
(6,6,11)
#06050A
(6,5,10)
#060409
(6,4,9)
#060308
(6,3,8)
#060207
(6,2,7)
#060106
(6,1,6)
#000000
(0,0,0)

Tints of #060B10

#060B10
(6,11,16)
#1C2125
(28,33,37)
#32373A
(50,55,58)
#484D4F
(72,77,79)
#5E6364
(94,99,100)
#747979
(116,121,121)
#8A8F8E
(138,143,142)
#A0A5A3
(160,165,163)
#B6BBB8
(182,187,184)
#CCD1CD
(204,209,205)
#E2E7E2
(226,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060B10; }

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

This text font color is #060B10.


Background Color

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

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

This div background color is #060B10.


Border color

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

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

This div border color is #060B10.


Opacity

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

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

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

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

This text has shadow with #060B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060B10 on black background.


Color preview on white background

This text has color #060B10 on white background.



Black color preview on #060B10 background

This text has black color on #060B10 background.


White color preview on #060B10 background

This text has white color on #060B10 background.