Color Hex Logo

#63949d Color Hex

#63949D
(99,148,157)
0 Favorites   0 Comments

Color spaces of #63949d

RGB 99148157
HSL0.530.230.50
HSV189°37°62°
CMYK 0.370.060.00   0.38
XYZ21.821326.266835.8182
Yxy26.26680.26010.3130
Hunter Lab51.2511-13.6892-5.5606
CIE-Lab58.2894-14.0515-9.9780

#63949d color RGB value is (99,148,157).

#63949d hex color red value is 99, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #63949d hue: 0.53 , saturation: 0.23 and the lightness value of 63949d is 0.50.

The process color (four color CMYK) of #63949d color hex is 0.37, 0.06, 0.00, 0.38. Web safe color of #63949d is #669999. Color #63949d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010100 10011101
Octal 143 224 235
Decimal 99 148 157
Hex 63 94 9D

RGB Percentages of Color #63949d

%24.50
%36.63
%38.86

CMYK Percentages of Color #63949d

%37
%6
%0
%38

Triadic Colors of #63949d

#63949d #9d6394 #949d63

Analogous Colors of #63949d

#63949d #63779d #639d89

Monochromatic Colors of #63949d

#63949d

Complementary Color

#63949d #9d6c63

#63949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63949d Color CSS Codes

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

#63949d Text Font Color

<p style="color:#63949d">Text here</p>

This sample text font color is #63949d
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.


#63949d Background Color

<div style="background-color:#63949d">
Div content here</div>

This div background color is #63949d


#63949d Border Color

<div style="border:3px solid #63949d">
Div here</div>

This div border color is #63949d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,148,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63949d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63949d;
  -webkit-box-shadow: 1px 1px 3px 2px #63949d;
  box-shadow:         1px 1px 3px 2px #63949d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63949d


Comments

No comments written yet.

Please login to write comment.