COLOR #060720

HEX: #060720 RGB: (6,7,32)

Color info

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

RGB color model

#060720 color RGB value is (6,7,32).

RGB: (6,7,32) (2%, 3%, 13%)

RGB channels and saturation

R 6 of 255 = 2%
G 7 of 255 = 3%
B 32 of 255 = 13%

6
7
32

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

Portions of RGB colors in percentages

R + G + B = 6 + 7 + 32 = 45 (100%)
R 6 of 45 ~ 13.33%
G 7 of 45 ~ 15.56%
B 32 of 45 ~ 71.11'%

%13.33
%15.56
%71.11

CMYK color model

#060720 color CMYK value is (81,78,0,87).

  • cyan value is 81.25%
  • magenta value is 78.13%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (81,78,0,87)
C81M78Y0K87 (81%, 78%, 0%, 87%)
(0.81 / 0.78 / 0.00 / 0.87)

CMYK percentages

%81.25
%78.13
%0
%87.45

Codes

Color #060720 in popluar color models

06 07 20
RGB 6 7 32
HSL 238° 68.42% 7.45%
HSB/HSV 238° 81.25% 12.55%
CMYK 81.25% 78.13% 0.00%
87.45%

Color #060720 in popluar number systems.

HEX 06 07 20
Decimal 6 7 32
Binary 110 111 100000
Octal 6 7 40

Shades and tints

Shades of #060720

#060720
(6,7,32)
#06071E
(6,7,30)
#06071C
(6,7,28)
#06071A
(6,7,26)
#060718
(6,7,24)
#060716
(6,7,22)
#060714
(6,7,20)
#060712
(6,7,18)
#060710
(6,7,16)
#06070E
(6,7,14)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #060720

#060720
(6,7,32)
#1C1D34
(28,29,52)
#323348
(50,51,72)
#48495C
(72,73,92)
#5E5F70
(94,95,112)
#747584
(116,117,132)
#8A8B98
(138,139,152)
#A0A1AC
(160,161,172)
#B6B7C0
(182,183,192)
#CCCDD4
(204,205,212)
#E2E3E8
(226,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060720 color. Also use rgb(6,7,32) instead hex code.

Text Font Color

.myTextColor { color: #060720; }

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

This text font color is #060720.

Background Color

.myBgColor { background-color: #060720; }

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

This div background color is #060720.

Border color

.myBorderColor { border: 1px solid #060720; }

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

This div border color is #060720.

Opacity

.myOpacity80 { color: #060720; opacity: 0.8; }

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

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

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

This text has shadow with #060720 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060720.

Preview

Color preview on black background

This text has color #060720 on black background.


Color preview on white background

This text has color #060720 on white background.


Black color preview on #060720 background

This text has black color on #060720 background.


White color preview on #060720 background

This text has white color on #060720 background.


Related colors

Complementary color

Complementary color for #hex is #F9F8DF.


I love getcolorcode.com

Triadic colors

1 #200607 and #072006 with #060720 are triadic colors.

2 #200706 and #070620 with #060720 are triadic colors.