Color Hex Logo

#649adc Color Hex

#649ADC
(100,154,220)
0 Favorites   0 Comments

Color spaces of #649adc

RGB 100154220
HSL0.590.630.63
HSV213°55°86°
CMYK 0.550.300.00   0.14
XYZ29.729430.987872.1245
Yxy30.98780.22380.2333
Hunter Lab55.6667-2.0868-37.8524
CIE-Lab62.49731.0552-39.0027

#649adc color RGB value is (100,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 11011100
Octal 144 232 334
Decimal 100 154 220
Hex 64 9A DC

RGB Percentages of Color #649adc

%21.10
%32.49
%46.41

CMYK Percentages of Color #649adc

%55
%30
%0
%14

Triadic Colors of #649adc

#649adc #dc649a #9adc64

Analogous Colors of #649adc

#649adc #6a64dc #64d6dc

Monochromatic Colors of #649adc

#649adc

Complementary Color

#649adc #dca664

#649adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#649adc Color CSS Codes

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

#649adc Text Font Color

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

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


#649adc Background Color

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

This div background color is #649adc


#649adc Border Color

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

This div border color is #649adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649adc


Comments

No comments written yet.

Please login to write comment.