COLOR #06051C

HEX: #06051C RGB: (6,5,28)

Color info

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

RGB color model

#06051C color RGB value is (6,5,28).

RGB: (6,5,28) (2%, 2%, 11%)

RGB channels and saturation

R 6 of 255 = 2%
G 5 of 255 = 2%
B 28 of 255 = 11%

6
5
28

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

Portions of RGB colors in percentages

R + G + B = 6 + 5 + 28 = 39 (100%)
R 6 of 39 ~ 15.38%
G 5 of 39 ~ 12.82%
B 28 of 39 ~ 71.79'%

%15.38
%12.82
%71.79

CMYK color model

#06051C color CMYK value is (79,82,0,89).

  • cyan value is 78.57%
  • magenta value is 82.14%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (79,82,0,89)
C79M82Y0K89 (79%, 82%, 0%, 89%)
(0.79 / 0.82 / 0.00 / 0.89)

CMYK percentages

%78.57
%82.14
%0
%89.02

Codes

Color #06051C in popluar color models

06 05 1C
RGB 6 5 28
HSL 243° 69.70% 6.47%
HSB/HSV 243° 82.14% 10.98%
CMYK 78.57% 82.14% 0.00%
89.02%

Color #06051C in popluar number systems.

HEX 06 05 1C
Decimal 6 5 28
Binary 110 101 11100
Octal 6 5 34

Shades and tints

Shades of #06051C

#06051C
(6,5,28)
#06051A
(6,5,26)
#060518
(6,5,24)
#060516
(6,5,22)
#060514
(6,5,20)
#060512
(6,5,18)
#060510
(6,5,16)
#06050E
(6,5,14)
#06050C
(6,5,12)
#06050A
(6,5,10)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #06051C

#06051C
(6,5,28)
#1C1B30
(28,27,48)
#323144
(50,49,68)
#484758
(72,71,88)
#5E5D6C
(94,93,108)
#747380
(116,115,128)
#8A8994
(138,137,148)
#A09FA8
(160,159,168)
#B6B5BC
(182,181,188)
#CCCBD0
(204,203,208)
#E2E1E4
(226,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06051C color. Also use rgb(6,5,28) instead hex code.

Text Font Color

.myTextColor { color: #06051C; }

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

This text font color is #06051C.

Background Color

.myBgColor { background-color: #06051C; }

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

This div background color is #06051C.

Border color

.myBorderColor { border: 1px solid #06051C; }

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

This div border color is #06051C.

Opacity

.myOpacity80 { color: #06051C; opacity: 0.8; }

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

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

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

This text has shadow with #06051C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06051C.

Preview

Color preview on black background

This text has color #06051C on black background.


Color preview on white background

This text has color #06051C on white background.


Black color preview on #06051C background

This text has black color on #06051C background.


White color preview on #06051C background

This text has white color on #06051C background.


Related colors

Complementary color

Complementary color for #hex is #F9FAE3.


I love getcolorcode.com

Triadic colors

1 #1C0605 and #051C06 with #06051C are triadic colors.

2 #1C0506 and #05061C with #06051C are triadic colors.