Color Hex Logo

#639bdf Color Hex

#639BDF
(99,155,223)
0 Favorites   0 Comments

Color spaces of #639bdf

RGB 99155223
HSL0.590.660.63
HSV213°56°87°
CMYK 0.560.300.00   0.13
XYZ30.186231.423174.2863
Yxy31.42310.22210.2312
Hunter Lab56.0563-1.9767-39.3322
CIE-Lab62.86321.2078-40.0966

#639bdf color RGB value is (99,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 11011111
Octal 143 233 337
Decimal 99 155 223
Hex 63 9B DF

RGB Percentages of Color #639bdf

%20.75
%32.49
%46.75

CMYK Percentages of Color #639bdf

%56
%30
%0
%13

Triadic Colors of #639bdf

#639bdf #df639b #9bdf63

Analogous Colors of #639bdf

#639bdf #6963df #63d9df

Monochromatic Colors of #639bdf

#639bdf

Complementary Color

#639bdf #dfa763

#639bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#639bdf Color CSS Codes

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

#639bdf Text Font Color

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

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


#639bdf Background Color

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

This div background color is #639bdf


#639bdf Border Color

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

This div border color is #639bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639bdf


Comments

No comments written yet.

Please login to write comment.