Color Hex Logo

#6251fb Color Hex

#6251FB
(98,81,251)
0 Favorites   0 Comments

Color spaces of #6251fb

RGB 9881251
HSL0.680.960.65
HSV246°68°98°
CMYK 0.610.680.00   0.02
XYZ25.392015.446692.9100
Yxy15.44660.18980.1155
Hunter Lab39.302246.5449-112.6496
CIE-Lab46.239953.7495-82.3884

#6251fb color RGB value is (98,81,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010001 11111011
Octal 142 121 373
Decimal 98 81 251
Hex 62 51 FB

RGB Percentages of Color #6251fb

%22.79
%18.84
%58.37

CMYK Percentages of Color #6251fb

%61
%68
%0
%2

Triadic Colors of #6251fb

#6251fb #fb6251 #51fb62

Analogous Colors of #6251fb

#6251fb #b751fb #5195fb

Monochromatic Colors of #6251fb

#6251fb

Complementary Color

#6251fb #eafb51

#6251fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6251fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6251fb Color CSS Codes

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

#6251fb Text Font Color

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

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


#6251fb Background Color

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

This div background color is #6251fb


#6251fb Border Color

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

This div border color is #6251fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6251fb


Comments

No comments written yet.

Please login to write comment.