Color Hex Logo

#646edb Color Hex

#646EDB
(100,110,219)
0 Favorites   0 Comments

Color spaces of #646edb

RGB 100110219
HSL0.650.620.63
HSV235°54°86°
CMYK 0.540.500.00   0.14
XYZ23.617618.975769.4357
Yxy18.97570.21080.1694
Hunter Lab43.561120.5457-64.0145
CIE-Lab50.658827.0198-57.2200

#646edb color RGB value is (100,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101110 11011011
Octal 144 156 333
Decimal 100 110 219
Hex 64 6E DB

RGB Percentages of Color #646edb

%23.31
%25.64
%51.05

CMYK Percentages of Color #646edb

%54
%50
%0
%14

Triadic Colors of #646edb

#646edb #db646e #6edb64

Analogous Colors of #646edb

#646edb #9664db #64aadb

Monochromatic Colors of #646edb

#646edb

Complementary Color

#646edb #dbd164

#646edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#646edb Color CSS Codes

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

#646edb Text Font Color

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

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


#646edb Background Color

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

This div background color is #646edb


#646edb Border Color

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

This div border color is #646edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646edb


Comments

No comments written yet.

Please login to write comment.