Color Hex Logo

#647bab Color Hex

#647BAB
(100,123,171)
0 Favorites   0 Comments

Color spaces of #647bab

RGB 100123171
HSL0.610.300.53
HSV221°42°67°
CMYK 0.420.280.00   0.33
XYZ19.689219.815541.3151
Yxy19.81550.24360.2452
Hunter Lab44.51461.0516-23.8683
CIE-Lab51.62804.3467-28.1926

#647bab color RGB value is (100,123,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111011 10101011
Octal 144 173 253
Decimal 100 123 171
Hex 64 7B AB

RGB Percentages of Color #647bab

%25.38
%31.22
%43.40

CMYK Percentages of Color #647bab

%42
%28
%0
%33

Triadic Colors of #647bab

#647bab #ab647b #7bab64

Analogous Colors of #647bab

#647bab #7164ab #649fab

Monochromatic Colors of #647bab

#647bab

Complementary Color

#647bab #ab9464

#647bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#647bab Color CSS Codes

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

#647bab Text Font Color

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

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


#647bab Background Color

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

This div background color is #647bab


#647bab Border Color

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

This div border color is #647bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,123,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 #647bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647bab


Comments

No comments written yet.

Please login to write comment.