COLOR #060F10

HEX: #060F10 RGB: (6,15,16)

Color info

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

RGB color model

#060F10 color RGB value is (6,15,16).

RGB: (6,15,16) (2%, 6%, 6%)

RGB channels and saturation

R 6 of 255 = 2%
G 15 of 255 = 6%
B 16 of 255 = 6%

6
15
16

R + G + B ~ 5%. #060F10 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 15 + 16 = 37 (100%)
R 6 of 37 ~ 16.22%
G 15 of 37 ~ 40.54%
B 16 of 37 ~ 43.24'%

%16.22
%40.54
%43.24

CMYK color model

#060F10 color CMYK value is (63,6,0,94).

  • cyan value is 62.50%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (63,6,0,94)
C63M6Y0K94 (63%, 6%, 0%, 94%)
(0.63 / 0.06 / 0.00 / 0.94)

CMYK percentages

%62.5
%6.25
%0
%93.73

Codes

Color #060F10 in popluar color models

06 0F 10
RGB 6 15 16
HSL 186° 45.45% 4.31%
HSB/HSV 186° 62.50% 6.27%
CMYK 62.50% 6.25% 0.00%
93.73%

Color #060F10 in popluar number systems.

HEX 06 0F 10
Decimal 6 15 16
Binary 110 1111 10000
Octal 6 17 20

Shades and tints

Shades of #060F10

#060F10
(6,15,16)
#060E0F
(6,14,15)
#060D0E
(6,13,14)
#060C0D
(6,12,13)
#060B0C
(6,11,12)
#060A0B
(6,10,11)
#06090A
(6,9,10)
#060809
(6,8,9)
#060708
(6,7,8)
#060607
(6,6,7)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #060F10

#060F10
(6,15,16)
#1C2425
(28,36,37)
#32393A
(50,57,58)
#484E4F
(72,78,79)
#5E6364
(94,99,100)
#747879
(116,120,121)
#8A8D8E
(138,141,142)
#A0A2A3
(160,162,163)
#B6B7B8
(182,183,184)
#CCCCCD
(204,204,205)
#E2E1E2
(226,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060F10; }

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

This text font color is #060F10.

Background Color

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

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

This div background color is #060F10.

Border color

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

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

This div border color is #060F10.

Opacity

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

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

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

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

This text has shadow with #060F10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060F10.

Preview

Color preview on black background

This text has color #060F10 on black background.


Color preview on white background

This text has color #060F10 on white background.


Black color preview on #060F10 background

This text has black color on #060F10 background.


White color preview on #060F10 background

This text has white color on #060F10 background.


Related colors

Complementary color

Complementary color for #hex is #F9F0EF.


I love getcolorcode.com

Triadic colors

1 #10060F and #0F1006 with #060F10 are triadic colors.

2 #100F06 and #0F0610 with #060F10 are triadic colors.