Color Hex Logo

#63688e Color Hex

#63688E
(99,104,142)
0 Favorites   0 Comments

Color spaces of #63688e

RGB 99104142
HSL0.650.180.47
HSV233°30°56°
CMYK 0.300.270.00   0.44
XYZ14.978414.506327.6017
Yxy14.50630.26240.2541
Hunter Lab38.08713.5456-16.3064
CIE-Lab44.95047.3542-21.4902

#63688e color RGB value is (99,104,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101000 10001110
Octal 143 150 216
Decimal 99 104 142
Hex 63 68 8E

RGB Percentages of Color #63688e

%28.70
%30.14
%41.16

CMYK Percentages of Color #63688e

%30
%27
%0
%44

Triadic Colors of #63688e

#63688e #8e6368 #688e63

Analogous Colors of #63688e

#63688e #74638e #637e8e

Monochromatic Colors of #63688e

#63688e

Complementary Color

#63688e #8e8963

#63688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63688e Color CSS Codes

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

#63688e Text Font Color

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

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


#63688e Background Color

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

This div background color is #63688e


#63688e Border Color

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

This div border color is #63688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63688e


Comments

No comments written yet.

Please login to write comment.