COLOR #060F09

HEX: #060F09 RGB: (6,15,9)

Color info

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

RGB color model

#060F09 color RGB value is (6,15,9).

RGB: (6,15,9) (2%, 6%, 4%)

RGB channels and saturation

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

6
15
9

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

Portions of RGB colors in percentages

R + G + B = 6 + 15 + 9 = 30 (100%)
R 6 of 30 ~ 20%
G 15 of 30 ~ 50%
B 9 of 30 ~ 30'%

%20
%50
%30

CMYK color model

#060F09 color CMYK value is (60,0,40,94).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 94.12%

CMYK: (60,0,40,94)
C60M0Y40K94 (60%, 0%, 40%, 94%)
(0.60 / 0.00 / 0.40 / 0.94)

CMYK percentages

%60
%0
%40
%94.12

Codes

Color #060F09 in popluar color models

06 0F 09
RGB 6 15 9
HSL 140° 42.86% 4.12%
HSB/HSV 140° 60.00% 5.88%
CMYK 60.00% 0.00% 40.00%
94.12%

Color #060F09 in popluar number systems.

HEX 06 0F 09
Decimal 6 15 9
Binary 110 1111 1001
Octal 6 17 11

Shades and tints

Shades of #060F09

#060F09
(6,15,9)
#060E09
(6,14,9)
#060D09
(6,13,9)
#060C09
(6,12,9)
#060B09
(6,11,9)
#060A09
(6,10,9)
#060909
(6,9,9)
#060809
(6,8,9)
#060709
(6,7,9)
#060609
(6,6,9)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #060F09

#060F09
(6,15,9)
#1C241F
(28,36,31)
#323935
(50,57,53)
#484E4B
(72,78,75)
#5E6361
(94,99,97)
#747877
(116,120,119)
#8A8D8D
(138,141,141)
#A0A2A3
(160,162,163)
#B6B7B9
(182,183,185)
#CCCCCF
(204,204,207)
#E2E1E5
(226,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060F09; }

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

This text font color is #060F09.

Background Color

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

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

This div background color is #060F09.

Border color

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

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

This div border color is #060F09.

Opacity

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

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

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

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

This text has shadow with #060F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060F09.

Preview

Color preview on black background

This text has color #060F09 on black background.


Color preview on white background

This text has color #060F09 on white background.


Black color preview on #060F09 background

This text has black color on #060F09 background.


White color preview on #060F09 background

This text has white color on #060F09 background.


Related colors

Complementary color

Complementary color for #hex is #F9F0F6.


I love getcolorcode.com

Triadic colors

1 #09060F and #0F0906 with #060F09 are triadic colors.

2 #090F06 and #0F0609 with #060F09 are triadic colors.