COLOR #060914

HEX: #060914
RGB: (6,9,20)

Color info

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

RGB color model

#060914 color RGB value is (6,9,20).

  • red value is 6;
  • green value is 9;
  • blue value is 20.
RGB:
(6,9,20)
(2%,4%,8%)

RGB channels and saturation

R 6 of 255 = 2%
G 9 of 255 = 4%
B 20 of 255 = 8%

6
9
20

R + G + B ~ 5%. #060914 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 9 + 20 = 35 (100%)
R 6 of 35 ~ 17.14%
G 9 of 35 ~ 25.71%
B 20 of 35 ~ 57.14%

%17.14
%25.71
%57.14

CMYK color model

#060914 color CMYK value is (70,55,0,92).

  • cyan value is 70.00%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(70,55,0,92)
C70M55Y0K92 
(70%,55%,0%,92%)
(0.70/0.55/0.00/0.92)	

CMYK percentages

%70
%55
%0
%92.16

Codes

Color #060914 in popluar color models

060914
RGB6920
HSL227°53.85%5.10%
HSB/HSV227°70.00%7.84%
CMYK70.00%55.00%0.00%
92.16%

Color #060914 in popluar number systems.

HEX060914
Decimal6920
Binary110100110100
Octal61124

Shades and tints

Shades of #060914

#060914
(6,9,20)
#060913
(6,9,19)
#060912
(6,9,18)
#060911
(6,9,17)
#060910
(6,9,16)
#06090F
(6,9,15)
#06090E
(6,9,14)
#06090D
(6,9,13)
#06090C
(6,9,12)
#06090B
(6,9,11)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #060914

#060914
(6,9,20)
#1C1F29
(28,31,41)
#32353E
(50,53,62)
#484B53
(72,75,83)
#5E6168
(94,97,104)
#74777D
(116,119,125)
#8A8D92
(138,141,146)
#A0A3A7
(160,163,167)
#B6B9BC
(182,185,188)
#CCCFD1
(204,207,209)
#E2E5E6
(226,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060914; }

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

This text font color is #060914.


Background Color

.myBgColor { background-color: #060914; }

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

This div background color is #060914.


Border color

.myBorderColor { border: 1px solid #060914; }

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

This div border color is #060914.


Opacity

.myOpacity80 { color: #060914; opacity: 0.8; }

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

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

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

This text has shadow with #060914 color.

.textShadow {text-shadow: 3px 3px 1px #060914, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #060914;
-webkit-box-shadow: 1px 1px 3px 2px #060914;
box-shadow:1px 1px 3px 2px #060914;">
Div content here</div>
This div box has shadow with color #060914.

Preview

Color preview on black background

This text has color #060914 on black background.


Color preview on white background

This text has color #060914 on white background.



Black color preview on #060914 background

This text has black color on #060914 background.


White color preview on #060914 background

This text has white color on #060914 background.