Color Hex Logo

#648af6 Color Hex

#648AF6
(100,138,246)
0 Favorites   0 Comments

Color spaces of #648af6

RGB 100138246
HSL0.620.890.68
HSV224°59°96°
CMYK 0.590.440.00   0.04
XYZ30.978627.540190.8718
Yxy27.54010.20740.1843
Hunter Lab52.478713.5324-65.9312
CIE-Lab59.471018.7887-58.1788

#648af6 color RGB value is (100,138,246).

#648af6 hex color red value is 100, green value is 138 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #648af6 hue: 0.62 , saturation: 0.89 and the lightness value of 648af6 is 0.68.

The process color (four color CMYK) of #648af6 color hex is 0.59, 0.44, 0.00, 0.04. Web safe color of #648af6 is #6699ff. Color #648af6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001010 11110110
Octal 144 212 366
Decimal 100 138 246
Hex 64 8A F6

RGB Percentages of Color #648af6

%20.66
%28.51
%50.83

CMYK Percentages of Color #648af6

%59
%44
%0
%4

Triadic Colors of #648af6

#648af6 #f6648a #8af664

Analogous Colors of #648af6

#648af6 #8764f6 #64d3f6

Monochromatic Colors of #648af6

#648af6

Complementary Color

#648af6 #f6d064

#648af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648af6 Color CSS Codes

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

#648af6 Text Font Color

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

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


#648af6 Background Color

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

This div background color is #648af6


#648af6 Border Color

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

This div border color is #648af6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648af6


Comments

No comments written yet.

Please login to write comment.