COLOR #063150

HEX: #063150
RGB: (6,49,80)

Color info

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

RGB color model

#063150 color RGB value is (6,49,80).

  • red value is 6;
  • green value is 49;
  • blue value is 80.
RGB:
(6,49,80)
(2%,19%,31%)

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 80 of 255 = 31%

6
49
80

R + G + B ~ 17%. #063150 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 80 = 135 (100%)
R 6 of 135 ~ 4.44%
G 49 of 135 ~ 36.3%
B 80 of 135 ~ 59.26%

%36.3
%59.26

CMYK color model

#063150 color CMYK value is (93,39,0,69).

  • cyan value is 92.50%
  • magenta value is 38.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(93,39,0,69)
C93M39Y0K69 
(93%,39%,0%,69%)
(0.93/0.39/0.00/0.69)	

CMYK percentages

%92.5
%38.75
%0
%68.63

Codes

Color #063150 in popluar color models

063150
RGB64980
HSL205°86.05%16.86%
HSB/HSV205°92.50%31.37%
CMYK92.50%38.75%0.00%
68.63%

Color #063150 in popluar number systems.

HEX063150
Decimal64980
Binary1101100011010000
Octal661120

Shades and tints

Shades of #063150

#063150
(6,49,80)
#062D49
(6,45,73)
#062942
(6,41,66)
#06253B
(6,37,59)
#062134
(6,33,52)
#061D2D
(6,29,45)
#061926
(6,25,38)
#06151F
(6,21,31)
#061118
(6,17,24)
#060D11
(6,13,17)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #063150

#063150
(6,49,80)
#1C435F
(28,67,95)
#32556E
(50,85,110)
#48677D
(72,103,125)
#5E798C
(94,121,140)
#748B9B
(116,139,155)
#8A9DAA
(138,157,170)
#A0AFB9
(160,175,185)
#B6C1C8
(182,193,200)
#CCD3D7
(204,211,215)
#E2E5E6
(226,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063150 color. Also use rgb(6,49,80) instead hex code.

Text Font Color

.myTextColor { color: #063150; }

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

This text font color is #063150.


Background Color

.myBgColor { background-color: #063150; }

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

This div background color is #063150.


Border color

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

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

This div border color is #063150.


Opacity

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

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

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

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

This text has shadow with #063150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063150 on black background.


Color preview on white background

This text has color #063150 on white background.



Black color preview on #063150 background

This text has black color on #063150 background.


White color preview on #063150 background

This text has white color on #063150 background.