Color Hex Logo

#634fcc Color Hex

#634FCC
(99,79,204)
0 Favorites   0 Comments

Color spaces of #634fcc

RGB 9979204
HSL0.690.550.55
HSV250°61°80°
CMYK 0.510.610.00   0.20
XYZ18.840712.604258.5666
Yxy12.60420.20930.1400
Hunter Lab35.502432.5986-72.9562
CIE-Lab42.160740.8415-62.3751

#634fcc color RGB value is (99,79,204).

#634fcc hex color red value is 99, green value is 79 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #634fcc hue: 0.69 , saturation: 0.55 and the lightness value of 634fcc is 0.55.

The process color (four color CMYK) of #634fcc color hex is 0.51, 0.61, 0.00, 0.20. Web safe color of #634fcc is #6666cc. Color #634fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001111 11001100
Octal 143 117 314
Decimal 99 79 204
Hex 63 4F CC

RGB Percentages of Color #634fcc

%25.92
%20.68
%53.40

CMYK Percentages of Color #634fcc

%51
%61
%0
%20

Triadic Colors of #634fcc

#634fcc #cc634f #4fcc63

Analogous Colors of #634fcc

#634fcc #a24fcc #4f7acc

Monochromatic Colors of #634fcc

#634fcc

Complementary Color

#634fcc #b8cc4f

#634fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#634fcc Color CSS Codes

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

#634fcc Text Font Color

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

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


#634fcc Background Color

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

This div background color is #634fcc


#634fcc Border Color

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

This div border color is #634fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634fcc


Comments

No comments written yet.

Please login to write comment.