COLOR #061374

HEX: #061374
RGB: (6,19,116)

Color info

#061374 contains mainly blue color. Web safe color of #061374 is #000066 (or #006).

RGB color model

#061374 color RGB value is (6,19,116).

  • red value is 6;
  • green value is 19;
  • blue value is 116.
RGB:
(6,19,116)
(2%,7%,45%)

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 116 of 255 = 45%

6
19
116

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

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 116 = 141 (100%)
R 6 of 141 ~ 4.26%
G 19 of 141 ~ 13.48%
B 116 of 141 ~ 82.27%

%13.48
%82.27

CMYK color model

#061374 color CMYK value is (95,84,0,55).

  • cyan value is 94.83%
  • magenta value is 83.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(95,84,0,55)
C95M84Y0K55 
(95%,84%,0%,55%)
(0.95/0.84/0.00/0.55)	

CMYK percentages

%94.83
%83.62
%0
%54.51

Codes

Color #061374 in popluar color models

061374
RGB619116
HSL233°90.16%23.92%
HSB/HSV233°94.83%45.49%
CMYK94.83%83.62%0.00%
54.51%

Color #061374 in popluar number systems.

HEX061374
Decimal619116
Binary110100111110100
Octal623164

Shades and tints

Shades of #061374

#061374
(6,19,116)
#06126A
(6,18,106)
#061160
(6,17,96)
#061056
(6,16,86)
#060F4C
(6,15,76)
#060E42
(6,14,66)
#060D38
(6,13,56)
#060C2E
(6,12,46)
#060B24
(6,11,36)
#060A1A
(6,10,26)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #061374

#061374
(6,19,116)
#1C2880
(28,40,128)
#323D8C
(50,61,140)
#485298
(72,82,152)
#5E67A4
(94,103,164)
#747CB0
(116,124,176)
#8A91BC
(138,145,188)
#A0A6C8
(160,166,200)
#B6BBD4
(182,187,212)
#CCD0E0
(204,208,224)
#E2E5EC
(226,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061374 color. Also use rgb(6,19,116) instead hex code.

Text Font Color

.myTextColor { color: #061374; }

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

This text font color is #061374.


Background Color

.myBgColor { background-color: #061374; }

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

This div background color is #061374.


Border color

.myBorderColor { border: 1px solid #061374; }

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

This div border color is #061374.


Opacity

.myOpacity80 { color: #061374; opacity: 0.8; }

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

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

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

This text has shadow with #061374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061374 on black background.


Color preview on white background

This text has color #061374 on white background.



Black color preview on #061374 background

This text has black color on #061374 background.


White color preview on #061374 background

This text has white color on #061374 background.