COLOR #060F17

HEX: #060F17 RGB: (6,15,23)

Color info

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

RGB color model

#060F17 color RGB value is (6,15,23).

RGB: (6,15,23) (2%, 6%, 9%)

RGB channels and saturation

R 6 of 255 = 2%
G 15 of 255 = 6%
B 23 of 255 = 9%

6
15
23

R + G + B ~ 6%. #060F17 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 15 + 23 = 44 (100%)
R 6 of 44 ~ 13.64%
G 15 of 44 ~ 34.09%
B 23 of 44 ~ 52.27'%

%13.64
%34.09
%52.27

CMYK color model

#060F17 color CMYK value is (74,35,0,91).

  • cyan value is 73.91%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (74,35,0,91)
C74M35Y0K91 (74%, 35%, 0%, 91%)
(0.74 / 0.35 / 0.00 / 0.91)

CMYK percentages

%73.91
%34.78
%0
%90.98

Codes

Color #060F17 in popluar color models

06 0F 17
RGB 6 15 23
HSL 208° 58.62% 5.69%
HSB/HSV 208° 73.91% 9.02%
CMYK 73.91% 34.78% 0.00%
90.98%

Color #060F17 in popluar number systems.

HEX 06 0F 17
Decimal 6 15 23
Binary 110 1111 10111
Octal 6 17 27

Shades and tints

Shades of #060F17

#060F17
(6,15,23)
#060E15
(6,14,21)
#060D13
(6,13,19)
#060C11
(6,12,17)
#060B0F
(6,11,15)
#060A0D
(6,10,13)
#06090B
(6,9,11)
#060809
(6,8,9)
#060707
(6,7,7)
#060605
(6,6,5)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #060F17

#060F17
(6,15,23)
#1C242C
(28,36,44)
#323941
(50,57,65)
#484E56
(72,78,86)
#5E636B
(94,99,107)
#747880
(116,120,128)
#8A8D95
(138,141,149)
#A0A2AA
(160,162,170)
#B6B7BF
(182,183,191)
#CCCCD4
(204,204,212)
#E2E1E9
(226,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060F17 color. Also use rgb(6,15,23) instead hex code.

Text Font Color

.myTextColor { color: #060F17; }

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

This text font color is #060F17.

Background Color

.myBgColor { background-color: #060F17; }

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

This div background color is #060F17.

Border color

.myBorderColor { border: 1px solid #060F17; }

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

This div border color is #060F17.

Opacity

.myOpacity80 { color: #060F17; opacity: 0.8; }

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

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

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

This text has shadow with #060F17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060F17.

Preview

Color preview on black background

This text has color #060F17 on black background.


Color preview on white background

This text has color #060F17 on white background.


Black color preview on #060F17 background

This text has black color on #060F17 background.


White color preview on #060F17 background

This text has white color on #060F17 background.


Related colors

Complementary color

Complementary color for #hex is #F9F0E8.


I love getcolorcode.com

Triadic colors

1 #17060F and #0F1706 with #060F17 are triadic colors.

2 #170F06 and #0F0617 with #060F17 are triadic colors.