Color Hex Logo

#6087ae Color Hex

#6087AE
(96,135,174)
0 Favorites   0 Comments

Color spaces of #6087ae

RGB 96135174
HSL0.580.330.53
HSV210°45°68°
CMYK 0.450.220.00   0.32
XYZ21.127822.870743.3453
Yxy22.87070.24190.2618
Hunter Lab47.8233-4.8315-20.2620
CIE-Lab54.9389-2.8879-24.8180

#6087ae color RGB value is (96,135,174).

#6087ae hex color red value is 96, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6087ae hue: 0.58 , saturation: 0.33 and the lightness value of 6087ae is 0.53.

The process color (four color CMYK) of #6087ae color hex is 0.45, 0.22, 0.00, 0.32. Web safe color of #6087ae is #669999. Color #6087ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 10101110
Octal 140 207 256
Decimal 96 135 174
Hex 60 87 AE

RGB Percentages of Color #6087ae

%23.70
%33.33
%42.96

CMYK Percentages of Color #6087ae

%45
%22
%0
%32

Triadic Colors of #6087ae

#6087ae #ae6087 #87ae60

Analogous Colors of #6087ae

#6087ae #6060ae #60aeae

Monochromatic Colors of #6087ae

#6087ae

Complementary Color

#6087ae #ae8760

#6087ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6087ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6087ae Color CSS Codes

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

#6087ae Text Font Color

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

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


#6087ae Background Color

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

This div background color is #6087ae


#6087ae Border Color

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

This div border color is #6087ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6087ae


Comments

No comments written yet.

Please login to write comment.