Color Hex Logo

#639adc Color Hex

#639ADC
(99,154,220)
0 Favorites   0 Comments

Color spaces of #639adc

RGB 99154220
HSL0.590.630.63
HSV213°55°86°
CMYK 0.550.300.00   0.14
XYZ29.619530.931272.1193
Yxy30.93120.22330.2331
Hunter Lab55.6158-2.2634-37.9527
CIE-Lab62.44950.8426-39.0809

#639adc color RGB value is (99,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 11011100
Octal 143 232 334
Decimal 99 154 220
Hex 63 9A DC

RGB Percentages of Color #639adc

%20.93
%32.56
%46.51

CMYK Percentages of Color #639adc

%55
%30
%0
%14

Triadic Colors of #639adc

#639adc #dc639a #9adc63

Analogous Colors of #639adc

#639adc #6963dc #63d7dc

Monochromatic Colors of #639adc

#639adc

Complementary Color

#639adc #dca563

#639adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639adc Color CSS Codes

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

#639adc Text Font Color

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

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


#639adc Background Color

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

This div background color is #639adc


#639adc Border Color

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

This div border color is #639adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639adc


Comments

No comments written yet.

Please login to write comment.