Color Hex Logo

#639edb Color Hex

#639EDB
(99,158,219)
0 Favorites   0 Comments

Color spaces of #639edb

RGB 99158219
HSL0.580.630.62
HSV211°55°86°
CMYK 0.550.280.00   0.14
XYZ30.158632.220871.6475
Yxy32.22080.22500.2404
Hunter Lab56.7634-4.4981-35.1023
CIE-Lab63.5250-1.7487-36.8457

#639edb color RGB value is (99,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011110 11011011
Octal 143 236 333
Decimal 99 158 219
Hex 63 9E DB

RGB Percentages of Color #639edb

%20.80
%33.19
%46.01

CMYK Percentages of Color #639edb

%55
%28
%0
%14

Triadic Colors of #639edb

#639edb #db639e #9edb63

Analogous Colors of #639edb

#639edb #6463db #63dadb

Monochromatic Colors of #639edb

#639edb

Complementary Color

#639edb #dba063

#639edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#639edb Color CSS Codes

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

#639edb Text Font Color

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

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


#639edb Background Color

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

This div background color is #639edb


#639edb Border Color

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

This div border color is #639edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639edb


Comments

No comments written yet.

Please login to write comment.