COLOR #060814

HEX: #060814
RGB: (6,8,20)

Color info

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

RGB color model

#060814 color RGB value is (6,8,20).

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

RGB channels and saturation

R 6 of 255 = 2%
G 8 of 255 = 3%
B 20 of 255 = 8%

6
8
20

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

Portions of RGB colors in percentages

R + G + B =
6 + 8 + 20 = 34 (100%)
R 6 of 34 ~ 17.65%
G 8 of 34 ~ 23.53%
B 20 of 34 ~ 58.82%

%17.65
%23.53
%58.82

CMYK color model

#060814 color CMYK value is (70,60,0,92).

  • cyan value is 70.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(70,60,0,92)
C70M60Y0K92 
(70%,60%,0%,92%)
(0.70/0.60/0.00/0.92)	

CMYK percentages

%70
%60
%0
%92.16

Codes

Color #060814 in popluar color models

060814
RGB6820
HSL231°53.85%5.10%
HSB/HSV231°70.00%7.84%
CMYK70.00%60.00%0.00%
92.16%

Color #060814 in popluar number systems.

HEX060814
Decimal6820
Binary110100010100
Octal61024

Shades and tints

Shades of #060814

#060814
(6,8,20)
#060813
(6,8,19)
#060812
(6,8,18)
#060811
(6,8,17)
#060810
(6,8,16)
#06080F
(6,8,15)
#06080E
(6,8,14)
#06080D
(6,8,13)
#06080C
(6,8,12)
#06080B
(6,8,11)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #060814

#060814
(6,8,20)
#1C1E29
(28,30,41)
#32343E
(50,52,62)
#484A53
(72,74,83)
#5E6068
(94,96,104)
#74767D
(116,118,125)
#8A8C92
(138,140,146)
#A0A2A7
(160,162,167)
#B6B8BC
(182,184,188)
#CCCED1
(204,206,209)
#E2E4E6
(226,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060814; }

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

This text font color is #060814.


Background Color

.myBgColor { background-color: #060814; }

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

This div background color is #060814.


Border color

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

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

This div border color is #060814.


Opacity

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

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

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

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

This text has shadow with #060814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060814 on black background.


Color preview on white background

This text has color #060814 on white background.



Black color preview on #060814 background

This text has black color on #060814 background.


White color preview on #060814 background

This text has white color on #060814 background.