COLOR #061B64

HEX: #061B64
RGB: (6,27,100)

Color info

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

RGB color model

#061B64 color RGB value is (6,27,100).

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

RGB channels and saturation

R 6 of 255 = 2%
G 27 of 255 = 11%
B 100 of 255 = 39%

6
27
100

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

Portions of RGB colors in percentages

R + G + B =
6 + 27 + 100 = 133 (100%)
R 6 of 133 ~ 4.51%
G 27 of 133 ~ 20.3%
B 100 of 133 ~ 75.19%

%20.3
%75.19

CMYK color model

#061B64 color CMYK value is (94,73,0,61).

  • cyan value is 94.00%
  • magenta value is 73.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(94,73,0,61)
C94M73Y0K61 
(94%,73%,0%,61%)
(0.94/0.73/0.00/0.61)	

CMYK percentages

%94
%73
%0
%60.78

Codes

Color #061B64 in popluar color models

061B64
RGB627100
HSL227°88.68%20.78%
HSB/HSV227°94.00%39.22%
CMYK94.00%73.00%0.00%
60.78%

Color #061B64 in popluar number systems.

HEX061B64
Decimal627100
Binary110110111100100
Octal633144

Shades and tints

Shades of #061B64

#061B64
(6,27,100)
#06195B
(6,25,91)
#061752
(6,23,82)
#061549
(6,21,73)
#061340
(6,19,64)
#061137
(6,17,55)
#060F2E
(6,15,46)
#060D25
(6,13,37)
#060B1C
(6,11,28)
#060913
(6,9,19)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #061B64

#061B64
(6,27,100)
#1C2F72
(28,47,114)
#324380
(50,67,128)
#48578E
(72,87,142)
#5E6B9C
(94,107,156)
#747FAA
(116,127,170)
#8A93B8
(138,147,184)
#A0A7C6
(160,167,198)
#B6BBD4
(182,187,212)
#CCCFE2
(204,207,226)
#E2E3F0
(226,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061B64; }

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

This text font color is #061B64.


Background Color

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

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

This div background color is #061B64.


Border color

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

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

This div border color is #061B64.


Opacity

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

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

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

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

This text has shadow with #061B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061B64 on black background.


Color preview on white background

This text has color #061B64 on white background.



Black color preview on #061B64 background

This text has black color on #061B64 background.


White color preview on #061B64 background

This text has white color on #061B64 background.