COLOR #06061E

HEX: #06061E
RGB: (6,6,30)

Color info

#06061E contains red, green and blue colors in about the same proportion. Web safe color of #06061E is #000033 (or #003).

RGB color model

#06061E color RGB value is (6,6,30).

  • red value is 6;
  • green value is 6;
  • blue value is 30.
RGB:
(6,6,30)
(2%,2%,12%)

RGB channels and saturation

R 6 of 255 = 2%
G 6 of 255 = 2%
B 30 of 255 = 12%

6
6
30

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

Portions of RGB colors in percentages

R + G + B =
6 + 6 + 30 = 42 (100%)
R 6 of 42 ~ 14.29%
G 6 of 42 ~ 14.29%
B 30 of 42 ~ 71.43%

%14.29
%14.29
%71.43

CMYK color model

#06061E color CMYK value is (80,80,0,88).

  • cyan value is 80.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(80,80,0,88)
C80M80Y0K88 
(80%,80%,0%,88%)
(0.80/0.80/0.00/0.88)	

CMYK percentages

%80
%80
%0
%88.24

Codes

Color #06061E in popluar color models

06061E
RGB6630
HSL240°66.67%7.06%
HSB/HSV240°80.00%11.76%
CMYK80.00%80.00%0.00%
88.24%

Color #06061E in popluar number systems.

HEX06061E
Decimal6630
Binary11011011110
Octal6636

Shades and tints

Shades of #06061E

#06061E
(6,6,30)
#06061C
(6,6,28)
#06061A
(6,6,26)
#060618
(6,6,24)
#060616
(6,6,22)
#060614
(6,6,20)
#060612
(6,6,18)
#060610
(6,6,16)
#06060E
(6,6,14)
#06060C
(6,6,12)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #06061E

#06061E
(6,6,30)
#1C1C32
(28,28,50)
#323246
(50,50,70)
#48485A
(72,72,90)
#5E5E6E
(94,94,110)
#747482
(116,116,130)
#8A8A96
(138,138,150)
#A0A0AA
(160,160,170)
#B6B6BE
(182,182,190)
#CCCCD2
(204,204,210)
#E2E2E6
(226,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06061E color. Also use rgb(6,6,30) instead hex code.

Text Font Color

.myTextColor { color: #06061E; }

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

This text font color is #06061E.


Background Color

.myBgColor { background-color: #06061E; }

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

This div background color is #06061E.


Border color

.myBorderColor { border: 1px solid #06061E; }

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

This div border color is #06061E.


Opacity

.myOpacity80 { color: #06061E; opacity: 0.8; }

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

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

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

This text has shadow with #06061E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06061E on black background.


Color preview on white background

This text has color #06061E on white background.



Black color preview on #06061E background

This text has black color on #06061E background.


White color preview on #06061E background

This text has white color on #06061E background.