Color Hex Logo

#634bcc Color Hex

#634BCC
(99,75,204)
0 Favorites   0 Comments

Color spaces of #634bcc

RGB 9975204
HSL0.700.560.55
HSV251°63°80°
CMYK 0.510.630.00   0.20
XYZ18.560812.044458.4733
Yxy12.04440.20840.1352
Hunter Lab34.705034.7308-75.6021
CIE-Lab41.286643.1583-63.7958

#634bcc color RGB value is (99,75,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001011 11001100
Octal 143 113 314
Decimal 99 75 204
Hex 63 4B CC

RGB Percentages of Color #634bcc

%26.19
%19.84
%53.97

CMYK Percentages of Color #634bcc

%51
%63
%0
%20

Triadic Colors of #634bcc

#634bcc #cc634b #4bcc63

Analogous Colors of #634bcc

#634bcc #a44bcc #4b74cc

Monochromatic Colors of #634bcc

#634bcc

Complementary Color

#634bcc #b4cc4b

#634bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#634bcc Color CSS Codes

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

#634bcc Text Font Color

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

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


#634bcc Background Color

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

This div background color is #634bcc


#634bcc Border Color

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

This div border color is #634bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,75,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 #634bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634bcc


Comments

No comments written yet.

Please login to write comment.