Color Hex Logo

#634fa6 Color Hex

#634FA6
(99,79,166)
0 Favorites   0 Comments

Color spaces of #634fa6

RGB 9979166
HSL0.700.360.48
HSV254°52°65°
CMYK 0.400.520.00   0.35
XYZ14.824510.997837.4178
Yxy10.99780.23440.1739
Hunter Lab33.162921.7580-43.6830
CIE-Lab39.576829.5885-44.2666

#634fa6 color RGB value is (99,79,166).

#634fa6 hex color red value is 99, green value is 79 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #634fa6 hue: 0.70 , saturation: 0.36 and the lightness value of 634fa6 is 0.48.

The process color (four color CMYK) of #634fa6 color hex is 0.40, 0.52, 0.00, 0.35. Web safe color of #634fa6 is #666699. Color #634fa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001111 10100110
Octal 143 117 246
Decimal 99 79 166
Hex 63 4F A6

RGB Percentages of Color #634fa6

%28.78
%22.97
%48.26

CMYK Percentages of Color #634fa6

%40
%52
%0
%35

Triadic Colors of #634fa6

#634fa6 #a6634f #4fa663

Analogous Colors of #634fa6

#634fa6 #8f4fa6 #4f67a6

Monochromatic Colors of #634fa6

#634fa6

Complementary Color

#634fa6 #92a64f

#634fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634fa6 Color CSS Codes

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

#634fa6 Text Font Color

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

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


#634fa6 Background Color

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

This div background color is #634fa6


#634fa6 Border Color

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

This div border color is #634fa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,79,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #634fa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #634fa6;
  -webkit-box-shadow: 1px 1px 3px 2px #634fa6;
  box-shadow:         1px 1px 3px 2px #634fa6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634fa6


Comments

No comments written yet.

Please login to write comment.