Color Hex Logo

#63749d Color Hex

#63749D
(99,116,157)
0 Favorites   0 Comments

Color spaces of #63749d

RGB 99116157
HSL0.620.230.50
HSV222°37°62°
CMYK 0.370.260.00   0.38
XYZ17.476817.577834.3700
Yxy17.57780.25170.2532
Hunter Lab41.92591.0374-19.2566
CIE-Lab48.98004.2364-24.1424

#63749d color RGB value is (99,116,157).

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

The process color (four color CMYK) of #63749d color hex is 0.37, 0.26, 0.00, 0.38. Web safe color of #63749d is #666699. Color #63749d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110100 10011101
Octal 143 164 235
Decimal 99 116 157
Hex 63 74 9D

RGB Percentages of Color #63749d

%26.61
%31.18
%42.20

CMYK Percentages of Color #63749d

%37
%26
%0
%38

Triadic Colors of #63749d

#63749d #9d6374 #749d63

Analogous Colors of #63749d

#63749d #6f639d #63919d

Monochromatic Colors of #63749d

#63749d

Complementary Color

#63749d #9d8c63

#63749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63749d Color CSS Codes

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

#63749d Text Font Color

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

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


#63749d Background Color

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

This div background color is #63749d


#63749d Border Color

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

This div border color is #63749d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,116,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 #63749d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63749d


Comments

No comments written yet.

Please login to write comment.