Color Hex Logo

#638edb Color Hex

#638EDB
(99,142,219)
0 Favorites   0 Comments

Color spaces of #638edb

RGB 99142219
HSL0.610.630.62
HSV219°55°86°
CMYK 0.550.350.00   0.14
XYZ27.604827.113170.7963
Yxy27.11310.21990.2160
Hunter Lab52.07023.5080-44.1633
CIE-Lab59.07897.5042-43.8197

#638edb color RGB value is (99,142,219).

#638edb hex color red value is 99, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #638edb hue: 0.61 , saturation: 0.63 and the lightness value of 638edb is 0.62.

The process color (four color CMYK) of #638edb color hex is 0.55, 0.35, 0.00, 0.14. Web safe color of #638edb is #6699cc. Color #638edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001110 11011011
Octal 143 216 333
Decimal 99 142 219
Hex 63 8E DB

RGB Percentages of Color #638edb

%21.52
%30.87
%47.61

CMYK Percentages of Color #638edb

%55
%35
%0
%14

Triadic Colors of #638edb

#638edb #db638e #8edb63

Analogous Colors of #638edb

#638edb #7463db #63cadb

Monochromatic Colors of #638edb

#638edb

Complementary Color

#638edb #dbb063

#638edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#638edb Color CSS Codes

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

#638edb Text Font Color

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

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


#638edb Background Color

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

This div background color is #638edb


#638edb Border Color

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

This div border color is #638edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638edb


Comments

No comments written yet.

Please login to write comment.