Color Hex Logo

#6089fb Color Hex

#6089FB
(96,137,251)
0 Favorites   0 Comments

Color spaces of #6089fb

RGB 96137251
HSL0.620.950.68
HSV224°62°98°
CMYK 0.620.450.00   0.02
XYZ31.182127.343294.9011
Yxy27.34320.20320.1782
Hunter Lab52.290714.9347-71.0004
CIE-Lab59.290720.3177-61.2327

#6089fb color RGB value is (96,137,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001001 11111011
Octal 140 211 373
Decimal 96 137 251
Hex 60 89 FB

RGB Percentages of Color #6089fb

%19.83
%28.31
%51.86

CMYK Percentages of Color #6089fb

%62
%45
%0
%2

Triadic Colors of #6089fb

#6089fb #fb6089 #89fb60

Analogous Colors of #6089fb

#6089fb #8560fb #60d7fb

Monochromatic Colors of #6089fb

#6089fb

Complementary Color

#6089fb #fbd260

#6089fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6089fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6089fb Color CSS Codes

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

#6089fb Text Font Color

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

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


#6089fb Background Color

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

This div background color is #6089fb


#6089fb Border Color

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

This div border color is #6089fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6089fb


Comments

No comments written yet.

Please login to write comment.