COLOR #063D55

HEX: #063D55 RGB: (6,61,85)

Color info

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

RGB color model

#063D55 color RGB value is (6,61,85).

RGB: (6,61,85) (2%, 24%, 33%)

RGB channels and saturation

R 6 of 255 = 2%
G 61 of 255 = 24%
B 85 of 255 = 33%

6
61
85

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

Portions of RGB colors in percentages

R + G + B = 6 + 61 + 85 = 152 (100%)
R 6 of 152 ~ 3.95%
G 61 of 152 ~ 40.13%
B 85 of 152 ~ 55.92'%

%40.13
%55.92

CMYK color model

#063D55 color CMYK value is (93,28,0,67).

  • cyan value is 92.94%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (93,28,0,67)
C93M28Y0K67 (93%, 28%, 0%, 67%)
(0.93 / 0.28 / 0.00 / 0.67)

CMYK percentages

%92.94
%28.24
%0
%66.67

Codes

Color #063D55 in popluar color models

06 3D 55
RGB 6 61 85
HSL 198° 86.81% 17.84%
HSB/HSV 198° 92.94% 33.33%
CMYK 92.94% 28.24% 0.00%
66.67%

Color #063D55 in popluar number systems.

HEX 06 3D 55
Decimal 6 61 85
Binary 110 111101 1010101
Octal 6 75 125

Shades and tints

Shades of #063D55

#063D55
(6,61,85)
#06384E
(6,56,78)
#063347
(6,51,71)
#062E40
(6,46,64)
#062939
(6,41,57)
#062432
(6,36,50)
#061F2B
(6,31,43)
#061A24
(6,26,36)
#06151D
(6,21,29)
#061016
(6,16,22)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #063D55

#063D55
(6,61,85)
#1C4E64
(28,78,100)
#325F73
(50,95,115)
#487082
(72,112,130)
#5E8191
(94,129,145)
#7492A0
(116,146,160)
#8AA3AF
(138,163,175)
#A0B4BE
(160,180,190)
#B6C5CD
(182,197,205)
#CCD6DC
(204,214,220)
#E2E7EB
(226,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063D55 color. Also use rgb(6,61,85) instead hex code.

Text Font Color

.myTextColor { color: #063D55; }

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

This text font color is #063D55.

Background Color

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

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

This div background color is #063D55.

Border color

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

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

This div border color is #063D55.

Opacity

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

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

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

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

This text has shadow with #063D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063D55.

Preview

Color preview on black background

This text has color #063D55 on black background.


Color preview on white background

This text has color #063D55 on white background.


Black color preview on #063D55 background

This text has black color on #063D55 background.


White color preview on #063D55 background

This text has white color on #063D55 background.


Related colors

Complementary color

Complementary color for #hex is #F9C2AA.


I love getcolorcode.com

Triadic colors

1 #55063D and #3D5506 with #063D55 are triadic colors.

2 #553D06 and #3D0655 with #063D55 are triadic colors.