Color Hex Logo

#639ebd Color Hex

#639EBD
(99,158,189)
0 Favorites   0 Comments

Color spaces of #639ebd

RGB 99158189
HSL0.560.410.56
HSV201°48°74°
CMYK 0.480.160.00   0.26
XYZ26.557830.780552.6856
Yxy30.78050.24140.2798
Hunter Lab55.4802-11.6442-17.4674
CIE-Lab62.3219-10.7147-21.9771

#639ebd color RGB value is (99,158,189).

#639ebd hex color red value is 99, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #639ebd hue: 0.56 , saturation: 0.41 and the lightness value of 639ebd is 0.56.

The process color (four color CMYK) of #639ebd color hex is 0.48, 0.16, 0.00, 0.26. Web safe color of #639ebd is #6699cc. Color #639ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011110 10111101
Octal 143 236 275
Decimal 99 158 189
Hex 63 9E BD

RGB Percentages of Color #639ebd

%22.20
%35.43
%42.38

CMYK Percentages of Color #639ebd

%48
%16
%0
%26

Triadic Colors of #639ebd

#639ebd #bd639e #9ebd63

Analogous Colors of #639ebd

#639ebd #6371bd #63bdaf

Monochromatic Colors of #639ebd

#639ebd

Complementary Color

#639ebd #bd8263

#639ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#639ebd Color CSS Codes

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

#639ebd Text Font Color

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

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


#639ebd Background Color

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

This div background color is #639ebd


#639ebd Border Color

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

This div border color is #639ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639ebd


Comments

No comments written yet.

Please login to write comment.