Color Hex Logo

#648faa Color Hex

#648FAA
(100,143,170)
0 Favorites   0 Comments

Color spaces of #648faa

RGB 100143170
HSL0.560.290.53
HSV203°41°67°
CMYK 0.410.160.00   0.33
XYZ22.333725.256541.7281
Yxy25.25650.25000.2828
Hunter Lab50.2558-8.6223-14.0502
CIE-Lab57.3245-7.5143-18.8519

#648faa color RGB value is (100,143,170).

#648faa hex color red value is 100, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #648faa hue: 0.56 , saturation: 0.29 and the lightness value of 648faa is 0.53.

The process color (four color CMYK) of #648faa color hex is 0.41, 0.16, 0.00, 0.33. Web safe color of #648faa is #669999. Color #648faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001111 10101010
Octal 144 217 252
Decimal 100 143 170
Hex 64 8F AA

RGB Percentages of Color #648faa

%24.21
%34.62
%41.16

CMYK Percentages of Color #648faa

%41
%16
%0
%33

Triadic Colors of #648faa

#648faa #aa648f #8faa64

Analogous Colors of #648faa

#648faa #646caa #64aaa2

Monochromatic Colors of #648faa

#648faa

Complementary Color

#648faa #aa7f64

#648faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#648faa Color CSS Codes

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

#648faa Text Font Color

<p style="color:#648faa">Text here</p>

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


#648faa Background Color

<div style="background-color:#648faa">
Div content here</div>

This div background color is #648faa


#648faa Border Color

<div style="border:3px solid #648faa">
Div here</div>

This div border color is #648faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,143,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #648faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #648faa;
  -webkit-box-shadow: 1px 1px 3px 2px #648faa;
  box-shadow:         1px 1px 3px 2px #648faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648faa


Comments

No comments written yet.

Please login to write comment.