Color Hex Logo

#639bde Color Hex

#639BDE
(99,155,222)
0 Favorites   0 Comments

Color spaces of #639bde

RGB 99155222
HSL0.590.650.63
HSV213°55°87°
CMYK 0.550.300.00   0.13
XYZ30.051831.369373.5782
Yxy31.36930.22260.2324
Hunter Lab56.0083-2.2386-38.6836
CIE-Lab62.81820.8948-39.6131

#639bde color RGB value is (99,155,222).

#639bde hex color red value is 99, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #639bde hue: 0.59 , saturation: 0.65 and the lightness value of 639bde is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 11011110
Octal 143 233 336
Decimal 99 155 222
Hex 63 9B DE

RGB Percentages of Color #639bde

%20.80
%32.56
%46.64

CMYK Percentages of Color #639bde

%55
%30
%0
%13

Triadic Colors of #639bde

#639bde #de639b #9bde63

Analogous Colors of #639bde

#639bde #6963de #63d9de

Monochromatic Colors of #639bde

#639bde

Complementary Color

#639bde #dea663

#639bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#639bde Color CSS Codes

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

#639bde Text Font Color

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

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


#639bde Background Color

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

This div background color is #639bde


#639bde Border Color

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

This div border color is #639bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639bde


Comments

No comments written yet.

Please login to write comment.