COLOR #060C10

HEX: #060C10 RGB: (6,12,16)

Color info

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

RGB color model

#060C10 color RGB value is (6,12,16).

RGB: (6,12,16) (2%, 5%, 6%)

RGB channels and saturation

R 6 of 255 = 2%
G 12 of 255 = 5%
B 16 of 255 = 6%

6
12
16

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

Portions of RGB colors in percentages

R + G + B = 6 + 12 + 16 = 34 (100%)
R 6 of 34 ~ 17.65%
G 12 of 34 ~ 35.29%
B 16 of 34 ~ 47.06'%

%17.65
%35.29
%47.06

CMYK color model

#060C10 color CMYK value is (63,25,0,94).

  • cyan value is 62.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (63,25,0,94)
C63M25Y0K94 (63%, 25%, 0%, 94%)
(0.63 / 0.25 / 0.00 / 0.94)

CMYK percentages

%62.5
%25
%0
%93.73

Codes

Color #060C10 in popluar color models

06 0C 10
RGB 6 12 16
HSL 204° 45.45% 4.31%
HSB/HSV 204° 62.50% 6.27%
CMYK 62.50% 25.00% 0.00%
93.73%

Color #060C10 in popluar number systems.

HEX 06 0C 10
Decimal 6 12 16
Binary 110 1100 10000
Octal 6 14 20

Shades and tints

Shades of #060C10

#060C10
(6,12,16)
#060B0F
(6,11,15)
#060A0E
(6,10,14)
#06090D
(6,9,13)
#06080C
(6,8,12)
#06070B
(6,7,11)
#06060A
(6,6,10)
#060509
(6,5,9)
#060408
(6,4,8)
#060307
(6,3,7)
#060206
(6,2,6)
#000000
(0,0,0)

Tints of #060C10

#060C10
(6,12,16)
#1C2225
(28,34,37)
#32383A
(50,56,58)
#484E4F
(72,78,79)
#5E6464
(94,100,100)
#747A79
(116,122,121)
#8A908E
(138,144,142)
#A0A6A3
(160,166,163)
#B6BCB8
(182,188,184)
#CCD2CD
(204,210,205)
#E2E8E2
(226,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060C10; }

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

This text font color is #060C10.

Background Color

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

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

This div background color is #060C10.

Border color

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

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

This div border color is #060C10.

Opacity

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

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

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

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

This text has shadow with #060C10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060C10.

Preview

Color preview on black background

This text has color #060C10 on black background.


Color preview on white background

This text has color #060C10 on white background.


Black color preview on #060C10 background

This text has black color on #060C10 background.


White color preview on #060C10 background

This text has white color on #060C10 background.


Related colors

Complementary color

Complementary color for #hex is #F9F3EF.


I love getcolorcode.com

Triadic colors

1 #10060C and #0C1006 with #060C10 are triadic colors.

2 #100C06 and #0C0610 with #060C10 are triadic colors.