Color Hex Logo

#646dbd Color Hex

#646DBD
(100,109,189)
0 Favorites   0 Comments

Color spaces of #646dbd

RGB 100109189
HSL0.650.400.57
HSV234°47°74°
CMYK 0.470.420.00   0.26
XYZ19.909517.320750.4380
Yxy17.32070.22710.1976
Hunter Lab41.618112.5600-42.7222
CIE-Lab48.661618.2321-43.2640

#646dbd color RGB value is (100,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101101 10111101
Octal 144 155 275
Decimal 100 109 189
Hex 64 6D BD

RGB Percentages of Color #646dbd

%25.13
%27.39
%47.49

CMYK Percentages of Color #646dbd

%47
%42
%0
%26

Triadic Colors of #646dbd

#646dbd #bd646d #6dbd64

Analogous Colors of #646dbd

#646dbd #8864bd #649abd

Monochromatic Colors of #646dbd

#646dbd

Complementary Color

#646dbd #bdb464

#646dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#646dbd Color CSS Codes

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

#646dbd Text Font Color

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

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


#646dbd Background Color

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

This div background color is #646dbd


#646dbd Border Color

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

This div border color is #646dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646dbd


Comments

No comments written yet.

Please login to write comment.