Color Hex Logo

#646dba Color Hex

#646DBA
(100,109,186)
0 Favorites   0 Comments

Color spaces of #646dba

RGB 100109186
HSL0.650.380.56
HSV234°46°73°
CMYK 0.460.410.00   0.27
XYZ19.587117.191848.7404
Yxy17.19180.22900.2010
Hunter Lab41.463011.7631-40.6722
CIE-Lab48.500817.3136-41.7852

#646dba color RGB value is (100,109,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101101 10111010
Octal 144 155 272
Decimal 100 109 186
Hex 64 6D BA

RGB Percentages of Color #646dba

%25.32
%27.59
%47.09

CMYK Percentages of Color #646dba

%46
%41
%0
%27

Triadic Colors of #646dba

#646dba #ba646d #6dba64

Analogous Colors of #646dba

#646dba #8664ba #6498ba

Monochromatic Colors of #646dba

#646dba

Complementary Color

#646dba #bab164

#646dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#646dba Color CSS Codes

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

#646dba Text Font Color

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

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


#646dba Background Color

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

This div background color is #646dba


#646dba Border Color

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

This div border color is #646dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646dba


Comments

No comments written yet.

Please login to write comment.