Color Hex Logo

#63898c Color Hex

#63898C
(99,137,140)
0 Favorites   0 Comments

Color spaces of #63898c

RGB 99137140
HSL0.510.170.47
HSV184°29°55°
CMYK 0.290.020.00   0.45
XYZ18.824922.437428.1496
Yxy22.43740.27120.3233
Hunter Lab47.3681-11.9553-2.0768
CIE-Lab54.4881-12.3751-5.8781

#63898c color RGB value is (99,137,140).

#63898c hex color red value is 99, green value is 137 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #63898c hue: 0.51 , saturation: 0.17 and the lightness value of 63898c is 0.47.

The process color (four color CMYK) of #63898c color hex is 0.29, 0.02, 0.00, 0.45. Web safe color of #63898c is #669999. Color #63898c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001001 10001100
Octal 143 211 214
Decimal 99 137 140
Hex 63 89 8C

RGB Percentages of Color #63898c

%26.33
%36.44
%37.23

CMYK Percentages of Color #63898c

%29
%2
%0
%45

Triadic Colors of #63898c

#63898c #8c6389 #898c63

Analogous Colors of #63898c

#63898c #63758c #638c7b

Monochromatic Colors of #63898c

#63898c

Complementary Color

#63898c #8c6663

#63898c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63898c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63898c Color CSS Codes

.mybgcolor {background-color:#63898c; } 
.myforecolor {color:#63898c; }
.mybordercolor {border:3px solid #63898c; }

#63898c Text Font Color

<p style="color:#63898c">Text here</p>

This sample text font color is #63898c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#63898c Background Color

<div style="background-color:#63898c">
Div content here</div>

This div background color is #63898c


#63898c Border Color

<div style="border:3px solid #63898c">
Div here</div>

This div border color is #63898c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,137,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63898c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63898c;
  -webkit-box-shadow: 1px 1px 3px 2px #63898c;
  box-shadow:         1px 1px 3px 2px #63898c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,137,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #63898c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #63898c;
  -webkit-box-shadow: 1px 1px 3px 2px #63898c;
  box-shadow:         1px 1px 3px 2px #63898c;">
Div content here</div>

This div box has shadow with color #63898c


Comments

No comments written yet.

Please login to write comment.