COLOR #060C0A

HEX: #060C0A RGB: (6,12,10)

Color info

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

RGB color model

#060C0A color RGB value is (6,12,10).

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

RGB channels and saturation

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

6
12
10

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

Portions of RGB colors in percentages

R + G + B = 6 + 12 + 10 = 28 (100%)
R 6 of 28 ~ 21.43%
G 12 of 28 ~ 42.86%
B 10 of 28 ~ 35.71'%

%21.43
%42.86
%35.71

CMYK color model

#060C0A color CMYK value is (50,0,17,95).

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

CMYK: (50,0,17,95)
C50M0Y17K95 (50%, 0%, 17%, 95%)
(0.50 / 0.00 / 0.17 / 0.95)

CMYK percentages

%50
%0
%16.67
%95.29

Codes

Color #060C0A in popluar color models

06 0C 0A
RGB 6 12 10
HSL 160° 33.33% 3.53%
HSB/HSV 160° 50.00% 4.71%
CMYK 50.00% 0.00% 16.67%
95.29%

Color #060C0A in popluar number systems.

HEX 06 0C 0A
Decimal 6 12 10
Binary 110 1100 1010
Octal 6 14 12

Shades and tints

Shades of #060C0A

#060C0A
(6,12,10)
#060B0A
(6,11,10)
#060A0A
(6,10,10)
#06090A
(6,9,10)
#06080A
(6,8,10)
#06070A
(6,7,10)
#06060A
(6,6,10)
#06050A
(6,5,10)
#06040A
(6,4,10)
#06030A
(6,3,10)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #060C0A

#060C0A
(6,12,10)
#1C2220
(28,34,32)
#323836
(50,56,54)
#484E4C
(72,78,76)
#5E6462
(94,100,98)
#747A78
(116,122,120)
#8A908E
(138,144,142)
#A0A6A4
(160,166,164)
#B6BCBA
(182,188,186)
#CCD2D0
(204,210,208)
#E2E8E6
(226,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060C0A color. Also use rgb(6,12,10) instead hex code.

Text Font Color

.myTextColor { color: #060C0A; }

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

This text font color is #060C0A.

Background Color

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

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

This div background color is #060C0A.

Border color

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

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

This div border color is #060C0A.

Opacity

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

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

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

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

This text has shadow with #060C0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060C0A.

Preview

Color preview on black background

This text has color #060C0A on black background.


Color preview on white background

This text has color #060C0A on white background.


Black color preview on #060C0A background

This text has black color on #060C0A background.


White color preview on #060C0A background

This text has white color on #060C0A background.


Related colors

Complementary color

Complementary color for #hex is #F9F3F5.


I love getcolorcode.com

Triadic colors

1 #0A060C and #0C0A06 with #060C0A are triadic colors.

2 #0A0C06 and #0C060A with #060C0A are triadic colors.