Color Hex Logo

#646ddc Color Hex

#646DDC
(100,109,220)
0 Favorites   0 Comments

Color spaces of #646ddc

RGB 100109220
HSL0.650.630.63
HSV236°55°86°
CMYK 0.550.500.00   0.14
XYZ23.642418.813970.0955
Yxy18.81390.21010.1672
Hunter Lab43.375021.3887-65.4522
CIE-Lab50.468827.9487-58.0911

#646ddc color RGB value is (100,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101101 11011100
Octal 144 155 334
Decimal 100 109 220
Hex 64 6D DC

RGB Percentages of Color #646ddc

%23.31
%25.41
%51.28

CMYK Percentages of Color #646ddc

%55
%50
%0
%14

Triadic Colors of #646ddc

#646ddc #dc646d #6ddc64

Analogous Colors of #646ddc

#646ddc #9764dc #64a9dc

Monochromatic Colors of #646ddc

#646ddc

Complementary Color

#646ddc #dcd364

#646ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#646ddc Color CSS Codes

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

#646ddc Text Font Color

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

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


#646ddc Background Color

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

This div background color is #646ddc


#646ddc Border Color

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

This div border color is #646ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646ddc


Comments

No comments written yet.

Please login to write comment.