COLOR #061E70

HEX: #061E70
RGB: (6,30,112)

Color info

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

RGB color model

#061E70 color RGB value is (6,30,112).

  • red value is 6;
  • green value is 30;
  • blue value is 112.
RGB:
(6,30,112)
(2%,12%,44%)

RGB channels and saturation

R 6 of 255 = 2%
G 30 of 255 = 12%
B 112 of 255 = 44%

6
30
112

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

Portions of RGB colors in percentages

R + G + B =
6 + 30 + 112 = 148 (100%)
R 6 of 148 ~ 4.05%
G 30 of 148 ~ 20.27%
B 112 of 148 ~ 75.68%

%20.27
%75.68

CMYK color model

#061E70 color CMYK value is (95,73,0,56).

  • cyan value is 94.64%
  • magenta value is 73.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(95,73,0,56)
C95M73Y0K56 
(95%,73%,0%,56%)
(0.95/0.73/0.00/0.56)	

CMYK percentages

%94.64
%73.21
%0
%56.08

Codes

Color #061E70 in popluar color models

061E70
RGB630112
HSL226°89.83%23.14%
HSB/HSV226°94.64%43.92%
CMYK94.64%73.21%0.00%
56.08%

Color #061E70 in popluar number systems.

HEX061E70
Decimal630112
Binary110111101110000
Octal636160

Shades and tints

Shades of #061E70

#061E70
(6,30,112)
#061C66
(6,28,102)
#061A5C
(6,26,92)
#061852
(6,24,82)
#061648
(6,22,72)
#06143E
(6,20,62)
#061234
(6,18,52)
#06102A
(6,16,42)
#060E20
(6,14,32)
#060C16
(6,12,22)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #061E70

#061E70
(6,30,112)
#1C327D
(28,50,125)
#32468A
(50,70,138)
#485A97
(72,90,151)
#5E6EA4
(94,110,164)
#7482B1
(116,130,177)
#8A96BE
(138,150,190)
#A0AACB
(160,170,203)
#B6BED8
(182,190,216)
#CCD2E5
(204,210,229)
#E2E6F2
(226,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061E70 color. Also use rgb(6,30,112) instead hex code.

Text Font Color

.myTextColor { color: #061E70; }

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

This text font color is #061E70.


Background Color

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

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

This div background color is #061E70.


Border color

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

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

This div border color is #061E70.


Opacity

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

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

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

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

This text has shadow with #061E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061E70 on black background.


Color preview on white background

This text has color #061E70 on white background.



Black color preview on #061E70 background

This text has black color on #061E70 background.


White color preview on #061E70 background

This text has white color on #061E70 background.