COLOR #060E27

HEX: #060E27
RGB: (6,14,39)

Color info

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

RGB color model

#060E27 color RGB value is (6,14,39).

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

RGB channels and saturation

R 6 of 255 = 2%
G 14 of 255 = 5%
B 39 of 255 = 15%

6
14
39

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

Portions of RGB colors in percentages

R + G + B =
6 + 14 + 39 = 59 (100%)
R 6 of 59 ~ 10.17%
G 14 of 59 ~ 23.73%
B 39 of 59 ~ 66.1%

%10.17
%23.73
%66.1

CMYK color model

#060E27 color CMYK value is (85,64,0,85).

  • cyan value is 84.62%
  • magenta value is 64.10%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(85,64,0,85)
C85M64Y0K85 
(85%,64%,0%,85%)
(0.85/0.64/0.00/0.85)	

CMYK percentages

%84.62
%64.1
%0
%84.71

Codes

Color #060E27 in popluar color models

060E27
RGB61439
HSL225°73.33%8.82%
HSB/HSV225°84.62%15.29%
CMYK84.62%64.10%0.00%
84.71%

Color #060E27 in popluar number systems.

HEX060E27
Decimal61439
Binary1101110100111
Octal61647

Shades and tints

Shades of #060E27

#060E27
(6,14,39)
#060D24
(6,13,36)
#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)
#000000
(0,0,0)

Tints of #060E27

#060E27
(6,14,39)
#1C233A
(28,35,58)
#32384D
(50,56,77)
#484D60
(72,77,96)
#5E6273
(94,98,115)
#747786
(116,119,134)
#8A8C99
(138,140,153)
#A0A1AC
(160,161,172)
#B6B6BF
(182,182,191)
#CCCBD2
(204,203,210)
#E2E0E5
(226,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060E27; }

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

This text font color is #060E27.


Background Color

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

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

This div background color is #060E27.


Border color

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

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

This div border color is #060E27.


Opacity

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

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

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

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

This text has shadow with #060E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060E27 on black background.


Color preview on white background

This text has color #060E27 on white background.



Black color preview on #060E27 background

This text has black color on #060E27 background.


White color preview on #060E27 background

This text has white color on #060E27 background.