COLOR #061773

HEX: #061773
RGB: (6,23,115)

Color info

#061773 contains mainly blue color. Web safe color of #061773 is #000066 (or #006).

RGB color model

#061773 color RGB value is (6,23,115).

  • red value is 6;
  • green value is 23;
  • blue value is 115.
RGB:
(6,23,115)
(2%,9%,45%)

RGB channels and saturation

R 6 of 255 = 2%
G 23 of 255 = 9%
B 115 of 255 = 45%

6
23
115

R + G + B ~ 19%. #061773 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 23 + 115 = 144 (100%)
R 6 of 144 ~ 4.17%
G 23 of 144 ~ 15.97%
B 115 of 144 ~ 79.86%

%15.97
%79.86

CMYK color model

#061773 color CMYK value is (95,80,0,55).

  • cyan value is 94.78%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(95,80,0,55)
C95M80Y0K55 
(95%,80%,0%,55%)
(0.95/0.80/0.00/0.55)	

CMYK percentages

%94.78
%80
%0
%54.9

Codes

Color #061773 in popluar color models

061773
RGB623115
HSL231°90.08%23.73%
HSB/HSV231°94.78%45.10%
CMYK94.78%80.00%0.00%
54.90%

Color #061773 in popluar number systems.

HEX061773
Decimal623115
Binary110101111110011
Octal627163

Shades and tints

Shades of #061773

#061773
(6,23,115)
#061569
(6,21,105)
#06135F
(6,19,95)
#061155
(6,17,85)
#060F4B
(6,15,75)
#060D41
(6,13,65)
#060B37
(6,11,55)
#06092D
(6,9,45)
#060723
(6,7,35)
#060519
(6,5,25)
#06030F
(6,3,15)
#000000
(0,0,0)

Tints of #061773

#061773
(6,23,115)
#1C2C7F
(28,44,127)
#32418B
(50,65,139)
#485697
(72,86,151)
#5E6BA3
(94,107,163)
#7480AF
(116,128,175)
#8A95BB
(138,149,187)
#A0AAC7
(160,170,199)
#B6BFD3
(182,191,211)
#CCD4DF
(204,212,223)
#E2E9EB
(226,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061773 color. Also use rgb(6,23,115) instead hex code.

Text Font Color

.myTextColor { color: #061773; }

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

This text font color is #061773.


Background Color

.myBgColor { background-color: #061773; }

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

This div background color is #061773.


Border color

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

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

This div border color is #061773.


Opacity

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

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

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

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

This text has shadow with #061773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061773 on black background.


Color preview on white background

This text has color #061773 on white background.



Black color preview on #061773 background

This text has black color on #061773 background.


White color preview on #061773 background

This text has white color on #061773 background.