COLOR #060615

HEX: #060615 RGB: (6,6,21)

Color info

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

RGB color model

#060615 color RGB value is (6,6,21).

RGB: (6,6,21) (2%, 2%, 8%)

RGB channels and saturation

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

6
6
21

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

Portions of RGB colors in percentages

R + G + B = 6 + 6 + 21 = 33 (100%)
R 6 of 33 ~ 18.18%
G 6 of 33 ~ 18.18%
B 21 of 33 ~ 63.64'%

%18.18
%18.18
%63.64

CMYK color model

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

  • cyan value is 71.43%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (71,71,0,92)
C71M71Y0K92 (71%, 71%, 0%, 92%)
(0.71 / 0.71 / 0.00 / 0.92)

CMYK percentages

%71.43
%71.43
%0
%91.76

Codes

Color #060615 in popluar color models

06 06 15
RGB 6 6 21
HSL 240° 55.56% 5.29%
HSB/HSV 240° 71.43% 8.24%
CMYK 71.43% 71.43% 0.00%
91.76%

Color #060615 in popluar number systems.

HEX 06 06 15
Decimal 6 6 21
Binary 110 110 10101
Octal 6 6 25

Shades and tints

Shades of #060615

#060615
(6,6,21)
#060614
(6,6,20)
#060613
(6,6,19)
#060612
(6,6,18)
#060611
(6,6,17)
#060610
(6,6,16)
#06060F
(6,6,15)
#06060E
(6,6,14)
#06060D
(6,6,13)
#06060C
(6,6,12)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #060615

#060615
(6,6,21)
#1C1C2A
(28,28,42)
#32323F
(50,50,63)
#484854
(72,72,84)
#5E5E69
(94,94,105)
#74747E
(116,116,126)
#8A8A93
(138,138,147)
#A0A0A8
(160,160,168)
#B6B6BD
(182,182,189)
#CCCCD2
(204,204,210)
#E2E2E7
(226,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060615; }

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

This text font color is #060615.

Background Color

.myBgColor { background-color: #060615; }

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

This div background color is #060615.

Border color

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

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

This div border color is #060615.

Opacity

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

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

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

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

This text has shadow with #060615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060615.

Preview

Color preview on black background

This text has color #060615 on black background.


Color preview on white background

This text has color #060615 on white background.


Black color preview on #060615 background

This text has black color on #060615 background.


White color preview on #060615 background

This text has white color on #060615 background.


Related colors

Complementary color

Complementary color for #hex is #F9F9EA.


I love getcolorcode.com