COLOR #63889A

HEX: #63889A
RGB: (99,136,154)

Color info

#63889A contains red, green and blue colors in about the same proportion. Web safe color of #63889A is #669999 (or #699).

RGB color model

#63889A color RGB value is (99,136,154).

  • red value is 99;
  • green value is 136;
  • blue value is 154.
RGB:
(99,136,154)
(39%,53%,60%)

RGB channels and saturation

R 99 of 255 = 39%
G 136 of 255 = 53%
B 154 of 255 = 60%

99
136
154

R + G + B ~ 51%. #63889A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 136 + 154 = 389 (100%)
R 99 of 389 ~ 25.45%
G 136 of 389 ~ 34.96%
B 154 of 389 ~ 39.59%

%25.45
%34.96
%39.59

CMYK color model

#63889A color CMYK value is (36,12,0,40).

  • cyan value is 35.71%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(36,12,0,40)
C36M12Y0K40 
(36%,12%,0%,40%)
(0.36/0.12/0.00/0.40)	

CMYK percentages

%35.71
%11.69
%0
%39.61

Codes

Color #63889A in popluar color models

63889A
RGB99136154
HSL200°21.74%49.61%
HSB/HSV200°35.71%60.39%
CMYK35.71%11.69%0.00%
39.61%

Color #63889A in popluar number systems.

HEX63889A
Decimal99136154
Binary11000111000100010011010
Octal143210232

Shades and tints

Shades of #63889A

#63889A
(99,136,154)
#5A7C8C
(90,124,140)
#51707E
(81,112,126)
#486470
(72,100,112)
#3F5862
(63,88,98)
#364C54
(54,76,84)
#2D4046
(45,64,70)
#243438
(36,52,56)
#1B282A
(27,40,42)
#121C1C
(18,28,28)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #63889A

#63889A
(99,136,154)
#7192A3
(113,146,163)
#7F9CAC
(127,156,172)
#8DA6B5
(141,166,181)
#9BB0BE
(155,176,190)
#A9BAC7
(169,186,199)
#B7C4D0
(183,196,208)
#C5CED9
(197,206,217)
#D3D8E2
(211,216,226)
#E1E2EB
(225,226,235)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63889A color. Also use rgb(99,136,154) instead hex code.

Text Font Color

.myTextColor { color: #63889A; }

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

This text font color is #63889A.


Background Color

.myBgColor { background-color: #63889A; }

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

This div background color is #63889A.


Border color

.myBorderColor { border: 1px solid #63889A; }

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

This div border color is #63889A.


Opacity

.myOpacity80 { color: #63889A; opacity: 0.8; }

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

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

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

This text has shadow with #63889A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63889A on black background.


Color preview on white background

This text has color #63889A on white background.



Black color preview on #63889A background

This text has black color on #63889A background.


White color preview on #63889A background

This text has white color on #63889A background.