Color Hex Logo

#646cbe Color Hex

#646CBE
(100,108,190)
0 Favorites   0 Comments

Color spaces of #646cbe

RGB 100108190
HSL0.650.410.57
HSV235°47°75°
CMYK 0.470.430.00   0.25
XYZ19.912417.152250.9764
Yxy17.15220.22620.1948
Hunter Lab41.415213.3460-43.9871
CIE-Lab48.451219.1532-44.1754

#646cbe color RGB value is (100,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 10111110
Octal 144 154 276
Decimal 100 108 190
Hex 64 6C BE

RGB Percentages of Color #646cbe

%25.13
%27.14
%47.74

CMYK Percentages of Color #646cbe

%47
%43
%0
%25

Triadic Colors of #646cbe

#646cbe #be646c #6cbe64

Analogous Colors of #646cbe

#646cbe #8964be #6499be

Monochromatic Colors of #646cbe

#646cbe

Complementary Color

#646cbe #beb664

#646cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#646cbe Color CSS Codes

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

#646cbe Text Font Color

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

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


#646cbe Background Color

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

This div background color is #646cbe


#646cbe Border Color

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

This div border color is #646cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646cbe


Comments

No comments written yet.

Please login to write comment.