Color Hex Logo

#63638f Color Hex

#63638F
(99,99,143)
0 Favorites   0 Comments

Color spaces of #63638f

RGB 9999143
HSL0.670.180.47
HSV240°31°56°
CMYK 0.310.310.00   0.44
XYZ14.565413.559527.8362
Yxy13.55950.26030.2423
Hunter Lab36.82326.1649-19.0435
CIE-Lab43.594510.6936-24.1855

#63638f color RGB value is (99,99,143).

#63638f hex color red value is 99, green value is 99 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #63638f hue: 0.67 , saturation: 0.18 and the lightness value of 63638f is 0.47.

The process color (four color CMYK) of #63638f color hex is 0.31, 0.31, 0.00, 0.44. Web safe color of #63638f is #666699. Color #63638f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100011 10001111
Octal 143 143 217
Decimal 99 99 143
Hex 63 63 8F

RGB Percentages of Color #63638f

%29.03
%29.03
%41.94

CMYK Percentages of Color #63638f

%31
%31
%0
%44

Triadic Colors of #63638f

#63638f #8f6363 #638f63

Analogous Colors of #63638f

#63638f #79638f #63798f

Monochromatic Colors of #63638f

#63638f

Complementary Color

#63638f #8f8f63

#63638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63638f Color CSS Codes

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

#63638f Text Font Color

<p style="color:#63638f">Text here</p>

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


#63638f Background Color

<div style="background-color:#63638f">
Div content here</div>

This div background color is #63638f


#63638f Border Color

<div style="border:3px solid #63638f">
Div here</div>

This div border color is #63638f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,99,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63638f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63638f;
  -webkit-box-shadow: 1px 1px 3px 2px #63638f;
  box-shadow:         1px 1px 3px 2px #63638f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63638f


Comments

No comments written yet.

Please login to write comment.