Color Hex Logo

#635696 Color Hex

#635696
(99,86,150)
0 Favorites   0 Comments

Color spaces of #635696

RGB 9986150
HSL0.700.270.46
HSV252°43°59°
CMYK 0.340.430.00   0.41
XYZ13.978411.510230.3391
Yxy11.51020.25040.2062
Hunter Lab33.926714.1735-29.2717
CIE-Lab40.426820.7034-33.3428

#635696 color RGB value is (99,86,150).

#635696 hex color red value is 99, green value is 86 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #635696 hue: 0.70 , saturation: 0.27 and the lightness value of 635696 is 0.46.

The process color (four color CMYK) of #635696 color hex is 0.34, 0.43, 0.00, 0.41. Web safe color of #635696 is #666699. Color #635696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010110 10010110
Octal 143 126 226
Decimal 99 86 150
Hex 63 56 96

RGB Percentages of Color #635696

%29.55
%25.67
%44.78

CMYK Percentages of Color #635696

%34
%43
%0
%41

Triadic Colors of #635696

#635696 #966356 #569663

Analogous Colors of #635696

#635696 #835696 #566996

Monochromatic Colors of #635696

#635696

Complementary Color

#635696 #899656

#635696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635696 Color CSS Codes

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

#635696 Text Font Color

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

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


#635696 Background Color

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

This div background color is #635696


#635696 Border Color

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

This div border color is #635696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635696


Comments

No comments written yet.

Please login to write comment.