Color Hex Logo

#63556a Color Hex

#63556A
(99,85,106)
0 Favorites   0 Comments

Color spaces of #63556a

RGB 9985106
HSL0.780.110.37
HSV280°20°42°
CMYK 0.070.200.00   0.58
XYZ10.995610.190315.0231
Yxy10.19030.30370.2814
Hunter Lab31.92225.6203-5.5572
CIE-Lab38.181810.0873-9.9297

#63556a color RGB value is (99,85,106).

#63556a hex color red value is 99, green value is 85 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #63556a hue: 0.78 , saturation: 0.11 and the lightness value of 63556a is 0.37.

The process color (four color CMYK) of #63556a color hex is 0.07, 0.20, 0.00, 0.58. Web safe color of #63556a is #666666. Color #63556a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010101 01101010
Octal 143 125 152
Decimal 99 85 106
Hex 63 55 6A

RGB Percentages of Color #63556a

%34.14
%29.31
%36.55

CMYK Percentages of Color #63556a

%7
%20
%0
%58

Triadic Colors of #63556a

#63556a #6a6355 #556a63

Analogous Colors of #63556a

#63556a #6a5567 #59556a

Monochromatic Colors of #63556a

#63556a

Complementary Color

#63556a #5c6a55

#63556a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63556a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63556a Color CSS Codes

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

#63556a Text Font Color

<p style="color:#63556a">Text here</p>

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


#63556a Background Color

<div style="background-color:#63556a">
Div content here</div>

This div background color is #63556a


#63556a Border Color

<div style="border:3px solid #63556a">
Div here</div>

This div border color is #63556a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,85,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63556a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63556a;
  -webkit-box-shadow: 1px 1px 3px 2px #63556a;
  box-shadow:         1px 1px 3px 2px #63556a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63556a


Comments

No comments written yet.

Please login to write comment.