Color Hex Logo

#635681 Color Hex

#635681
(99,86,129)
0 Favorites   0 Comments

Color spaces of #635681

RGB 9986129
HSL0.720.200.42
HSV258°33°51°
CMYK 0.230.330.00   0.49
XYZ12.435810.893222.2160
Yxy10.89320.27300.2392
Hunter Lab33.00489.4980-16.8055
CIE-Lab39.400015.0401-22.2249

#635681 color RGB value is (99,86,129).

#635681 hex color red value is 99, green value is 86 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #635681 hue: 0.72 , saturation: 0.20 and the lightness value of 635681 is 0.42.

The process color (four color CMYK) of #635681 color hex is 0.23, 0.33, 0.00, 0.49. Web safe color of #635681 is #666699. Color #635681 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010110 10000001
Octal 143 126 201
Decimal 99 86 129
Hex 63 56 81

RGB Percentages of Color #635681

%31.53
%27.39
%41.08

CMYK Percentages of Color #635681

%23
%33
%0
%49

Triadic Colors of #635681

#635681 #816356 #568163

Analogous Colors of #635681

#635681 #795681 #565e81

Monochromatic Colors of #635681

#635681

Complementary Color

#635681 #748156

#635681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635681 Color CSS Codes

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

#635681 Text Font Color

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

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


#635681 Background Color

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

This div background color is #635681


#635681 Border Color

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

This div border color is #635681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635681


Comments

No comments written yet.

Please login to write comment.