Color Hex Logo

#647aab Color Hex

#647AAB
(100,122,171)
0 Favorites   0 Comments

Color spaces of #647aab

RGB 100122171
HSL0.620.300.53
HSV221°42°67°
CMYK 0.420.290.00   0.33
XYZ19.565719.568741.2740
Yxy19.56870.24330.2434
Hunter Lab44.23651.5362-24.3538
CIE-Lab51.34604.9421-28.6307

#647aab color RGB value is (100,122,171).

#647aab hex color red value is 100, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #647aab hue: 0.62 , saturation: 0.30 and the lightness value of 647aab is 0.53.

The process color (four color CMYK) of #647aab color hex is 0.42, 0.29, 0.00, 0.33. Web safe color of #647aab is #666699. Color #647aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111010 10101011
Octal 144 172 253
Decimal 100 122 171
Hex 64 7A AB

RGB Percentages of Color #647aab

%25.45
%31.04
%43.51

CMYK Percentages of Color #647aab

%42
%29
%0
%33

Triadic Colors of #647aab

#647aab #ab647a #7aab64

Analogous Colors of #647aab

#647aab #7264ab #649eab

Monochromatic Colors of #647aab

#647aab

Complementary Color

#647aab #ab9564

#647aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#647aab Color CSS Codes

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

#647aab Text Font Color

<p style="color:#647aab">Text here</p>

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


#647aab Background Color

<div style="background-color:#647aab">
Div content here</div>

This div background color is #647aab


#647aab Border Color

<div style="border:3px solid #647aab">
Div here</div>

This div border color is #647aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,122,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #647aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #647aab;
  -webkit-box-shadow: 1px 1px 3px 2px #647aab;
  box-shadow:         1px 1px 3px 2px #647aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647aab


Comments

No comments written yet.

Please login to write comment.