Color Hex Logo

#638ccd Color Hex

#638CCD
(99,140,205)
0 Favorites   0 Comments

Color spaces of #638ccd

RGB 99140205
HSL0.600.510.60
HSV217°52°80°
CMYK 0.520.320.00   0.20
XYZ25.543125.816661.3944
Yxy25.81660.22650.2290
Hunter Lab50.81000.8175-36.0738
CIE-Lab57.86264.2893-37.8797

#638ccd color RGB value is (99,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001100 11001101
Octal 143 214 315
Decimal 99 140 205
Hex 63 8C CD

RGB Percentages of Color #638ccd

%22.30
%31.53
%46.17

CMYK Percentages of Color #638ccd

%52
%32
%0
%20

Triadic Colors of #638ccd

#638ccd #cd638c #8ccd63

Analogous Colors of #638ccd

#638ccd #6f63cd #63c1cd

Monochromatic Colors of #638ccd

#638ccd

Complementary Color

#638ccd #cda463

#638ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#638ccd Color CSS Codes

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

#638ccd Text Font Color

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

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


#638ccd Background Color

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

This div background color is #638ccd


#638ccd Border Color

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

This div border color is #638ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638ccd


Comments

No comments written yet.

Please login to write comment.