COLOR #063063

HEX: #063063
RGB: (6,48,99)

Color info

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

RGB color model

#063063 color RGB value is (6,48,99).

  • red value is 6;
  • green value is 48;
  • blue value is 99.
RGB:
(6,48,99)
(2%,19%,39%)

RGB channels and saturation

R 6 of 255 = 2%
G 48 of 255 = 19%
B 99 of 255 = 39%

6
48
99

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

Portions of RGB colors in percentages

R + G + B =
6 + 48 + 99 = 153 (100%)
R 6 of 153 ~ 3.92%
G 48 of 153 ~ 31.37%
B 99 of 153 ~ 64.71%

%31.37
%64.71

CMYK color model

#063063 color CMYK value is (94,52,0,61).

  • cyan value is 93.94%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(94,52,0,61)
C94M52Y0K61 
(94%,52%,0%,61%)
(0.94/0.52/0.00/0.61)	

CMYK percentages

%93.94
%51.52
%0
%61.18

Codes

Color #063063 in popluar color models

063063
RGB64899
HSL213°88.57%20.59%
HSB/HSV213°93.94%38.82%
CMYK93.94%51.52%0.00%
61.18%

Color #063063 in popluar number systems.

HEX063063
Decimal64899
Binary1101100001100011
Octal660143

Shades and tints

Shades of #063063

#063063
(6,48,99)
#062C5A
(6,44,90)
#062851
(6,40,81)
#062448
(6,36,72)
#06203F
(6,32,63)
#061C36
(6,28,54)
#06182D
(6,24,45)
#061424
(6,20,36)
#06101B
(6,16,27)
#060C12
(6,12,18)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #063063

#063063
(6,48,99)
#1C4271
(28,66,113)
#32547F
(50,84,127)
#48668D
(72,102,141)
#5E789B
(94,120,155)
#748AA9
(116,138,169)
#8A9CB7
(138,156,183)
#A0AEC5
(160,174,197)
#B6C0D3
(182,192,211)
#CCD2E1
(204,210,225)
#E2E4EF
(226,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063063 color. Also use rgb(6,48,99) instead hex code.

Text Font Color

.myTextColor { color: #063063; }

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

This text font color is #063063.


Background Color

.myBgColor { background-color: #063063; }

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

This div background color is #063063.


Border color

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

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

This div border color is #063063.


Opacity

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

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

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

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

This text has shadow with #063063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063063 on black background.


Color preview on white background

This text has color #063063 on white background.



Black color preview on #063063 background

This text has black color on #063063 background.


White color preview on #063063 background

This text has white color on #063063 background.