COLOR #061B6E

HEX: #061B6E
RGB: (6,27,110)

Color info

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

RGB color model

#061B6E color RGB value is (6,27,110).

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

RGB channels and saturation

R 6 of 255 = 2%
G 27 of 255 = 11%
B 110 of 255 = 43%

6
27
110

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

Portions of RGB colors in percentages

R + G + B =
6 + 27 + 110 = 143 (100%)
R 6 of 143 ~ 4.2%
G 27 of 143 ~ 18.88%
B 110 of 143 ~ 76.92%

%18.88
%76.92

CMYK color model

#061B6E color CMYK value is (95,75,0,57).

  • cyan value is 94.55%
  • magenta value is 75.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(95,75,0,57)
C95M75Y0K57 
(95%,75%,0%,57%)
(0.95/0.75/0.00/0.57)	

CMYK percentages

%94.55
%75.45
%0
%56.86

Codes

Color #061B6E in popluar color models

061B6E
RGB627110
HSL228°89.66%22.75%
HSB/HSV228°94.55%43.14%
CMYK94.55%75.45%0.00%
56.86%

Color #061B6E in popluar number systems.

HEX061B6E
Decimal627110
Binary110110111101110
Octal633156

Shades and tints

Shades of #061B6E

#061B6E
(6,27,110)
#061964
(6,25,100)
#06175A
(6,23,90)
#061550
(6,21,80)
#061346
(6,19,70)
#06113C
(6,17,60)
#060F32
(6,15,50)
#060D28
(6,13,40)
#060B1E
(6,11,30)
#060914
(6,9,20)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #061B6E

#061B6E
(6,27,110)
#1C2F7B
(28,47,123)
#324388
(50,67,136)
#485795
(72,87,149)
#5E6BA2
(94,107,162)
#747FAF
(116,127,175)
#8A93BC
(138,147,188)
#A0A7C9
(160,167,201)
#B6BBD6
(182,187,214)
#CCCFE3
(204,207,227)
#E2E3F0
(226,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061B6E; }

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

This text font color is #061B6E.


Background Color

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

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

This div background color is #061B6E.


Border color

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

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

This div border color is #061B6E.


Opacity

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

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

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

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

This text has shadow with #061B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061B6E on black background.


Color preview on white background

This text has color #061B6E on white background.



Black color preview on #061B6E background

This text has black color on #061B6E background.


White color preview on #061B6E background

This text has white color on #061B6E background.