Color Hex Logo

#646cdd Color Hex

#646CDD
(100,108,221)
1 Favorites   0 Comments

Color spaces of #646cdd

RGB 100108221
HSL0.660.640.63
HSV236°55°87°
CMYK 0.550.510.00   0.13
XYZ23.669218.654970.7599
Yxy18.65490.20930.1650
Hunter Lab43.191322.2347-66.9003
CIE-Lab50.281028.8769-58.9588

#646cdd color RGB value is (100,108,221).

#646cdd hex color red value is 100, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #646cdd hue: 0.66 , saturation: 0.64 and the lightness value of 646cdd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 11011101
Octal 144 154 335
Decimal 100 108 221
Hex 64 6C DD

RGB Percentages of Color #646cdd

%23.31
%25.17
%51.52

CMYK Percentages of Color #646cdd

%55
%51
%0
%13

Triadic Colors of #646cdd

#646cdd #dd646c #6cdd64

Analogous Colors of #646cdd

#646cdd #9964dd #64a9dd

Monochromatic Colors of #646cdd

#646cdd

Complementary Color

#646cdd #ddd564

#646cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#646cdd Color CSS Codes

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

#646cdd Text Font Color

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

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


#646cdd Background Color

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

This div background color is #646cdd


#646cdd Border Color

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

This div border color is #646cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,108,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646cdd

#646cdd Color Palettes


Comments

No comments written yet.

Please login to write comment.