COLOR #060415

HEX: #060415
RGB: (6,4,21)

Color info

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

RGB color model

#060415 color RGB value is (6,4,21).

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

RGB channels and saturation

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

6
4
21

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

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 21 = 31 (100%)
R 6 of 31 ~ 19.35%
G 4 of 31 ~ 12.9%
B 21 of 31 ~ 67.74%

%19.35
%12.9
%67.74

CMYK color model

#060415 color CMYK value is (71,81,0,92).

  • cyan value is 71.43%
  • magenta value is 80.95%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(71,81,0,92)
C71M81Y0K92 
(71%,81%,0%,92%)
(0.71/0.81/0.00/0.92)	

CMYK percentages

%71.43
%80.95
%0
%91.76

Codes

Color #060415 in popluar color models

060415
RGB6421
HSL247°68.00%4.90%
HSB/HSV247°80.95%8.24%
CMYK71.43%80.95%0.00%
91.76%

Color #060415 in popluar number systems.

HEX060415
Decimal6421
Binary11010010101
Octal6425

Shades and tints

Shades of #060415

#060415
(6,4,21)
#060414
(6,4,20)
#060413
(6,4,19)
#060412
(6,4,18)
#060411
(6,4,17)
#060410
(6,4,16)
#06040F
(6,4,15)
#06040E
(6,4,14)
#06040D
(6,4,13)
#06040C
(6,4,12)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #060415

#060415
(6,4,21)
#1C1A2A
(28,26,42)
#32303F
(50,48,63)
#484654
(72,70,84)
#5E5C69
(94,92,105)
#74727E
(116,114,126)
#8A8893
(138,136,147)
#A09EA8
(160,158,168)
#B6B4BD
(182,180,189)
#CCCAD2
(204,202,210)
#E2E0E7
(226,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060415; }

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

This text font color is #060415.


Background Color

.myBgColor { background-color: #060415; }

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

This div background color is #060415.


Border color

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

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

This div border color is #060415.


Opacity

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

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

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

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

This text has shadow with #060415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060415 on black background.


Color preview on white background

This text has color #060415 on white background.



Black color preview on #060415 background

This text has black color on #060415 background.


White color preview on #060415 background

This text has white color on #060415 background.