COLOR #060005

HEX: #060005 RGB: (6,0,5)

Color info

#060005 contains only red and blue colors. Web safe color of #060005 is #000000 (or #000).

RGB color model

#060005 color RGB value is (6,0,5).

RGB: (6,0,5) (2%, 0%, 2%)

RGB channels and saturation

R 6 of 255 = 2%
G 0 of 255 = 0%
B 5 of 255 = 2%

6
0
5

R + G + B ~ 1%. #060005 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 0 + 5 = 11 (100%)
R 6 of 11 ~ 54.55%
G 0 of 11 ~ 0%
B 5 of 11 ~ 45.45'%

%54.55
%45.45

CMYK color model

#060005 color CMYK value is (0,100,17,98).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 16.67%
  • key color value is 97.65%

CMYK: (0,100,17,98)
C0M100Y17K98 (0%, 100%, 17%, 98%)
(0.00 / 1.00 / 0.17 / 0.98)

CMYK percentages

%0
%100
%16.67
%97.65

Codes

Color #060005 in popluar color models

06 00 05
RGB 6 0 5
HSL 310° 100.00% 1.18%
HSB/HSV 310° 100.00% 2.35%
CMYK 0.00% 100.00% 16.67%
97.65%

Color #060005 in popluar number systems.

HEX 06 00 05
Decimal 6 0 5
Binary 110 0 101
Octal 6 0 5

Shades and tints

Tints of #060005

#060005
(6,0,5)
#1C171B
(28,23,27)
#322E31
(50,46,49)
#484547
(72,69,71)
#5E5C5D
(94,92,93)
#747373
(116,115,115)
#8A8A89
(138,138,137)
#A0A19F
(160,161,159)
#B6B8B5
(182,184,181)
#CCCFCB
(204,207,203)
#E2E6E1
(226,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060005; }

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

This text font color is #060005.

Background Color

.myBgColor { background-color: #060005; }

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

This div background color is #060005.

Border color

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

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

This div border color is #060005.

Opacity

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

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

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

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

This text has shadow with #060005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060005.

Preview

Color preview on black background

This text has color #060005 on black background.


Color preview on white background

This text has color #060005 on white background.


Black color preview on #060005 background

This text has black color on #060005 background.


White color preview on #060005 background

This text has white color on #060005 background.


Related colors

Complementary color

Complementary color for #hex is #F9FFFA.


I love getcolorcode.com

Triadic colors

1 #050600 and #000506 with #060005 are triadic colors.

2 #050006 and #000605 with #060005 are triadic colors.