Color Hex Logo

#6085eb Color Hex

#6085EB
(96,133,235)
0 Favorites   0 Comments

Color spaces of #6085eb

RGB 96133235
HSL0.620.780.65
HSV224°59°92°
CMYK 0.590.430.00   0.08
XYZ28.206825.260081.9863
Yxy25.26000.20820.1865
Hunter Lab50.259312.2249-61.5362
CIE-Lab57.327917.4413-55.5247

#6085eb color RGB value is (96,133,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 11101011
Octal 140 205 353
Decimal 96 133 235
Hex 60 85 EB

RGB Percentages of Color #6085eb

%20.69
%28.66
%50.65

CMYK Percentages of Color #6085eb

%59
%43
%0
%8

Triadic Colors of #6085eb

#6085eb #eb6085 #85eb60

Analogous Colors of #6085eb

#6085eb #8160eb #60cbeb

Monochromatic Colors of #6085eb

#6085eb

Complementary Color

#6085eb #ebc660

#6085eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6085eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6085eb Color CSS Codes

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

#6085eb Text Font Color

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

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


#6085eb Background Color

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

This div background color is #6085eb


#6085eb Border Color

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

This div border color is #6085eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6085eb


Comments

No comments written yet.

Please login to write comment.