COLOR #063B6C

HEX: #063B6C
RGB: (6,59,108)

Color info

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

RGB color model

#063B6C color RGB value is (6,59,108).

  • red value is 6;
  • green value is 59;
  • blue value is 108.
RGB:
(6,59,108)
(2%,23%,42%)

RGB channels and saturation

R 6 of 255 = 2%
G 59 of 255 = 23%
B 108 of 255 = 42%

6
59
108

R + G + B ~ 22%. #063B6C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 59 + 108 = 173 (100%)
R 6 of 173 ~ 3.47%
G 59 of 173 ~ 34.1%
B 108 of 173 ~ 62.43%

%34.1
%62.43

CMYK color model

#063B6C color CMYK value is (94,45,0,58).

  • cyan value is 94.44%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(94,45,0,58)
C94M45Y0K58 
(94%,45%,0%,58%)
(0.94/0.45/0.00/0.58)	

CMYK percentages

%94.44
%45.37
%0
%57.65

Codes

Color #063B6C in popluar color models

063B6C
RGB659108
HSL209°89.47%22.35%
HSB/HSV209°94.44%42.35%
CMYK94.44%45.37%0.00%
57.65%

Color #063B6C in popluar number systems.

HEX063B6C
Decimal659108
Binary1101110111101100
Octal673154

Shades and tints

Shades of #063B6C

#063B6C
(6,59,108)
#063663
(6,54,99)
#06315A
(6,49,90)
#062C51
(6,44,81)
#062748
(6,39,72)
#06223F
(6,34,63)
#061D36
(6,29,54)
#06182D
(6,24,45)
#061324
(6,19,36)
#060E1B
(6,14,27)
#060912
(6,9,18)
#000000
(0,0,0)

Tints of #063B6C

#063B6C
(6,59,108)
#1C4C79
(28,76,121)
#325D86
(50,93,134)
#486E93
(72,110,147)
#5E7FA0
(94,127,160)
#7490AD
(116,144,173)
#8AA1BA
(138,161,186)
#A0B2C7
(160,178,199)
#B6C3D4
(182,195,212)
#CCD4E1
(204,212,225)
#E2E5EE
(226,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063B6C color. Also use rgb(6,59,108) instead hex code.

Text Font Color

.myTextColor { color: #063B6C; }

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

This text font color is #063B6C.


Background Color

.myBgColor { background-color: #063B6C; }

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

This div background color is #063B6C.


Border color

.myBorderColor { border: 1px solid #063B6C; }

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

This div border color is #063B6C.


Opacity

.myOpacity80 { color: #063B6C; opacity: 0.8; }

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

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

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

This text has shadow with #063B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063B6C on black background.


Color preview on white background

This text has color #063B6C on white background.



Black color preview on #063B6C background

This text has black color on #063B6C background.


White color preview on #063B6C background

This text has white color on #063B6C background.