Color Hex Logo

#6090eb Color Hex

#6090EB
(96,144,235)
0 Favorites   0 Comments

Color spaces of #6090eb

RGB 96144235
HSL0.610.780.65
HSV219°59°92°
CMYK 0.590.390.00   0.08
XYZ29.792528.431582.5148
Yxy28.43150.21170.2020
Hunter Lab53.32126.4224-54.4267
CIE-Lab60.276610.8674-50.8309

#6090eb color RGB value is (96,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010000 11101011
Octal 140 220 353
Decimal 96 144 235
Hex 60 90 EB

RGB Percentages of Color #6090eb

%20.21
%30.32
%49.47

CMYK Percentages of Color #6090eb

%59
%39
%0
%8

Triadic Colors of #6090eb

#6090eb #eb6090 #90eb60

Analogous Colors of #6090eb

#6090eb #7660eb #60d6eb

Monochromatic Colors of #6090eb

#6090eb

Complementary Color

#6090eb #ebbb60

#6090eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6090eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6090eb Color CSS Codes

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

#6090eb Text Font Color

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

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


#6090eb Background Color

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

This div background color is #6090eb


#6090eb Border Color

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

This div border color is #6090eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6090eb


Comments

No comments written yet.

Please login to write comment.