Color Hex Logo

#634561 Color Hex

#634561
(99,69,97)
0 Favorites   0 Comments

Color spaces of #634561

RGB 996997
HSL0.840.180.33
HSV304°30°39°
CMYK 0.000.300.02   0.61
XYZ9.43147.772012.3123
Yxy7.77200.31950.2633
Hunter Lab27.878311.6006-6.6703
CIE-Lab33.503518.1043-11.3633

#634561 color RGB value is (99,69,97).

#634561 hex color red value is 99, green value is 69 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #634561 hue: 0.84 , saturation: 0.18 and the lightness value of 634561 is 0.33.

The process color (four color CMYK) of #634561 color hex is 0.00, 0.30, 0.02, 0.61. Web safe color of #634561 is #663366. Color #634561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000101 01100001
Octal 143 105 141
Decimal 99 69 97
Hex 63 45 61

RGB Percentages of Color #634561

%37.36
%26.04
%36.60

CMYK Percentages of Color #634561

%0
%30
%2
%61

Triadic Colors of #634561

#634561 #616345 #456163

Analogous Colors of #634561

#634561 #634552 #564563

Monochromatic Colors of #634561

#634561

Complementary Color

#634561 #456347

#634561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634561 Color CSS Codes

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

#634561 Text Font Color

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

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


#634561 Background Color

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

This div background color is #634561


#634561 Border Color

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

This div border color is #634561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634561


Comments

No comments written yet.

Please login to write comment.