COLOR #061141

HEX: #061141
RGB: (6,17,65)

Color info

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

RGB color model

#061141 color RGB value is (6,17,65).

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

RGB channels and saturation

R 6 of 255 = 2%
G 17 of 255 = 7%
B 65 of 255 = 25%

6
17
65

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

Portions of RGB colors in percentages

R + G + B =
6 + 17 + 65 = 88 (100%)
R 6 of 88 ~ 6.82%
G 17 of 88 ~ 19.32%
B 65 of 88 ~ 73.86%

%19.32
%73.86

CMYK color model

#061141 color CMYK value is (91,74,0,75).

  • cyan value is 90.77%
  • magenta value is 73.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(91,74,0,75)
C91M74Y0K75 
(91%,74%,0%,75%)
(0.91/0.74/0.00/0.75)	

CMYK percentages

%90.77
%73.85
%0
%74.51

Codes

Color #061141 in popluar color models

061141
RGB61765
HSL229°83.10%13.92%
HSB/HSV229°90.77%25.49%
CMYK90.77%73.85%0.00%
74.51%

Color #061141 in popluar number systems.

HEX061141
Decimal61765
Binary110100011000001
Octal621101

Shades and tints

Shades of #061141

#061141
(6,17,65)
#06103C
(6,16,60)
#060F37
(6,15,55)
#060E32
(6,14,50)
#060D2D
(6,13,45)
#060C28
(6,12,40)
#060B23
(6,11,35)
#060A1E
(6,10,30)
#060919
(6,9,25)
#060814
(6,8,20)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #061141

#061141
(6,17,65)
#1C2652
(28,38,82)
#323B63
(50,59,99)
#485074
(72,80,116)
#5E6585
(94,101,133)
#747A96
(116,122,150)
#8A8FA7
(138,143,167)
#A0A4B8
(160,164,184)
#B6B9C9
(182,185,201)
#CCCEDA
(204,206,218)
#E2E3EB
(226,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061141; }

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

This text font color is #061141.


Background Color

.myBgColor { background-color: #061141; }

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

This div background color is #061141.


Border color

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

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

This div border color is #061141.


Opacity

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

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

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

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

This text has shadow with #061141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061141 on black background.


Color preview on white background

This text has color #061141 on white background.



Black color preview on #061141 background

This text has black color on #061141 background.


White color preview on #061141 background

This text has white color on #061141 background.