COLOR #06090D

HEX: #06090D RGB: (6,9,13)

Color info

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

RGB color model

#06090D color RGB value is (6,9,13).

RGB: (6,9,13) (2%, 4%, 5%)

RGB channels and saturation

R 6 of 255 = 2%
G 9 of 255 = 4%
B 13 of 255 = 5%

6
9
13

R + G + B ~ 4%. #06090D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 9 + 13 = 28 (100%)
R 6 of 28 ~ 21.43%
G 9 of 28 ~ 32.14%
B 13 of 28 ~ 46.43'%

%21.43
%32.14
%46.43

CMYK color model

#06090D color CMYK value is (54,31,0,95).

  • cyan value is 53.85%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (54,31,0,95)
C54M31Y0K95 (54%, 31%, 0%, 95%)
(0.54 / 0.31 / 0.00 / 0.95)

CMYK percentages

%53.85
%30.77
%0
%94.9

Codes

Color #06090D in popluar color models

06 09 0D
RGB 6 9 13
HSL 214° 36.84% 3.73%
HSB/HSV 214° 53.85% 5.10%
CMYK 53.85% 30.77% 0.00%
94.90%

Color #06090D in popluar number systems.

HEX 06 09 0D
Decimal 6 9 13
Binary 110 1001 1101
Octal 6 11 15

Shades and tints

Shades of #06090D

#06090D
(6,9,13)
#06090C
(6,9,12)
#06090B
(6,9,11)
#06090A
(6,9,10)
#060909
(6,9,9)
#060908
(6,9,8)
#060907
(6,9,7)
#060906
(6,9,6)
#060905
(6,9,5)
#060904
(6,9,4)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #06090D

#06090D
(6,9,13)
#1C1F23
(28,31,35)
#323539
(50,53,57)
#484B4F
(72,75,79)
#5E6165
(94,97,101)
#74777B
(116,119,123)
#8A8D91
(138,141,145)
#A0A3A7
(160,163,167)
#B6B9BD
(182,185,189)
#CCCFD3
(204,207,211)
#E2E5E9
(226,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06090D; }

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

This text font color is #06090D.

Background Color

.myBgColor { background-color: #06090D; }

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

This div background color is #06090D.

Border color

.myBorderColor { border: 1px solid #06090D; }

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

This div border color is #06090D.

Opacity

.myOpacity80 { color: #06090D; opacity: 0.8; }

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

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

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

This text has shadow with #06090D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06090D.

Preview

Color preview on black background

This text has color #06090D on black background.


Color preview on white background

This text has color #06090D on white background.


Black color preview on #06090D background

This text has black color on #06090D background.


White color preview on #06090D background

This text has white color on #06090D background.


Related colors

Complementary color

Complementary color for #hex is #F9F6F2.


I love getcolorcode.com

Triadic colors

1 #0D0609 and #090D06 with #06090D are triadic colors.

2 #0D0906 and #09060D with #06090D are triadic colors.