Color Hex Logo

#639edc Color Hex

#639EDC
(99,158,220)
0 Favorites   0 Comments

Color spaces of #639edc

RGB 99158220
HSL0.590.630.63
HSV211°55°86°
CMYK 0.550.280.00   0.14
XYZ30.290732.273772.3431
Yxy32.27370.22450.2392
Hunter Lab56.8099-4.2423-35.7343
CIE-Lab63.5685-1.4390-37.3319

#639edc color RGB value is (99,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011110 11011100
Octal 143 236 334
Decimal 99 158 220
Hex 63 9E DC

RGB Percentages of Color #639edc

%20.75
%33.12
%46.12

CMYK Percentages of Color #639edc

%55
%28
%0
%14

Triadic Colors of #639edc

#639edc #dc639e #9edc63

Analogous Colors of #639edc

#639edc #6563dc #63dbdc

Monochromatic Colors of #639edc

#639edc

Complementary Color

#639edc #dca163

#639edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639edc Color CSS Codes

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

#639edc Text Font Color

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

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


#639edc Background Color

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

This div background color is #639edc


#639edc Border Color

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

This div border color is #639edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639edc


Comments

No comments written yet.

Please login to write comment.