COLOR #060215

HEX: #060215
RGB: (6,2,21)

Color info

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

RGB color model

#060215 color RGB value is (6,2,21).

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

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 21 of 255 = 8%

6
2
21

R + G + B ~ 4%. #060215 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 2 + 21 = 29 (100%)
R 6 of 29 ~ 20.69%
G 2 of 29 ~ 6.9%
B 21 of 29 ~ 72.41%

%20.69
%72.41

CMYK color model

#060215 color CMYK value is (71,90,0,92).

  • cyan value is 71.43%
  • magenta value is 90.48%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(71,90,0,92)
C71M90Y0K92 
(71%,90%,0%,92%)
(0.71/0.90/0.00/0.92)	

CMYK percentages

%71.43
%90.48
%0
%91.76

Codes

Color #060215 in popluar color models

060215
RGB6221
HSL253°82.61%4.51%
HSB/HSV253°90.48%8.24%
CMYK71.43%90.48%0.00%
91.76%

Color #060215 in popluar number systems.

HEX060215
Decimal6221
Binary1101010101
Octal6225

Shades and tints

Shades of #060215

#060215
(6,2,21)
#060214
(6,2,20)
#060213
(6,2,19)
#060212
(6,2,18)
#060211
(6,2,17)
#060210
(6,2,16)
#06020F
(6,2,15)
#06020E
(6,2,14)
#06020D
(6,2,13)
#06020C
(6,2,12)
#06020B
(6,2,11)
#000000
(0,0,0)

Tints of #060215

#060215
(6,2,21)
#1C192A
(28,25,42)
#32303F
(50,48,63)
#484754
(72,71,84)
#5E5E69
(94,94,105)
#74757E
(116,117,126)
#8A8C93
(138,140,147)
#A0A3A8
(160,163,168)
#B6BABD
(182,186,189)
#CCD1D2
(204,209,210)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060215; }

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

This text font color is #060215.


Background Color

.myBgColor { background-color: #060215; }

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

This div background color is #060215.


Border color

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

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

This div border color is #060215.


Opacity

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

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

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

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

This text has shadow with #060215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060215 on black background.


Color preview on white background

This text has color #060215 on white background.



Black color preview on #060215 background

This text has black color on #060215 background.


White color preview on #060215 background

This text has white color on #060215 background.