Color Hex Logo

#646bda Color Hex

#646BDA
(100,107,218)
0 Favorites   0 Comments

Color spaces of #646bda

RGB 100107218
HSL0.660.610.62
HSV236°54°85°
CMYK 0.540.510.00   0.15
XYZ23.168118.286768.6383
Yxy18.28670.21040.1661
Hunter Lab42.763021.8725-65.2316
CIE-Lab49.842028.5332-57.9667

#646bda color RGB value is (100,107,218).

#646bda hex color red value is 100, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #646bda hue: 0.66 , saturation: 0.61 and the lightness value of 646bda is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101011 11011010
Octal 144 153 332
Decimal 100 107 218
Hex 64 6B DA

RGB Percentages of Color #646bda

%23.53
%25.18
%51.29

CMYK Percentages of Color #646bda

%54
%51
%0
%15

Triadic Colors of #646bda

#646bda #da646b #6bda64

Analogous Colors of #646bda

#646bda #9864da #64a6da

Monochromatic Colors of #646bda

#646bda

Complementary Color

#646bda #dad364

#646bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#646bda Color CSS Codes

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

#646bda Text Font Color

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

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


#646bda Background Color

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

This div background color is #646bda


#646bda Border Color

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

This div border color is #646bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646bda


Comments

No comments written yet.

Please login to write comment.