COLOR #061A62

HEX: #061A62
RGB: (6,26,98)

Color info

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

RGB color model

#061A62 color RGB value is (6,26,98).

  • red value is 6;
  • green value is 26;
  • blue value is 98.
RGB:
(6,26,98)
(2%,10%,38%)

RGB channels and saturation

R 6 of 255 = 2%
G 26 of 255 = 10%
B 98 of 255 = 38%

6
26
98

R + G + B ~ 17%. #061A62 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 26 + 98 = 130 (100%)
R 6 of 130 ~ 4.62%
G 26 of 130 ~ 20%
B 98 of 130 ~ 75.38%

%20
%75.38

CMYK color model

#061A62 color CMYK value is (94,73,0,62).

  • cyan value is 93.88%
  • magenta value is 73.47%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(94,73,0,62)
C94M73Y0K62 
(94%,73%,0%,62%)
(0.94/0.73/0.00/0.62)	

CMYK percentages

%93.88
%73.47
%0
%61.57

Codes

Color #061A62 in popluar color models

061A62
RGB62698
HSL227°88.46%20.39%
HSB/HSV227°93.88%38.43%
CMYK93.88%73.47%0.00%
61.57%

Color #061A62 in popluar number systems.

HEX061A62
Decimal62698
Binary110110101100010
Octal632142

Shades and tints

Shades of #061A62

#061A62
(6,26,98)
#06185A
(6,24,90)
#061652
(6,22,82)
#06144A
(6,20,74)
#061242
(6,18,66)
#06103A
(6,16,58)
#060E32
(6,14,50)
#060C2A
(6,12,42)
#060A22
(6,10,34)
#06081A
(6,8,26)
#060612
(6,6,18)
#000000
(0,0,0)

Tints of #061A62

#061A62
(6,26,98)
#1C2E70
(28,46,112)
#32427E
(50,66,126)
#48568C
(72,86,140)
#5E6A9A
(94,106,154)
#747EA8
(116,126,168)
#8A92B6
(138,146,182)
#A0A6C4
(160,166,196)
#B6BAD2
(182,186,210)
#CCCEE0
(204,206,224)
#E2E2EE
(226,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061A62 color. Also use rgb(6,26,98) instead hex code.

Text Font Color

.myTextColor { color: #061A62; }

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

This text font color is #061A62.


Background Color

.myBgColor { background-color: #061A62; }

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

This div background color is #061A62.


Border color

.myBorderColor { border: 1px solid #061A62; }

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

This div border color is #061A62.


Opacity

.myOpacity80 { color: #061A62; opacity: 0.8; }

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

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

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

This text has shadow with #061A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061A62 on black background.


Color preview on white background

This text has color #061A62 on white background.



Black color preview on #061A62 background

This text has black color on #061A62 background.


White color preview on #061A62 background

This text has white color on #061A62 background.