COLOR #060009

HEX: #060009
RGB: (6,0,9)

Color info

#060009 contains only red and blue colors. Web safe color of #060009 is #000000 (or #000).

RGB color model

#060009 color RGB value is (6,0,9).

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

RGB channels and saturation

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

6
0
9

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

Portions of RGB colors in percentages

R + G + B =
6 + 0 + 9 = 15 (100%)
R 6 of 15 ~ 40%
G 0 of 15 ~ 0%
B 9 of 15 ~ 60%

%40
%60

CMYK color model

#060009 color CMYK value is (33,100,0,96).

  • cyan value is 33.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(33,100,0,96)
C33M100Y0K96 
(33%,100%,0%,96%)
(0.33/1.00/0.00/0.96)	

CMYK percentages

%33.33
%100
%0
%96.47

Codes

Color #060009 in popluar color models

060009
RGB609
HSL280°100.00%1.76%
HSB/HSV280°100.00%3.53%
CMYK33.33%100.00%0.00%
96.47%

Color #060009 in popluar number systems.

HEX060009
Decimal609
Binary11001001
Octal6011

Shades and tints

Tints of #060009

#060009
(6,0,9)
#1C171F
(28,23,31)
#322E35
(50,46,53)
#48454B
(72,69,75)
#5E5C61
(94,92,97)
#747377
(116,115,119)
#8A8A8D
(138,138,141)
#A0A1A3
(160,161,163)
#B6B8B9
(182,184,185)
#CCCFCF
(204,207,207)
#E2E6E5
(226,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060009; }

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

This text font color is #060009.


Background Color

.myBgColor { background-color: #060009; }

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

This div background color is #060009.


Border color

.myBorderColor { border: 1px solid #060009; }

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

This div border color is #060009.


Opacity

.myOpacity80 { color: #060009; opacity: 0.8; }

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

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

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

This text has shadow with #060009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060009 on black background.


Color preview on white background

This text has color #060009 on white background.



Black color preview on #060009 background

This text has black color on #060009 background.


White color preview on #060009 background

This text has white color on #060009 background.