COLOR #06080A

HEX: #06080A
RGB: (6,8,10)

Color info

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

RGB color model

#06080A color RGB value is (6,8,10).

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

RGB channels and saturation

R 6 of 255 = 2%
G 8 of 255 = 3%
B 10 of 255 = 4%

6
8
10

R + G + B ~ 3%. #06080A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 8 + 10 = 24 (100%)
R 6 of 24 ~ 25%
G 8 of 24 ~ 33.33%
B 10 of 24 ~ 41.67%

%25
%33.33
%41.67

CMYK color model

#06080A color CMYK value is (40,20,0,96).

  • cyan value is 40.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(40,20,0,96)
C40M20Y0K96 
(40%,20%,0%,96%)
(0.40/0.20/0.00/0.96)	

CMYK percentages

%40
%20
%0
%96.08

Codes

Color #06080A in popluar color models

06080A
RGB6810
HSL210°25.00%3.14%
HSB/HSV210°40.00%3.92%
CMYK40.00%20.00%0.00%
96.08%

Color #06080A in popluar number systems.

HEX06080A
Decimal6810
Binary11010001010
Octal61012

Shades and tints

Tints of #06080A

#06080A
(6,8,10)
#1C1E20
(28,30,32)
#323436
(50,52,54)
#484A4C
(72,74,76)
#5E6062
(94,96,98)
#747678
(116,118,120)
#8A8C8E
(138,140,142)
#A0A2A4
(160,162,164)
#B6B8BA
(182,184,186)
#CCCED0
(204,206,208)
#E2E4E6
(226,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06080A; }

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

This text font color is #06080A.


Background Color

.myBgColor { background-color: #06080A; }

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

This div background color is #06080A.


Border color

.myBorderColor { border: 1px solid #06080A; }

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

This div border color is #06080A.


Opacity

.myOpacity80 { color: #06080A; opacity: 0.8; }

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

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

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

This text has shadow with #06080A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06080A on black background.


Color preview on white background

This text has color #06080A on white background.



Black color preview on #06080A background

This text has black color on #06080A background.


White color preview on #06080A background

This text has white color on #06080A background.