COLOR #060C21

HEX: #060C21
RGB: (6,12,33)

Color info

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

RGB color model

#060C21 color RGB value is (6,12,33).

  • red value is 6;
  • green value is 12;
  • blue value is 33.
RGB:
(6,12,33)
(2%,5%,13%)

RGB channels and saturation

R 6 of 255 = 2%
G 12 of 255 = 5%
B 33 of 255 = 13%

6
12
33

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

Portions of RGB colors in percentages

R + G + B =
6 + 12 + 33 = 51 (100%)
R 6 of 51 ~ 11.76%
G 12 of 51 ~ 23.53%
B 33 of 51 ~ 64.71%

%11.76
%23.53
%64.71

CMYK color model

#060C21 color CMYK value is (82,64,0,87).

  • cyan value is 81.82%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(82,64,0,87)
C82M64Y0K87 
(82%,64%,0%,87%)
(0.82/0.64/0.00/0.87)	

CMYK percentages

%81.82
%63.64
%0
%87.06

Codes

Color #060C21 in popluar color models

060C21
RGB61233
HSL227°69.23%7.65%
HSB/HSV227°81.82%12.94%
CMYK81.82%63.64%0.00%
87.06%

Color #060C21 in popluar number systems.

HEX060C21
Decimal61233
Binary1101100100001
Octal61441

Shades and tints

Shades of #060C21

#060C21
(6,12,33)
#060B1E
(6,11,30)
#060A1B
(6,10,27)
#060918
(6,9,24)
#060815
(6,8,21)
#060712
(6,7,18)
#06060F
(6,6,15)
#06050C
(6,5,12)
#060409
(6,4,9)
#060306
(6,3,6)
#060203
(6,2,3)
#000000
(0,0,0)

Tints of #060C21

#060C21
(6,12,33)
#1C2235
(28,34,53)
#323849
(50,56,73)
#484E5D
(72,78,93)
#5E6471
(94,100,113)
#747A85
(116,122,133)
#8A9099
(138,144,153)
#A0A6AD
(160,166,173)
#B6BCC1
(182,188,193)
#CCD2D5
(204,210,213)
#E2E8E9
(226,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060C21 color. Also use rgb(6,12,33) instead hex code.

Text Font Color

.myTextColor { color: #060C21; }

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

This text font color is #060C21.


Background Color

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

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

This div background color is #060C21.


Border color

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

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

This div border color is #060C21.


Opacity

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

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

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

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

This text has shadow with #060C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060C21 on black background.


Color preview on white background

This text has color #060C21 on white background.



Black color preview on #060C21 background

This text has black color on #060C21 background.


White color preview on #060C21 background

This text has white color on #060C21 background.