Color Hex Logo

#6087eb Color Hex

#6087EB
(96,135,235)
0 Favorites   0 Comments

Color spaces of #6087eb

RGB 96135235
HSL0.620.780.65
HSV223°59°92°
CMYK 0.590.430.00   0.08
XYZ28.483225.812982.0784
Yxy25.81290.20890.1893
Hunter Lab50.806411.1599-60.2193
CIE-Lab57.859016.2376-54.6771

#6087eb color RGB value is (96,135,235).

#6087eb hex color red value is 96, green value is 135 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6087eb hue: 0.62 , saturation: 0.78 and the lightness value of 6087eb is 0.65.

The process color (four color CMYK) of #6087eb color hex is 0.59, 0.43, 0.00, 0.08. Web safe color of #6087eb is #6699ff. Color #6087eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 11101011
Octal 140 207 353
Decimal 96 135 235
Hex 60 87 EB

RGB Percentages of Color #6087eb

%20.60
%28.97
%50.43

CMYK Percentages of Color #6087eb

%59
%43
%0
%8

Triadic Colors of #6087eb

#6087eb #eb6087 #87eb60

Analogous Colors of #6087eb

#6087eb #7f60eb #60cdeb

Monochromatic Colors of #6087eb

#6087eb

Complementary Color

#6087eb #ebc460

#6087eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6087eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6087eb Color CSS Codes

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

#6087eb Text Font Color

<p style="color:#6087eb">Text here</p>

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


#6087eb Background Color

<div style="background-color:#6087eb">
Div content here</div>

This div background color is #6087eb


#6087eb Border Color

<div style="border:3px solid #6087eb">
Div here</div>

This div border color is #6087eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,135,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6087eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6087eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6087eb;
  box-shadow:         1px 1px 3px 2px #6087eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,135,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6087eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6087eb


Comments

No comments written yet.

Please login to write comment.