COLOR #060A17

HEX: #060A17
RGB: (6,10,23)

Color info

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

RGB color model

#060A17 color RGB value is (6,10,23).

  • red value is 6;
  • green value is 10;
  • blue value is 23.
RGB:
(6,10,23)
(2%,4%,9%)

RGB channels and saturation

R 6 of 255 = 2%
G 10 of 255 = 4%
B 23 of 255 = 9%

6
10
23

R + G + B ~ 5%. #060A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 10 + 23 = 39 (100%)
R 6 of 39 ~ 15.38%
G 10 of 39 ~ 25.64%
B 23 of 39 ~ 58.97%

%15.38
%25.64
%58.97

CMYK color model

#060A17 color CMYK value is (74,57,0,91).

  • cyan value is 73.91%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(74,57,0,91)
C74M57Y0K91 
(74%,57%,0%,91%)
(0.74/0.57/0.00/0.91)	

CMYK percentages

%73.91
%56.52
%0
%90.98

Codes

Color #060A17 in popluar color models

060A17
RGB61023
HSL226°58.62%5.69%
HSB/HSV226°73.91%9.02%
CMYK73.91%56.52%0.00%
90.98%

Color #060A17 in popluar number systems.

HEX060A17
Decimal61023
Binary110101010111
Octal61227

Shades and tints

Shades of #060A17

#060A17
(6,10,23)
#060A15
(6,10,21)
#060A13
(6,10,19)
#060A11
(6,10,17)
#060A0F
(6,10,15)
#060A0D
(6,10,13)
#060A0B
(6,10,11)
#060A09
(6,10,9)
#060A07
(6,10,7)
#060A05
(6,10,5)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #060A17

#060A17
(6,10,23)
#1C202C
(28,32,44)
#323641
(50,54,65)
#484C56
(72,76,86)
#5E626B
(94,98,107)
#747880
(116,120,128)
#8A8E95
(138,142,149)
#A0A4AA
(160,164,170)
#B6BABF
(182,186,191)
#CCD0D4
(204,208,212)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060A17; }

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

This text font color is #060A17.


Background Color

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

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

This div background color is #060A17.


Border color

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

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

This div border color is #060A17.


Opacity

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

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

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

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

This text has shadow with #060A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060A17 on black background.


Color preview on white background

This text has color #060A17 on white background.



Black color preview on #060A17 background

This text has black color on #060A17 background.


White color preview on #060A17 background

This text has white color on #060A17 background.