Color Hex Logo

#6093eb Color Hex

#6093EB
(96,147,235)
0 Favorites   0 Comments

Color spaces of #6093eb

RGB 96147235
HSL0.610.780.65
HSV218°59°92°
CMYK 0.590.370.00   0.08
XYZ30.253029.352482.6683
Yxy29.35240.21260.2063
Hunter Lab54.17794.8634-52.5443
CIE-Lab61.09149.0963-49.5390

#6093eb color RGB value is (96,147,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010011 11101011
Octal 140 223 353
Decimal 96 147 235
Hex 60 93 EB

RGB Percentages of Color #6093eb

%20.08
%30.75
%49.16

CMYK Percentages of Color #6093eb

%59
%37
%0
%8

Triadic Colors of #6093eb

#6093eb #eb6093 #93eb60

Analogous Colors of #6093eb

#6093eb #7360eb #60d9eb

Monochromatic Colors of #6093eb

#6093eb

Complementary Color

#6093eb #ebb860

#6093eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6093eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6093eb Color CSS Codes

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

#6093eb Text Font Color

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

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


#6093eb Background Color

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

This div background color is #6093eb


#6093eb Border Color

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

This div border color is #6093eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6093eb


Comments

No comments written yet.

Please login to write comment.