COLOR #061F62

HEX: #061F62
RGB: (6,31,98)

Color info

#061F62 contains mainly blue color. Web safe color of #061F62 is #003366 (or #036).

RGB color model

#061F62 color RGB value is (6,31,98).

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

RGB channels and saturation

R 6 of 255 = 2%
G 31 of 255 = 12%
B 98 of 255 = 38%

6
31
98

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

Portions of RGB colors in percentages

R + G + B =
6 + 31 + 98 = 135 (100%)
R 6 of 135 ~ 4.44%
G 31 of 135 ~ 22.96%
B 98 of 135 ~ 72.59%

%22.96
%72.59

CMYK color model

#061F62 color CMYK value is (94,68,0,62).

  • cyan value is 93.88%
  • magenta value is 68.37%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(94,68,0,62)
C94M68Y0K62 
(94%,68%,0%,62%)
(0.94/0.68/0.00/0.62)	

CMYK percentages

%93.88
%68.37
%0
%61.57

Codes

Color #061F62 in popluar color models

061F62
RGB63198
HSL224°88.46%20.39%
HSB/HSV224°93.88%38.43%
CMYK93.88%68.37%0.00%
61.57%

Color #061F62 in popluar number systems.

HEX061F62
Decimal63198
Binary110111111100010
Octal637142

Shades and tints

Shades of #061F62

#061F62
(6,31,98)
#061D5A
(6,29,90)
#061B52
(6,27,82)
#06194A
(6,25,74)
#061742
(6,23,66)
#06153A
(6,21,58)
#061332
(6,19,50)
#06112A
(6,17,42)
#060F22
(6,15,34)
#060D1A
(6,13,26)
#060B12
(6,11,18)
#000000
(0,0,0)

Tints of #061F62

#061F62
(6,31,98)
#1C3370
(28,51,112)
#32477E
(50,71,126)
#485B8C
(72,91,140)
#5E6F9A
(94,111,154)
#7483A8
(116,131,168)
#8A97B6
(138,151,182)
#A0ABC4
(160,171,196)
#B6BFD2
(182,191,210)
#CCD3E0
(204,211,224)
#E2E7EE
(226,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061F62; }

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

This text font color is #061F62.


Background Color

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

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

This div background color is #061F62.


Border color

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

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

This div border color is #061F62.


Opacity

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

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

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

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

This text has shadow with #061F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061F62 on black background.


Color preview on white background

This text has color #061F62 on white background.



Black color preview on #061F62 background

This text has black color on #061F62 background.


White color preview on #061F62 background

This text has white color on #061F62 background.