COLOR #06090C

HEX: #06090C RGB: (6,9,12)

Color info

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

RGB color model

#06090C color RGB value is (6,9,12).

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

RGB channels and saturation

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

6
9
12

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

Portions of RGB colors in percentages

R + G + B = 6 + 9 + 12 = 27 (100%)
R 6 of 27 ~ 22.22%
G 9 of 27 ~ 33.33%
B 12 of 27 ~ 44.44'%

%22.22
%33.33
%44.44

CMYK color model

#06090C color CMYK value is (50,25,0,95).

  • cyan value is 50.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 95.29%

CMYK: (50,25,0,95)
C50M25Y0K95 (50%, 25%, 0%, 95%)
(0.50 / 0.25 / 0.00 / 0.95)

CMYK percentages

%50
%25
%0
%95.29

Codes

Color #06090C in popluar color models

06 09 0C
RGB 6 9 12
HSL 210° 33.33% 3.53%
HSB/HSV 210° 50.00% 4.71%
CMYK 50.00% 25.00% 0.00%
95.29%

Color #06090C in popluar number systems.

HEX 06 09 0C
Decimal 6 9 12
Binary 110 1001 1100
Octal 6 11 14

Shades and tints

Shades of #06090C

#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)
#060902
(6,9,2)
#000000
(0,0,0)

Tints of #06090C

#06090C
(6,9,12)
#1C1F22
(28,31,34)
#323538
(50,53,56)
#484B4E
(72,75,78)
#5E6164
(94,97,100)
#74777A
(116,119,122)
#8A8D90
(138,141,144)
#A0A3A6
(160,163,166)
#B6B9BC
(182,185,188)
#CCCFD2
(204,207,210)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06090C; }

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

This text font color is #06090C.

Background Color

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

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

This div background color is #06090C.

Border color

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

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

This div border color is #06090C.

Opacity

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

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

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

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

This text has shadow with #06090C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06090C.

Preview

Color preview on black background

This text has color #06090C on black background.


Color preview on white background

This text has color #06090C on white background.


Black color preview on #06090C background

This text has black color on #06090C background.


White color preview on #06090C background

This text has white color on #06090C background.


Related colors

Complementary color

Complementary color for #hex is #F9F6F3.


I love getcolorcode.com

Triadic colors

1 #0C0609 and #090C06 with #06090C are triadic colors.

2 #0C0906 and #09060C with #06090C are triadic colors.