COLOR #060715

HEX: #060715 RGB: (6,7,21)

Color info

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

RGB color model

#060715 color RGB value is (6,7,21).

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

RGB channels and saturation

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

6
7
21

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

Portions of RGB colors in percentages

R + G + B = 6 + 7 + 21 = 34 (100%)
R 6 of 34 ~ 17.65%
G 7 of 34 ~ 20.59%
B 21 of 34 ~ 61.76'%

%17.65
%20.59
%61.76

CMYK color model

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

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

CMYK: (71,67,0,92)
C71M67Y0K92 (71%, 67%, 0%, 92%)
(0.71 / 0.67 / 0.00 / 0.92)

CMYK percentages

%71.43
%66.67
%0
%91.76

Codes

Color #060715 in popluar color models

06 07 15
RGB 6 7 21
HSL 236° 55.56% 5.29%
HSB/HSV 236° 71.43% 8.24%
CMYK 71.43% 66.67% 0.00%
91.76%

Color #060715 in popluar number systems.

HEX 06 07 15
Decimal 6 7 21
Binary 110 111 10101
Octal 6 7 25

Shades and tints

Shades of #060715

#060715
(6,7,21)
#060714
(6,7,20)
#060713
(6,7,19)
#060712
(6,7,18)
#060711
(6,7,17)
#060710
(6,7,16)
#06070F
(6,7,15)
#06070E
(6,7,14)
#06070D
(6,7,13)
#06070C
(6,7,12)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #060715

#060715
(6,7,21)
#1C1D2A
(28,29,42)
#32333F
(50,51,63)
#484954
(72,73,84)
#5E5F69
(94,95,105)
#74757E
(116,117,126)
#8A8B93
(138,139,147)
#A0A1A8
(160,161,168)
#B6B7BD
(182,183,189)
#CCCDD2
(204,205,210)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060715; }

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

This text font color is #060715.

Background Color

.myBgColor { background-color: #060715; }

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

This div background color is #060715.

Border color

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

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

This div border color is #060715.

Opacity

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

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

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

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

This text has shadow with #060715 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060715.

Preview

Color preview on black background

This text has color #060715 on black background.


Color preview on white background

This text has color #060715 on white background.


Black color preview on #060715 background

This text has black color on #060715 background.


White color preview on #060715 background

This text has white color on #060715 background.


Related colors

Complementary color

Complementary color for #hex is #F9F8EA.


I love getcolorcode.com

Triadic colors

1 #150607 and #071506 with #060715 are triadic colors.

2 #150706 and #070615 with #060715 are triadic colors.