Color Hex Logo

#6291fb Color Hex

#6291FB
(98,145,251)
0 Favorites   0 Comments

Color spaces of #6291fb

RGB 98145251
HSL0.620.950.68
HSV222°61°98°
CMYK 0.610.420.00   0.02
XYZ32.575029.812595.3043
Yxy29.81250.20660.1891
Hunter Lab54.600810.9421-65.2686
CIE-Lab61.492115.8888-57.7072

#6291fb color RGB value is (98,145,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010001 11111011
Octal 142 221 373
Decimal 98 145 251
Hex 62 91 FB

RGB Percentages of Color #6291fb

%19.84
%29.35
%50.81

CMYK Percentages of Color #6291fb

%61
%42
%0
%2

Triadic Colors of #6291fb

#6291fb #fb6291 #91fb62

Analogous Colors of #6291fb

#6291fb #8062fb #62defb

Monochromatic Colors of #6291fb

#6291fb

Complementary Color

#6291fb #fbcc62

#6291fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6291fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6291fb Color CSS Codes

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

#6291fb Text Font Color

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

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


#6291fb Background Color

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

This div background color is #6291fb


#6291fb Border Color

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

This div border color is #6291fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6291fb


Comments

No comments written yet.

Please login to write comment.