COLOR #061D67

HEX: #061D67
RGB: (6,29,103)

Color info

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

RGB color model

#061D67 color RGB value is (6,29,103).

  • red value is 6;
  • green value is 29;
  • blue value is 103.
RGB:
(6,29,103)
(2%,11%,40%)

RGB channels and saturation

R 6 of 255 = 2%
G 29 of 255 = 11%
B 103 of 255 = 40%

6
29
103

R + G + B ~ 18%. #061D67 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 29 + 103 = 138 (100%)
R 6 of 138 ~ 4.35%
G 29 of 138 ~ 21.01%
B 103 of 138 ~ 74.64%

%21.01
%74.64

CMYK color model

#061D67 color CMYK value is (94,72,0,60).

  • cyan value is 94.17%
  • magenta value is 71.84%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(94,72,0,60)
C94M72Y0K60 
(94%,72%,0%,60%)
(0.94/0.72/0.00/0.60)	

CMYK percentages

%94.17
%71.84
%0
%59.61

Codes

Color #061D67 in popluar color models

061D67
RGB629103
HSL226°88.99%21.37%
HSB/HSV226°94.17%40.39%
CMYK94.17%71.84%0.00%
59.61%

Color #061D67 in popluar number systems.

HEX061D67
Decimal629103
Binary110111011100111
Octal635147

Shades and tints

Shades of #061D67

#061D67
(6,29,103)
#061B5E
(6,27,94)
#061955
(6,25,85)
#06174C
(6,23,76)
#061543
(6,21,67)
#06133A
(6,19,58)
#061131
(6,17,49)
#060F28
(6,15,40)
#060D1F
(6,13,31)
#060B16
(6,11,22)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #061D67

#061D67
(6,29,103)
#1C3174
(28,49,116)
#324581
(50,69,129)
#48598E
(72,89,142)
#5E6D9B
(94,109,155)
#7481A8
(116,129,168)
#8A95B5
(138,149,181)
#A0A9C2
(160,169,194)
#B6BDCF
(182,189,207)
#CCD1DC
(204,209,220)
#E2E5E9
(226,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061D67 color. Also use rgb(6,29,103) instead hex code.

Text Font Color

.myTextColor { color: #061D67; }

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

This text font color is #061D67.


Background Color

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

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

This div background color is #061D67.


Border color

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

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

This div border color is #061D67.


Opacity

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

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

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

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

This text has shadow with #061D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061D67 on black background.


Color preview on white background

This text has color #061D67 on white background.



Black color preview on #061D67 background

This text has black color on #061D67 background.


White color preview on #061D67 background

This text has white color on #061D67 background.