Color Hex Logo

#646c9b Color Hex

#646C9B
(100,108,155)
0 Favorites   0 Comments

Color spaces of #646c9b

RGB 100108155
HSL0.640.220.50
HSV231°35°61°
CMYK 0.350.300.00   0.39
XYZ16.534515.801033.1888
Yxy15.80100.25230.2411
Hunter Lab39.75054.6851-21.6776
CIE-Lab46.71238.8061-26.4739

#646c9b color RGB value is (100,108,155).

#646c9b hex color red value is 100, green value is 108 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #646c9b hue: 0.64 , saturation: 0.22 and the lightness value of 646c9b is 0.50.

The process color (four color CMYK) of #646c9b color hex is 0.35, 0.30, 0.00, 0.39. Web safe color of #646c9b is #666699. Color #646c9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 10011011
Octal 144 154 233
Decimal 100 108 155
Hex 64 6C 9B

RGB Percentages of Color #646c9b

%27.55
%29.75
%42.70

CMYK Percentages of Color #646c9b

%35
%30
%0
%39

Triadic Colors of #646c9b

#646c9b #9b646c #6c9b64

Analogous Colors of #646c9b

#646c9b #78649b #64889b

Monochromatic Colors of #646c9b

#646c9b

Complementary Color

#646c9b #9b9364

#646c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#646c9b Color CSS Codes

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

#646c9b Text Font Color

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

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


#646c9b Background Color

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

This div background color is #646c9b


#646c9b Border Color

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

This div border color is #646c9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646c9b


Comments

No comments written yet.

Please login to write comment.