COLOR #060A21

HEX: #060A21
RGB: (6,10,33)

Color info

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

RGB color model

#060A21 color RGB value is (6,10,33).

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

RGB channels and saturation

R 6 of 255 = 2%
G 10 of 255 = 4%
B 33 of 255 = 13%

6
10
33

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

Portions of RGB colors in percentages

R + G + B =
6 + 10 + 33 = 49 (100%)
R 6 of 49 ~ 12.24%
G 10 of 49 ~ 20.41%
B 33 of 49 ~ 67.35%

%12.24
%20.41
%67.35

CMYK color model

#060A21 color CMYK value is (82,70,0,87).

  • cyan value is 81.82%
  • magenta value is 69.70%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(82,70,0,87)
C82M70Y0K87 
(82%,70%,0%,87%)
(0.82/0.70/0.00/0.87)	

CMYK percentages

%81.82
%69.7
%0
%87.06

Codes

Color #060A21 in popluar color models

060A21
RGB61033
HSL231°69.23%7.65%
HSB/HSV231°81.82%12.94%
CMYK81.82%69.70%0.00%
87.06%

Color #060A21 in popluar number systems.

HEX060A21
Decimal61033
Binary1101010100001
Octal61241

Shades and tints

Shades of #060A21

#060A21
(6,10,33)
#060A1E
(6,10,30)
#060A1B
(6,10,27)
#060A18
(6,10,24)
#060A15
(6,10,21)
#060A12
(6,10,18)
#060A0F
(6,10,15)
#060A0C
(6,10,12)
#060A09
(6,10,9)
#060A06
(6,10,6)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #060A21

#060A21
(6,10,33)
#1C2035
(28,32,53)
#323649
(50,54,73)
#484C5D
(72,76,93)
#5E6271
(94,98,113)
#747885
(116,120,133)
#8A8E99
(138,142,153)
#A0A4AD
(160,164,173)
#B6BAC1
(182,186,193)
#CCD0D5
(204,208,213)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060A21; }

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

This text font color is #060A21.


Background Color

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

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

This div background color is #060A21.


Border color

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

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

This div border color is #060A21.


Opacity

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

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

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

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

This text has shadow with #060A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060A21 on black background.


Color preview on white background

This text has color #060A21 on white background.



Black color preview on #060A21 background

This text has black color on #060A21 background.


White color preview on #060A21 background

This text has white color on #060A21 background.