Color Hex Logo

#647baf Color Hex

#647BAF
(100,123,175)
0 Favorites   0 Comments

Color spaces of #647baf

RGB 100123175
HSL0.620.320.54
HSV222°43°69°
CMYK 0.430.300.00   0.31
XYZ20.076419.970443.3540
Yxy19.97040.24070.2395
Hunter Lab44.68831.9875-26.2380
CIE-Lab51.80375.5159-30.2333

#647baf color RGB value is (100,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111011 10101111
Octal 144 173 257
Decimal 100 123 175
Hex 64 7B AF

RGB Percentages of Color #647baf

%25.13
%30.90
%43.97

CMYK Percentages of Color #647baf

%43
%30
%0
%31

Triadic Colors of #647baf

#647baf #af647b #7baf64

Analogous Colors of #647baf

#647baf #7364af #64a1af

Monochromatic Colors of #647baf

#647baf

Complementary Color

#647baf #af9864

#647baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#647baf Color CSS Codes

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

#647baf Text Font Color

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

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


#647baf Background Color

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

This div background color is #647baf


#647baf Border Color

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

This div border color is #647baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647baf


Comments

No comments written yet.

Please login to write comment.