COLOR #061546

HEX: #061546
RGB: (6,21,70)

Color info

#061546 contains mainly green and blue colors. Web safe color of #061546 is #000033 (or #003).

RGB color model

#061546 color RGB value is (6,21,70).

  • red value is 6;
  • green value is 21;
  • blue value is 70.
RGB:
(6,21,70)
(2%,8%,27%)

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 70 of 255 = 27%

6
21
70

R + G + B ~ 12%. #061546 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 70 = 97 (100%)
R 6 of 97 ~ 6.19%
G 21 of 97 ~ 21.65%
B 70 of 97 ~ 72.16%

%21.65
%72.16

CMYK color model

#061546 color CMYK value is (91,70,0,73).

  • cyan value is 91.43%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(91,70,0,73)
C91M70Y0K73 
(91%,70%,0%,73%)
(0.91/0.70/0.00/0.73)	

CMYK percentages

%91.43
%70
%0
%72.55

Codes

Color #061546 in popluar color models

061546
RGB62170
HSL226°84.21%14.90%
HSB/HSV226°91.43%27.45%
CMYK91.43%70.00%0.00%
72.55%

Color #061546 in popluar number systems.

HEX061546
Decimal62170
Binary110101011000110
Octal625106

Shades and tints

Shades of #061546

#061546
(6,21,70)
#061440
(6,20,64)
#06133A
(6,19,58)
#061234
(6,18,52)
#06112E
(6,17,46)
#061028
(6,16,40)
#060F22
(6,15,34)
#060E1C
(6,14,28)
#060D16
(6,13,22)
#060C10
(6,12,16)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #061546

#061546
(6,21,70)
#1C2A56
(28,42,86)
#323F66
(50,63,102)
#485476
(72,84,118)
#5E6986
(94,105,134)
#747E96
(116,126,150)
#8A93A6
(138,147,166)
#A0A8B6
(160,168,182)
#B6BDC6
(182,189,198)
#CCD2D6
(204,210,214)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061546 color. Also use rgb(6,21,70) instead hex code.

Text Font Color

.myTextColor { color: #061546; }

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

This text font color is #061546.


Background Color

.myBgColor { background-color: #061546; }

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

This div background color is #061546.


Border color

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

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

This div border color is #061546.


Opacity

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

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

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

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

This text has shadow with #061546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061546 on black background.


Color preview on white background

This text has color #061546 on white background.



Black color preview on #061546 background

This text has black color on #061546 background.


White color preview on #061546 background

This text has white color on #061546 background.