COLOR #061127

HEX: #061127
RGB: (6,17,39)

Color info

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

RGB color model

#061127 color RGB value is (6,17,39).

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

RGB channels and saturation

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

6
17
39

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

Portions of RGB colors in percentages

R + G + B =
6 + 17 + 39 = 62 (100%)
R 6 of 62 ~ 9.68%
G 17 of 62 ~ 27.42%
B 39 of 62 ~ 62.9%

%9.68
%27.42
%62.9

CMYK color model

#061127 color CMYK value is (85,56,0,85).

  • cyan value is 84.62%
  • magenta value is 56.41%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(85,56,0,85)
C85M56Y0K85 
(85%,56%,0%,85%)
(0.85/0.56/0.00/0.85)	

CMYK percentages

%84.62
%56.41
%0
%84.71

Codes

Color #061127 in popluar color models

061127
RGB61739
HSL220°73.33%8.82%
HSB/HSV220°84.62%15.29%
CMYK84.62%56.41%0.00%
84.71%

Color #061127 in popluar number systems.

HEX061127
Decimal61739
Binary11010001100111
Octal62147

Shades and tints

Shades of #061127

#061127
(6,17,39)
#061024
(6,16,36)
#060F21
(6,15,33)
#060E1E
(6,14,30)
#060D1B
(6,13,27)
#060C18
(6,12,24)
#060B15
(6,11,21)
#060A12
(6,10,18)
#06090F
(6,9,15)
#06080C
(6,8,12)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #061127

#061127
(6,17,39)
#1C263A
(28,38,58)
#323B4D
(50,59,77)
#485060
(72,80,96)
#5E6573
(94,101,115)
#747A86
(116,122,134)
#8A8F99
(138,143,153)
#A0A4AC
(160,164,172)
#B6B9BF
(182,185,191)
#CCCED2
(204,206,210)
#E2E3E5
(226,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061127; }

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

This text font color is #061127.


Background Color

.myBgColor { background-color: #061127; }

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

This div background color is #061127.


Border color

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

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

This div border color is #061127.


Opacity

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

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

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

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

This text has shadow with #061127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061127 on black background.


Color preview on white background

This text has color #061127 on white background.



Black color preview on #061127 background

This text has black color on #061127 background.


White color preview on #061127 background

This text has white color on #061127 background.