Color Hex Logo

#634655 Color Hex

#634655
(99,70,85)
0 Favorites   0 Comments

Color spaces of #634655

RGB 997085
HSL0.910.170.33
HSV329°29°39°
CMYK 0.000.290.14   0.61
XYZ8.97547.68889.6054
Yxy7.68880.34170.2927
Hunter Lab27.72879.2528-1.1284
CIE-Lab33.326215.0760-3.9873

#634655 color RGB value is (99,70,85).

#634655 hex color red value is 99, green value is 70 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #634655 hue: 0.91 , saturation: 0.17 and the lightness value of 634655 is 0.33.

The process color (four color CMYK) of #634655 color hex is 0.00, 0.29, 0.14, 0.61. Web safe color of #634655 is #663366. Color #634655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000110 01010101
Octal 143 106 125
Decimal 99 70 85
Hex 63 46 55

RGB Percentages of Color #634655

%38.98
%27.56
%33.46

CMYK Percentages of Color #634655

%0
%29
%14
%61

Triadic Colors of #634655

#634655 #556346 #465563

Analogous Colors of #634655

#634655 #634647 #634663

Monochromatic Colors of #634655

#634655

Complementary Color

#634655 #466354

#634655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634655 Color CSS Codes

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

#634655 Text Font Color

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

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


#634655 Background Color

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

This div background color is #634655


#634655 Border Color

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

This div border color is #634655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634655


Comments

No comments written yet.

Please login to write comment.