Color Hex Logo

#646ebc Color Hex

#646EBC
(100,110,188)
0 Favorites   0 Comments

Color spaces of #646ebc

RGB 100110188
HSL0.650.400.56
HSV233°47°74°
CMYK 0.470.410.00   0.26
XYZ19.908617.492049.9040
Yxy17.49200.22800.2004
Hunter Lab41.823411.7777-41.4688
CIE-Lab48.874117.3118-42.3496

#646ebc color RGB value is (100,110,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101110 10111100
Octal 144 156 274
Decimal 100 110 188
Hex 64 6E BC

RGB Percentages of Color #646ebc

%25.13
%27.64
%47.24

CMYK Percentages of Color #646ebc

%47
%41
%0
%26

Triadic Colors of #646ebc

#646ebc #bc646e #6ebc64

Analogous Colors of #646ebc

#646ebc #8664bc #649abc

Monochromatic Colors of #646ebc

#646ebc

Complementary Color

#646ebc #bcb264

#646ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#646ebc Color CSS Codes

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

#646ebc Text Font Color

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

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


#646ebc Background Color

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

This div background color is #646ebc


#646ebc Border Color

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

This div border color is #646ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646ebc


Comments

No comments written yet.

Please login to write comment.