COLOR #063558

HEX: #063558
RGB: (6,53,88)

Color info

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

RGB color model

#063558 color RGB value is (6,53,88).

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

RGB channels and saturation

R 6 of 255 = 2%
G 53 of 255 = 21%
B 88 of 255 = 35%

6
53
88

R + G + B ~ 19%. #063558 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 53 + 88 = 147 (100%)
R 6 of 147 ~ 4.08%
G 53 of 147 ~ 36.05%
B 88 of 147 ~ 59.86%

%36.05
%59.86

CMYK color model

#063558 color CMYK value is (93,40,0,65).

  • cyan value is 93.18%
  • magenta value is 39.77%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(93,40,0,65)
C93M40Y0K65 
(93%,40%,0%,65%)
(0.93/0.40/0.00/0.65)	

CMYK percentages

%93.18
%39.77
%0
%65.49

Codes

Color #063558 in popluar color models

063558
RGB65388
HSL206°87.23%18.43%
HSB/HSV206°93.18%34.51%
CMYK93.18%39.77%0.00%
65.49%

Color #063558 in popluar number systems.

HEX063558
Decimal65388
Binary1101101011011000
Octal665130

Shades and tints

Shades of #063558

#063558
(6,53,88)
#063150
(6,49,80)
#062D48
(6,45,72)
#062940
(6,41,64)
#062538
(6,37,56)
#062130
(6,33,48)
#061D28
(6,29,40)
#061920
(6,25,32)
#061518
(6,21,24)
#061110
(6,17,16)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #063558

#063558
(6,53,88)
#1C4767
(28,71,103)
#325976
(50,89,118)
#486B85
(72,107,133)
#5E7D94
(94,125,148)
#748FA3
(116,143,163)
#8AA1B2
(138,161,178)
#A0B3C1
(160,179,193)
#B6C5D0
(182,197,208)
#CCD7DF
(204,215,223)
#E2E9EE
(226,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063558; }

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

This text font color is #063558.


Background Color

.myBgColor { background-color: #063558; }

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

This div background color is #063558.


Border color

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

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

This div border color is #063558.


Opacity

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

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

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

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

This text has shadow with #063558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063558 on black background.


Color preview on white background

This text has color #063558 on white background.



Black color preview on #063558 background

This text has black color on #063558 background.


White color preview on #063558 background

This text has white color on #063558 background.