Color Hex Logo

#646ebb Color Hex

#646EBB
(100,110,187)
0 Favorites   0 Comments

Color spaces of #646ebb

RGB 100110187
HSL0.650.390.56
HSV233°47°73°
CMYK 0.470.410.00   0.27
XYZ19.801117.449049.3381
Yxy17.44900.22870.2015
Hunter Lab41.772011.5130-40.7887
CIE-Lab48.820917.0057-41.8562

#646ebb color RGB value is (100,110,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101110 10111011
Octal 144 156 273
Decimal 100 110 187
Hex 64 6E BB

RGB Percentages of Color #646ebb

%25.19
%27.71
%47.10

CMYK Percentages of Color #646ebb

%47
%41
%0
%27

Triadic Colors of #646ebb

#646ebb #bb646e #6ebb64

Analogous Colors of #646ebb

#646ebb #8664bb #649abb

Monochromatic Colors of #646ebb

#646ebb

Complementary Color

#646ebb #bbb164

#646ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#646ebb Color CSS Codes

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

#646ebb Text Font Color

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

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


#646ebb Background Color

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

This div background color is #646ebb


#646ebb Border Color

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

This div border color is #646ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646ebb


Comments

No comments written yet.

Please login to write comment.