COLOR #060205

HEX: #060205
RGB: (6,2,5)

Color info

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

RGB color model

#060205 color RGB value is (6,2,5).

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

RGB channels and saturation

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

6
2
5

R + G + B ~ 2%. #060205 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 2 + 5 = 13 (100%)
R 6 of 13 ~ 46.15%
G 2 of 13 ~ 15.38%
B 5 of 13 ~ 38.46%

%46.15
%15.38
%38.46

CMYK color model

#060205 color CMYK value is (0,67,17,98).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 16.67%
  • key color value is 97.65%
CMYK:
(0,67,17,98)
C0M67Y17K98 
(0%,67%,17%,98%)
(0.00/0.67/0.17/0.98)	

CMYK percentages

%0
%66.67
%16.67
%97.65

Codes

Color #060205 in popluar color models

060205
RGB625
HSL315°50.00%1.57%
HSB/HSV315°66.67%2.35%
CMYK0.00%66.67%16.67%
97.65%

Color #060205 in popluar number systems.

HEX060205
Decimal625
Binary11010101
Octal625

Shades and tints

Tints of #060205

#060205
(6,2,5)
#1C191B
(28,25,27)
#323031
(50,48,49)
#484747
(72,71,71)
#5E5E5D
(94,94,93)
#747573
(116,117,115)
#8A8C89
(138,140,137)
#A0A39F
(160,163,159)
#B6BAB5
(182,186,181)
#CCD1CB
(204,209,203)
#E2E8E1
(226,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060205; }

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

This text font color is #060205.


Background Color

.myBgColor { background-color: #060205; }

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

This div background color is #060205.


Border color

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

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

This div border color is #060205.


Opacity

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

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

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

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

This text has shadow with #060205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060205 on black background.


Color preview on white background

This text has color #060205 on white background.



Black color preview on #060205 background

This text has black color on #060205 background.


White color preview on #060205 background

This text has white color on #060205 background.