COLOR #060E40

HEX: #060E40
RGB: (6,14,64)

Color info

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

RGB color model

#060E40 color RGB value is (6,14,64).

  • red value is 6;
  • green value is 14;
  • blue value is 64.
RGB:
(6,14,64)
(2%,5%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 14 of 255 = 5%
B 64 of 255 = 25%

6
14
64

R + G + B ~ 11%. #060E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 14 + 64 = 84 (100%)
R 6 of 84 ~ 7.14%
G 14 of 84 ~ 16.67%
B 64 of 84 ~ 76.19%

%16.67
%76.19

CMYK color model

#060E40 color CMYK value is (91,78,0,75).

  • cyan value is 90.63%
  • magenta value is 78.13%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(91,78,0,75)
C91M78Y0K75 
(91%,78%,0%,75%)
(0.91/0.78/0.00/0.75)	

CMYK percentages

%90.63
%78.13
%0
%74.9

Codes

Color #060E40 in popluar color models

060E40
RGB61464
HSL232°82.86%13.73%
HSB/HSV232°90.63%25.10%
CMYK90.63%78.13%0.00%
74.90%

Color #060E40 in popluar number systems.

HEX060E40
Decimal61464
Binary11011101000000
Octal616100

Shades and tints

Shades of #060E40

#060E40
(6,14,64)
#060D3B
(6,13,59)
#060C36
(6,12,54)
#060B31
(6,11,49)
#060A2C
(6,10,44)
#060927
(6,9,39)
#060822
(6,8,34)
#06071D
(6,7,29)
#060618
(6,6,24)
#060513
(6,5,19)
#06040E
(6,4,14)
#000000
(0,0,0)

Tints of #060E40

#060E40
(6,14,64)
#1C2351
(28,35,81)
#323862
(50,56,98)
#484D73
(72,77,115)
#5E6284
(94,98,132)
#747795
(116,119,149)
#8A8CA6
(138,140,166)
#A0A1B7
(160,161,183)
#B6B6C8
(182,182,200)
#CCCBD9
(204,203,217)
#E2E0EA
(226,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060E40 color. Also use rgb(6,14,64) instead hex code.

Text Font Color

.myTextColor { color: #060E40; }

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

This text font color is #060E40.


Background Color

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

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

This div background color is #060E40.


Border color

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

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

This div border color is #060E40.


Opacity

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

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

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

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

This text has shadow with #060E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060E40 on black background.


Color preview on white background

This text has color #060E40 on white background.



Black color preview on #060E40 background

This text has black color on #060E40 background.


White color preview on #060E40 background

This text has white color on #060E40 background.