COLOR #061356

HEX: #061356
RGB: (6,19,86)

Color info

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

RGB color model

#061356 color RGB value is (6,19,86).

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

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 86 of 255 = 34%

6
19
86

R + G + B ~ 14%. #061356 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 86 = 111 (100%)
R 6 of 111 ~ 5.41%
G 19 of 111 ~ 17.12%
B 86 of 111 ~ 77.48%

%17.12
%77.48

CMYK color model

#061356 color CMYK value is (93,78,0,66).

  • cyan value is 93.02%
  • magenta value is 77.91%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(93,78,0,66)
C93M78Y0K66 
(93%,78%,0%,66%)
(0.93/0.78/0.00/0.66)	

CMYK percentages

%93.02
%77.91
%0
%66.27

Codes

Color #061356 in popluar color models

061356
RGB61986
HSL230°86.96%18.04%
HSB/HSV230°93.02%33.73%
CMYK93.02%77.91%0.00%
66.27%

Color #061356 in popluar number systems.

HEX061356
Decimal61986
Binary110100111010110
Octal623126

Shades and tints

Shades of #061356

#061356
(6,19,86)
#06124F
(6,18,79)
#061148
(6,17,72)
#061041
(6,16,65)
#060F3A
(6,15,58)
#060E33
(6,14,51)
#060D2C
(6,13,44)
#060C25
(6,12,37)
#060B1E
(6,11,30)
#060A17
(6,10,23)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #061356

#061356
(6,19,86)
#1C2865
(28,40,101)
#323D74
(50,61,116)
#485283
(72,82,131)
#5E6792
(94,103,146)
#747CA1
(116,124,161)
#8A91B0
(138,145,176)
#A0A6BF
(160,166,191)
#B6BBCE
(182,187,206)
#CCD0DD
(204,208,221)
#E2E5EC
(226,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061356; }

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

This text font color is #061356.


Background Color

.myBgColor { background-color: #061356; }

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

This div background color is #061356.


Border color

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

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

This div border color is #061356.


Opacity

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

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

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

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

This text has shadow with #061356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061356 on black background.


Color preview on white background

This text has color #061356 on white background.



Black color preview on #061356 background

This text has black color on #061356 background.


White color preview on #061356 background

This text has white color on #061356 background.