COLOR #060E0F

HEX: #060E0F RGB: (6,14,15)

Color info

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

RGB color model

#060E0F color RGB value is (6,14,15).

RGB: (6,14,15) (2%, 5%, 6%)

RGB channels and saturation

R 6 of 255 = 2%
G 14 of 255 = 5%
B 15 of 255 = 6%

6
14
15

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

Portions of RGB colors in percentages

R + G + B = 6 + 14 + 15 = 35 (100%)
R 6 of 35 ~ 17.14%
G 14 of 35 ~ 40%
B 15 of 35 ~ 42.86'%

%17.14
%40
%42.86

CMYK color model

#060E0F color CMYK value is (60,7,0,94).

  • cyan value is 60.00%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (60,7,0,94)
C60M7Y0K94 (60%, 7%, 0%, 94%)
(0.60 / 0.07 / 0.00 / 0.94)

CMYK percentages

%60
%6.67
%0
%94.12

Codes

Color #060E0F in popluar color models

06 0E 0F
RGB 6 14 15
HSL 187° 42.86% 4.12%
HSB/HSV 187° 60.00% 5.88%
CMYK 60.00% 6.67% 0.00%
94.12%

Color #060E0F in popluar number systems.

HEX 06 0E 0F
Decimal 6 14 15
Binary 110 1110 1111
Octal 6 16 17

Shades and tints

Shades of #060E0F

#060E0F
(6,14,15)
#060D0E
(6,13,14)
#060C0D
(6,12,13)
#060B0C
(6,11,12)
#060A0B
(6,10,11)
#06090A
(6,9,10)
#060809
(6,8,9)
#060708
(6,7,8)
#060607
(6,6,7)
#060506
(6,5,6)
#060405
(6,4,5)
#000000
(0,0,0)

Tints of #060E0F

#060E0F
(6,14,15)
#1C2324
(28,35,36)
#323839
(50,56,57)
#484D4E
(72,77,78)
#5E6263
(94,98,99)
#747778
(116,119,120)
#8A8C8D
(138,140,141)
#A0A1A2
(160,161,162)
#B6B6B7
(182,182,183)
#CCCBCC
(204,203,204)
#E2E0E1
(226,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060E0F color. Also use rgb(6,14,15) instead hex code.

Text Font Color

.myTextColor { color: #060E0F; }

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

This text font color is #060E0F.

Background Color

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

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

This div background color is #060E0F.

Border color

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

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

This div border color is #060E0F.

Opacity

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

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

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

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

This text has shadow with #060E0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060E0F.

Preview

Color preview on black background

This text has color #060E0F on black background.


Color preview on white background

This text has color #060E0F on white background.


Black color preview on #060E0F background

This text has black color on #060E0F background.


White color preview on #060E0F background

This text has white color on #060E0F background.


Related colors

Complementary color

Complementary color for #hex is #F9F1F0.


I love getcolorcode.com

Triadic colors

1 #0F060E and #0E0F06 with #060E0F are triadic colors.

2 #0F0E06 and #0E060F with #060E0F are triadic colors.