Color Hex Logo

#63689d Color Hex

#63689D
(99,104,157)
0 Favorites   0 Comments

Color spaces of #63689d

RGB 99104157
HSL0.650.230.50
HSV235°37°62°
CMYK 0.370.340.00   0.38
XYZ16.181714.987633.9383
Yxy14.98760.24850.2302
Hunter Lab38.71386.8607-24.8766
CIE-Lab45.617211.5269-29.3677

#63689d color RGB value is (99,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101000 10011101
Octal 143 150 235
Decimal 99 104 157
Hex 63 68 9D

RGB Percentages of Color #63689d

%27.50
%28.89
%43.61

CMYK Percentages of Color #63689d

%37
%34
%0
%38

Triadic Colors of #63689d

#63689d #9d6368 #689d63

Analogous Colors of #63689d

#63689d #7b639d #63859d

Monochromatic Colors of #63689d

#63689d

Complementary Color

#63689d #9d9863

#63689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63689d Color CSS Codes

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

#63689d Text Font Color

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

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


#63689d Background Color

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

This div background color is #63689d


#63689d Border Color

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

This div border color is #63689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63689d


Comments

No comments written yet.

Please login to write comment.