Color Hex Logo

#646dce Color Hex

#646DCE
(100,109,206)
0 Favorites   0 Comments

Color spaces of #646dce

RGB 100109206
HSL0.650.520.60
HSV235°51°81°
CMYK 0.510.470.00   0.19
XYZ21.864718.102860.7343
Yxy18.10280.21710.1798
Hunter Lab42.547417.2715-54.8504
CIE-Lab49.620623.5172-51.4958

#646dce color RGB value is (100,109,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101101 11001110
Octal 144 155 316
Decimal 100 109 206
Hex 64 6D CE

RGB Percentages of Color #646dce

%24.10
%26.27
%49.64

CMYK Percentages of Color #646dce

%51
%47
%0
%19

Triadic Colors of #646dce

#646dce #ce646d #6dce64

Analogous Colors of #646dce

#646dce #9064ce #64a2ce

Monochromatic Colors of #646dce

#646dce

Complementary Color

#646dce #cec564

#646dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#646dce Color CSS Codes

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

#646dce Text Font Color

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

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


#646dce Background Color

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

This div background color is #646dce


#646dce Border Color

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

This div border color is #646dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646dce


Comments

No comments written yet.

Please login to write comment.