Color Hex Logo

#63688f Color Hex

#63688F
(99,104,143)
0 Favorites   0 Comments

Color spaces of #63688f

RGB 99104143
HSL0.650.180.47
HSV233°31°56°
CMYK 0.310.270.00   0.44
XYZ15.053814.536427.9990
Yxy14.53640.26140.2524
Hunter Lab38.12663.7568-16.8521
CIE-Lab44.99267.6251-22.0220

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101000 10001111
Octal 143 150 217
Decimal 99 104 143
Hex 63 68 8F

RGB Percentages of Color #63688f

%28.61
%30.06
%41.33

CMYK Percentages of Color #63688f

%31
%27
%0
%44

Triadic Colors of #63688f

#63688f #8f6368 #688f63

Analogous Colors of #63688f

#63688f #74638f #637e8f

Monochromatic Colors of #63688f

#63688f

Complementary Color

#63688f #8f8a63

#63688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63688f Color CSS Codes

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

#63688f Text Font Color

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

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


#63688f Background Color

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

This div background color is #63688f


#63688f Border Color

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

This div border color is #63688f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63688f


Comments

No comments written yet.

Please login to write comment.