Color Hex Logo

#6087ac Color Hex

#6087AC
(96,135,172)
0 Favorites   0 Comments

Color spaces of #6087ac

RGB 96135172
HSL0.580.310.53
HSV209°44°67°
CMYK 0.440.220.00   0.33
XYZ20.934222.793342.3259
Yxy22.79330.24330.2649
Hunter Lab47.7423-5.2799-19.1438
CIE-Lab54.8588-3.4705-23.7935

#6087ac color RGB value is (96,135,172).

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

The process color (four color CMYK) of #6087ac color hex is 0.44, 0.22, 0.00, 0.33. Web safe color of #6087ac is #669999. Color #6087ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 10101100
Octal 140 207 254
Decimal 96 135 172
Hex 60 87 AC

RGB Percentages of Color #6087ac

%23.82
%33.50
%42.68

CMYK Percentages of Color #6087ac

%44
%22
%0
%33

Triadic Colors of #6087ac

#6087ac #ac6087 #87ac60

Analogous Colors of #6087ac

#6087ac #6061ac #60acab

Monochromatic Colors of #6087ac

#6087ac

Complementary Color

#6087ac #ac8560

#6087ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6087ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6087ac Color CSS Codes

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

#6087ac Text Font Color

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

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


#6087ac Background Color

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

This div background color is #6087ac


#6087ac Border Color

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

This div border color is #6087ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6087ac


Comments

No comments written yet.

Please login to write comment.