Color Hex Logo

#634685 Color Hex

#634685
(99,70,133)
0 Favorites   0 Comments

Color spaces of #634685

RGB 9970133
HSL0.740.310.40
HSV268°47°52°
CMYK 0.260.470.00   0.48
XYZ11.56948.726423.2649
Yxy8.72640.26560.2003
Hunter Lab29.540518.2129-26.0161
CIE-Lab35.452126.0197-30.8562

#634685 color RGB value is (99,70,133).

#634685 hex color red value is 99, green value is 70 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #634685 hue: 0.74 , saturation: 0.31 and the lightness value of 634685 is 0.40.

The process color (four color CMYK) of #634685 color hex is 0.26, 0.47, 0.00, 0.48. Web safe color of #634685 is #663399. Color #634685 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000110 10000101
Octal 143 106 205
Decimal 99 70 133
Hex 63 46 85

RGB Percentages of Color #634685

%32.78
%23.18
%44.04

CMYK Percentages of Color #634685

%26
%47
%0
%48

Triadic Colors of #634685

#634685 #856346 #468563

Analogous Colors of #634685

#634685 #834685 #464985

Monochromatic Colors of #634685

#634685

Complementary Color

#634685 #688546

#634685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634685 Color CSS Codes

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

#634685 Text Font Color

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

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


#634685 Background Color

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

This div background color is #634685


#634685 Border Color

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

This div border color is #634685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634685


Comments

No comments written yet.

Please login to write comment.