Color Hex Logo

#646fdb Color Hex

#646FDB
(100,111,219)
0 Favorites   0 Comments

Color spaces of #646fdb

RGB 100111219
HSL0.650.620.63
HSV234°54°86°
CMYK 0.540.490.00   0.14
XYZ23.726219.192769.4719
Yxy19.19270.21110.1708
Hunter Lab43.809520.0049-63.3539
CIE-Lab50.911926.4098-56.8135

#646fdb color RGB value is (100,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 11011011
Octal 144 157 333
Decimal 100 111 219
Hex 64 6F DB

RGB Percentages of Color #646fdb

%23.26
%25.81
%50.93

CMYK Percentages of Color #646fdb

%54
%49
%0
%14

Triadic Colors of #646fdb

#646fdb #db646f #6fdb64

Analogous Colors of #646fdb

#646fdb #9564db #64abdb

Monochromatic Colors of #646fdb

#646fdb

Complementary Color

#646fdb #dbd064

#646fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#646fdb Color CSS Codes

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

#646fdb Text Font Color

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

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


#646fdb Background Color

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

This div background color is #646fdb


#646fdb Border Color

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

This div border color is #646fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646fdb


Comments

No comments written yet.

Please login to write comment.