COLOR #063560

HEX: #063560
RGB: (6,53,96)

Color info

#063560 contains mainly green and blue colors. Web safe color of #063560 is #003366 (or #036).

RGB color model

#063560 color RGB value is (6,53,96).

  • red value is 6;
  • green value is 53;
  • blue value is 96.
RGB:
(6,53,96)
(2%,21%,38%)

RGB channels and saturation

R 6 of 255 = 2%
G 53 of 255 = 21%
B 96 of 255 = 38%

6
53
96

R + G + B ~ 20%. #063560 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 53 + 96 = 155 (100%)
R 6 of 155 ~ 3.87%
G 53 of 155 ~ 34.19%
B 96 of 155 ~ 61.94%

%34.19
%61.94

CMYK color model

#063560 color CMYK value is (94,45,0,62).

  • cyan value is 93.75%
  • magenta value is 44.79%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(94,45,0,62)
C94M45Y0K62 
(94%,45%,0%,62%)
(0.94/0.45/0.00/0.62)	

CMYK percentages

%93.75
%44.79
%0
%62.35

Codes

Color #063560 in popluar color models

063560
RGB65396
HSL209°88.24%20.00%
HSB/HSV209°93.75%37.65%
CMYK93.75%44.79%0.00%
62.35%

Color #063560 in popluar number systems.

HEX063560
Decimal65396
Binary1101101011100000
Octal665140

Shades and tints

Shades of #063560

#063560
(6,53,96)
#063158
(6,49,88)
#062D50
(6,45,80)
#062948
(6,41,72)
#062540
(6,37,64)
#062138
(6,33,56)
#061D30
(6,29,48)
#061928
(6,25,40)
#061520
(6,21,32)
#061118
(6,17,24)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #063560

#063560
(6,53,96)
#1C476E
(28,71,110)
#32597C
(50,89,124)
#486B8A
(72,107,138)
#5E7D98
(94,125,152)
#748FA6
(116,143,166)
#8AA1B4
(138,161,180)
#A0B3C2
(160,179,194)
#B6C5D0
(182,197,208)
#CCD7DE
(204,215,222)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063560 color. Also use rgb(6,53,96) instead hex code.

Text Font Color

.myTextColor { color: #063560; }

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

This text font color is #063560.


Background Color

.myBgColor { background-color: #063560; }

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

This div background color is #063560.


Border color

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

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

This div border color is #063560.


Opacity

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

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

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

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

This text has shadow with #063560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063560 on black background.


Color preview on white background

This text has color #063560 on white background.



Black color preview on #063560 background

This text has black color on #063560 background.


White color preview on #063560 background

This text has white color on #063560 background.