Color Hex Logo

#63699d Color Hex

#63699D
(99,105,157)
0 Favorites   0 Comments

Color spaces of #63699d

RGB 99105157
HSL0.650.230.50
HSV234°37°62°
CMYK 0.370.330.00   0.38
XYZ16.283015.190133.9721
Yxy15.19010.24880.2321
Hunter Lab38.97456.3695-24.3980
CIE-Lab45.893510.9132-28.9364

#63699d color RGB value is (99,105,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101001 10011101
Octal 143 151 235
Decimal 99 105 157
Hex 63 69 9D

RGB Percentages of Color #63699d

%27.42
%29.09
%43.49

CMYK Percentages of Color #63699d

%37
%33
%0
%38

Triadic Colors of #63699d

#63699d #9d6369 #699d63

Analogous Colors of #63699d

#63699d #7a639d #63869d

Monochromatic Colors of #63699d

#63699d

Complementary Color

#63699d #9d9763

#63699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63699d Color CSS Codes

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

#63699d Text Font Color

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

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


#63699d Background Color

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

This div background color is #63699d


#63699d Border Color

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

This div border color is #63699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63699d


Comments

No comments written yet.

Please login to write comment.