Color Hex Logo

#6462fb Color Hex

#6462FB
(100,98,251)
0 Favorites   0 Comments

Color spaces of #6462fb

RGB 10098251
HSL0.670.950.68
HSV241°61°98°
CMYK 0.600.610.00   0.02
XYZ27.035818.409793.3953
Yxy18.40970.19470.1326
Hunter Lab42.906537.3881-99.0229
CIE-Lab49.989344.3925-76.2536

#6462fb color RGB value is (100,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100010 11111011
Octal 144 142 373
Decimal 100 98 251
Hex 64 62 FB

RGB Percentages of Color #6462fb

%22.27
%21.83
%55.90

CMYK Percentages of Color #6462fb

%60
%61
%0
%2

Triadic Colors of #6462fb

#6462fb #fb6462 #62fb64

Analogous Colors of #6462fb

#6462fb #b162fb #62adfb

Monochromatic Colors of #6462fb

#6462fb

Complementary Color

#6462fb #f9fb62

#6462fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6462fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6462fb Color CSS Codes

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

#6462fb Text Font Color

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

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


#6462fb Background Color

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

This div background color is #6462fb


#6462fb Border Color

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

This div border color is #6462fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6462fb


Comments

No comments written yet.

Please login to write comment.