Color Hex Logo

#6091fb Color Hex

#6091FB
(96,145,251)
0 Favorites   0 Comments

Color spaces of #6091fb

RGB 96145251
HSL0.610.950.68
HSV221°62°98°
CMYK 0.620.420.00   0.02
XYZ32.361929.702695.2943
Yxy29.70260.20570.1888
Hunter Lab54.500110.6173-65.5195
CIE-Lab61.396815.5351-57.8649

#6091fb color RGB value is (96,145,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010001 11111011
Octal 140 221 373
Decimal 96 145 251
Hex 60 91 FB

RGB Percentages of Color #6091fb

%19.51
%29.47
%51.02

CMYK Percentages of Color #6091fb

%62
%42
%0
%2

Triadic Colors of #6091fb

#6091fb #fb6091 #91fb60

Analogous Colors of #6091fb

#6091fb #7d60fb #60dffb

Monochromatic Colors of #6091fb

#6091fb

Complementary Color

#6091fb #fbca60

#6091fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6091fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6091fb Color CSS Codes

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

#6091fb Text Font Color

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

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


#6091fb Background Color

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

This div background color is #6091fb


#6091fb Border Color

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

This div border color is #6091fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6091fb


Comments

No comments written yet.

Please login to write comment.