Color Hex Logo

#6456fb Color Hex

#6456FB
(100,86,251)
0 Favorites   0 Comments

Color spaces of #6456fb

RGB 10086251
HSL0.680.950.66
HSV245°66°98°
CMYK 0.600.660.00   0.02
XYZ25.995916.329993.0486
Yxy16.32990.19200.1206
Hunter Lab40.410344.1110-108.2338
CIE-Lab47.404451.2632-80.4750

#6456fb color RGB value is (100,86,251).

#6456fb hex color red value is 100, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6456fb hue: 0.68 , saturation: 0.95 and the lightness value of 6456fb is 0.66.

The process color (four color CMYK) of #6456fb color hex is 0.60, 0.66, 0.00, 0.02. Web safe color of #6456fb is #6666ff. Color #6456fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010110 11111011
Octal 144 126 373
Decimal 100 86 251
Hex 64 56 FB

RGB Percentages of Color #6456fb

%22.88
%19.68
%57.44

CMYK Percentages of Color #6456fb

%60
%66
%0
%2

Triadic Colors of #6456fb

#6456fb #fb6456 #56fb64

Analogous Colors of #6456fb

#6456fb #b756fb #569bfb

Monochromatic Colors of #6456fb

#6456fb

Complementary Color

#6456fb #edfb56

#6456fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6456fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6456fb Color CSS Codes

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

#6456fb Text Font Color

<p style="color:#6456fb">Text here</p>

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


#6456fb Background Color

<div style="background-color:#6456fb">
Div content here</div>

This div background color is #6456fb


#6456fb Border Color

<div style="border:3px solid #6456fb">
Div here</div>

This div border color is #6456fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,86,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6456fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6456fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6456fb;
  box-shadow:         1px 1px 3px 2px #6456fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6456fb

Related Colors


Comments

No comments written yet.

Please login to write comment.