COLOR #061464

HEX: #061464
RGB: (6,20,100)

Color info

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

RGB color model

#061464 color RGB value is (6,20,100).

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

RGB channels and saturation

R 6 of 255 = 2%
G 20 of 255 = 8%
B 100 of 255 = 39%

6
20
100

R + G + B ~ 16%. #061464 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 20 + 100 = 126 (100%)
R 6 of 126 ~ 4.76%
G 20 of 126 ~ 15.87%
B 100 of 126 ~ 79.37%

%15.87
%79.37

CMYK color model

#061464 color CMYK value is (94,80,0,61).

  • cyan value is 94.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(94,80,0,61)
C94M80Y0K61 
(94%,80%,0%,61%)
(0.94/0.80/0.00/0.61)	

CMYK percentages

%94
%80
%0
%60.78

Codes

Color #061464 in popluar color models

061464
RGB620100
HSL231°88.68%20.78%
HSB/HSV231°94.00%39.22%
CMYK94.00%80.00%0.00%
60.78%

Color #061464 in popluar number systems.

HEX061464
Decimal620100
Binary110101001100100
Octal624144

Shades and tints

Shades of #061464

#061464
(6,20,100)
#06135B
(6,19,91)
#061252
(6,18,82)
#061149
(6,17,73)
#061040
(6,16,64)
#060F37
(6,15,55)
#060E2E
(6,14,46)
#060D25
(6,13,37)
#060C1C
(6,12,28)
#060B13
(6,11,19)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #061464

#061464
(6,20,100)
#1C2972
(28,41,114)
#323E80
(50,62,128)
#48538E
(72,83,142)
#5E689C
(94,104,156)
#747DAA
(116,125,170)
#8A92B8
(138,146,184)
#A0A7C6
(160,167,198)
#B6BCD4
(182,188,212)
#CCD1E2
(204,209,226)
#E2E6F0
(226,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061464 color. Also use rgb(6,20,100) instead hex code.

Text Font Color

.myTextColor { color: #061464; }

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

This text font color is #061464.


Background Color

.myBgColor { background-color: #061464; }

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

This div background color is #061464.


Border color

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

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

This div border color is #061464.


Opacity

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

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

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

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

This text has shadow with #061464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061464 on black background.


Color preview on white background

This text has color #061464 on white background.



Black color preview on #061464 background

This text has black color on #061464 background.


White color preview on #061464 background

This text has white color on #061464 background.