Color Hex Logo

#638dcc Color Hex

#638DCC
(99,141,204)
0 Favorites   0 Comments

Color spaces of #638dcc

RGB 99141204
HSL0.600.510.59
HSV216°51°80°
CMYK 0.510.310.00   0.20
XYZ25.569526.062060.8096
Yxy26.06200.22740.2318
Hunter Lab51.05100.0648-34.8879
CIE-Lab58.09593.3949-36.9512

#638dcc color RGB value is (99,141,204).

#638dcc hex color red value is 99, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #638dcc hue: 0.60 , saturation: 0.51 and the lightness value of 638dcc is 0.59.

The process color (four color CMYK) of #638dcc color hex is 0.51, 0.31, 0.00, 0.20. Web safe color of #638dcc is #6699cc. Color #638dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001101 11001100
Octal 143 215 314
Decimal 99 141 204
Hex 63 8D CC

RGB Percentages of Color #638dcc

%22.30
%31.76
%45.95

CMYK Percentages of Color #638dcc

%51
%31
%0
%20

Triadic Colors of #638dcc

#638dcc #cc638d #8dcc63

Analogous Colors of #638dcc

#638dcc #6e63cc #63c2cc

Monochromatic Colors of #638dcc

#638dcc

Complementary Color

#638dcc #cca263

#638dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#638dcc Color CSS Codes

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

#638dcc Text Font Color

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

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


#638dcc Background Color

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

This div background color is #638dcc


#638dcc Border Color

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

This div border color is #638dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638dcc


Comments

No comments written yet.

Please login to write comment.