Color Hex Logo

#646aac Color Hex

#646AAC
(100,106,172)
0 Favorites   0 Comments

Color spaces of #646aac

RGB 100106172
HSL0.650.300.53
HSV235°42°67°
CMYK 0.420.380.00   0.33
XYZ17.856015.996041.1761
Yxy15.99600.23800.2132
Hunter Lab39.99509.7011-33.0444
CIE-Lab46.969214.9450-36.0623

#646aac color RGB value is (100,106,172).

#646aac hex color red value is 100, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #646aac hue: 0.65 , saturation: 0.30 and the lightness value of 646aac is 0.53.

The process color (four color CMYK) of #646aac color hex is 0.42, 0.38, 0.00, 0.33. Web safe color of #646aac is #666699. Color #646aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101010 10101100
Octal 144 152 254
Decimal 100 106 172
Hex 64 6A AC

RGB Percentages of Color #646aac

%26.46
%28.04
%45.50

CMYK Percentages of Color #646aac

%42
%38
%0
%33

Triadic Colors of #646aac

#646aac #ac646a #6aac64

Analogous Colors of #646aac

#646aac #8264ac #648eac

Monochromatic Colors of #646aac

#646aac

Complementary Color

#646aac #aca664

#646aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#646aac Color CSS Codes

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

#646aac Text Font Color

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

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


#646aac Background Color

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

This div background color is #646aac


#646aac Border Color

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

This div border color is #646aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646aac


Comments

No comments written yet.

Please login to write comment.