COLOR #060B23

HEX: #060B23 RGB: (6,11,35)

Color info

#060B23 contains red, green and blue colors in about the same proportion. Web safe color of #060B23 is #000033 (or #003).

RGB color model

#060B23 color RGB value is (6,11,35).

RGB: (6,11,35) (2%, 4%, 14%)

RGB channels and saturation

R 6 of 255 = 2%
G 11 of 255 = 4%
B 35 of 255 = 14%

6
11
35

R + G + B ~ 7%. #060B23 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 11 + 35 = 52 (100%)
R 6 of 52 ~ 11.54%
G 11 of 52 ~ 21.15%
B 35 of 52 ~ 67.31'%

%11.54
%21.15
%67.31

CMYK color model

#060B23 color CMYK value is (83,69,0,86).

  • cyan value is 82.86%
  • magenta value is 68.57%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (83,69,0,86)
C83M69Y0K86 (83%, 69%, 0%, 86%)
(0.83 / 0.69 / 0.00 / 0.86)

CMYK percentages

%82.86
%68.57
%0
%86.27

Codes

Color #060B23 in popluar color models

06 0B 23
RGB 6 11 35
HSL 230° 70.73% 8.04%
HSB/HSV 230° 82.86% 13.73%
CMYK 82.86% 68.57% 0.00%
86.27%

Color #060B23 in popluar number systems.

HEX 06 0B 23
Decimal 6 11 35
Binary 110 1011 100011
Octal 6 13 43

Shades and tints

Shades of #060B23

#060B23
(6,11,35)
#060A20
(6,10,32)
#06091D
(6,9,29)
#06081A
(6,8,26)
#060717
(6,7,23)
#060614
(6,6,20)
#060511
(6,5,17)
#06040E
(6,4,14)
#06030B
(6,3,11)
#060208
(6,2,8)
#060105
(6,1,5)
#000000
(0,0,0)

Tints of #060B23

#060B23
(6,11,35)
#1C2137
(28,33,55)
#32374B
(50,55,75)
#484D5F
(72,77,95)
#5E6373
(94,99,115)
#747987
(116,121,135)
#8A8F9B
(138,143,155)
#A0A5AF
(160,165,175)
#B6BBC3
(182,187,195)
#CCD1D7
(204,209,215)
#E2E7EB
(226,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060B23 color. Also use rgb(6,11,35) instead hex code.

Text Font Color

.myTextColor { color: #060B23; }

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

This text font color is #060B23.

Background Color

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

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

This div background color is #060B23.

Border color

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

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

This div border color is #060B23.

Opacity

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

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

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

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

This text has shadow with #060B23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060B23.

Preview

Color preview on black background

This text has color #060B23 on black background.


Color preview on white background

This text has color #060B23 on white background.


Black color preview on #060B23 background

This text has black color on #060B23 background.


White color preview on #060B23 background

This text has white color on #060B23 background.


Related colors

Complementary color

Complementary color for #hex is #F9F4DC.


I love getcolorcode.com

Triadic colors

1 #23060B and #0B2306 with #060B23 are triadic colors.

2 #230B06 and #0B0623 with #060B23 are triadic colors.