Color Hex Logo

#646baf Color Hex

#646BAF
(100,107,175)
0 Favorites   0 Comments

Color spaces of #646baf

RGB 100107175
HSL0.650.320.54
HSV234°43°69°
CMYK 0.430.390.00   0.31
XYZ18.251116.319942.7456
Yxy16.31990.23610.2111
Hunter Lab40.39799.9470-34.4571
CIE-Lab47.391415.2220-37.1492

#646baf color RGB value is (100,107,175).

#646baf hex color red value is 100, green value is 107 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #646baf hue: 0.65 , saturation: 0.32 and the lightness value of 646baf is 0.54.

The process color (four color CMYK) of #646baf color hex is 0.43, 0.39, 0.00, 0.31. Web safe color of #646baf is #666699. Color #646baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101011 10101111
Octal 144 153 257
Decimal 100 107 175
Hex 64 6B AF

RGB Percentages of Color #646baf

%26.18
%28.01
%45.81

CMYK Percentages of Color #646baf

%43
%39
%0
%31

Triadic Colors of #646baf

#646baf #af646b #6baf64

Analogous Colors of #646baf

#646baf #8364af #6491af

Monochromatic Colors of #646baf

#646baf

Complementary Color

#646baf #afa864

#646baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#646baf Color CSS Codes

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

#646baf Text Font Color

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

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


#646baf Background Color

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

This div background color is #646baf


#646baf Border Color

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

This div border color is #646baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646baf


Comments

No comments written yet.

Please login to write comment.