Color Hex Logo

#6087ee Color Hex

#6087EE
(96,135,238)
0 Favorites   0 Comments

Color spaces of #6087ee

RGB 96135238
HSL0.620.810.65
HSV224°60°93°
CMYK 0.600.430.00   0.07
XYZ28.920525.987884.3808
Yxy25.98780.20760.1866
Hunter Lab50.978212.0531-62.4539
CIE-Lab58.025517.2239-56.0764

#6087ee color RGB value is (96,135,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 11101110
Octal 140 207 356
Decimal 96 135 238
Hex 60 87 EE

RGB Percentages of Color #6087ee

%20.47
%28.78
%50.75

CMYK Percentages of Color #6087ee

%60
%43
%0
%7

Triadic Colors of #6087ee

#6087ee #ee6087 #87ee60

Analogous Colors of #6087ee

#6087ee #8060ee #60ceee

Monochromatic Colors of #6087ee

#6087ee

Complementary Color

#6087ee #eec760

#6087ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6087ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6087ee Color CSS Codes

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

#6087ee Text Font Color

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

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


#6087ee Background Color

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

This div background color is #6087ee


#6087ee Border Color

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

This div border color is #6087ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6087ee


Comments

No comments written yet.

Please login to write comment.