COLOR #060F27

HEX: #060F27
RGB: (6,15,39)

Color info

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

RGB color model

#060F27 color RGB value is (6,15,39).

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

RGB channels and saturation

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

6
15
39

R + G + B ~ 8%. #060F27 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 15 + 39 = 60 (100%)
R 6 of 60 ~ 10%
G 15 of 60 ~ 25%
B 39 of 60 ~ 65%

%10
%25
%65

CMYK color model

#060F27 color CMYK value is (85,62,0,85).

  • cyan value is 84.62%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(85,62,0,85)
C85M62Y0K85 
(85%,62%,0%,85%)
(0.85/0.62/0.00/0.85)	

CMYK percentages

%84.62
%61.54
%0
%84.71

Codes

Color #060F27 in popluar color models

060F27
RGB61539
HSL224°73.33%8.82%
HSB/HSV224°84.62%15.29%
CMYK84.62%61.54%0.00%
84.71%

Color #060F27 in popluar number systems.

HEX060F27
Decimal61539
Binary1101111100111
Octal61747

Shades and tints

Shades of #060F27

#060F27
(6,15,39)
#060E24
(6,14,36)
#060D21
(6,13,33)
#060C1E
(6,12,30)
#060B1B
(6,11,27)
#060A18
(6,10,24)
#060915
(6,9,21)
#060812
(6,8,18)
#06070F
(6,7,15)
#06060C
(6,6,12)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #060F27

#060F27
(6,15,39)
#1C243A
(28,36,58)
#32394D
(50,57,77)
#484E60
(72,78,96)
#5E6373
(94,99,115)
#747886
(116,120,134)
#8A8D99
(138,141,153)
#A0A2AC
(160,162,172)
#B6B7BF
(182,183,191)
#CCCCD2
(204,204,210)
#E2E1E5
(226,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060F27; }

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

This text font color is #060F27.


Background Color

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

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

This div background color is #060F27.


Border color

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

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

This div border color is #060F27.


Opacity

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

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

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

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

This text has shadow with #060F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060F27 on black background.


Color preview on white background

This text has color #060F27 on white background.



Black color preview on #060F27 background

This text has black color on #060F27 background.


White color preview on #060F27 background

This text has white color on #060F27 background.