Color Hex Logo

#634687 Color Hex

#634687
(99,70,135)
0 Favorites   0 Comments

Color spaces of #634687

RGB 9970135
HSL0.740.320.40
HSV267°48°53°
CMYK 0.270.480.00   0.47
XYZ11.70898.782223.9997
Yxy8.78220.26320.1974
Hunter Lab29.634818.6657-27.2716
CIE-Lab35.561526.5399-31.9133

#634687 color RGB value is (99,70,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000110 10000111
Octal 143 106 207
Decimal 99 70 135
Hex 63 46 87

RGB Percentages of Color #634687

%32.57
%23.03
%44.41

CMYK Percentages of Color #634687

%27
%48
%0
%47

Triadic Colors of #634687

#634687 #876346 #468763

Analogous Colors of #634687

#634687 #844687 #464a87

Monochromatic Colors of #634687

#634687

Complementary Color

#634687 #6a8746

#634687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634687 Color CSS Codes

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

#634687 Text Font Color

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

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


#634687 Background Color

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

This div background color is #634687


#634687 Border Color

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

This div border color is #634687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634687


Comments

No comments written yet.

Please login to write comment.