Color Hex Logo

#639ddc Color Hex

#639DDC
(99,157,220)
0 Favorites   0 Comments

Color spaces of #639ddc

RGB 99157220
HSL0.590.630.63
HSV211°55°86°
CMYK 0.550.290.00   0.14
XYZ30.120831.933972.2865
Yxy31.93390.22420.2377
Hunter Lab56.5101-3.7492-36.2854
CIE-Lab63.2882-0.8708-37.7695

#639ddc color RGB value is (99,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011101 11011100
Octal 143 235 334
Decimal 99 157 220
Hex 63 9D DC

RGB Percentages of Color #639ddc

%20.80
%32.98
%46.22

CMYK Percentages of Color #639ddc

%55
%29
%0
%14

Triadic Colors of #639ddc

#639ddc #dc639d #9ddc63

Analogous Colors of #639ddc

#639ddc #6663dc #63dadc

Monochromatic Colors of #639ddc

#639ddc

Complementary Color

#639ddc #dca263

#639ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639ddc Color CSS Codes

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

#639ddc Text Font Color

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

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


#639ddc Background Color

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

This div background color is #639ddc


#639ddc Border Color

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

This div border color is #639ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639ddc


Comments

No comments written yet.

Please login to write comment.