Color Hex Logo

#6091ae Color Hex

#6091AE
(96,145,174)
0 Favorites   0 Comments

Color spaces of #6091ae

RGB 96145174
HSL0.560.330.53
HSV202°45°68°
CMYK 0.450.170.00   0.32
XYZ22.589325.793643.8325
Yxy25.79360.24500.2797
Hunter Lab50.7874-9.4844-15.6196
CIE-Lab57.8406-8.5665-20.3642

#6091ae color RGB value is (96,145,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010001 10101110
Octal 140 221 256
Decimal 96 145 174
Hex 60 91 AE

RGB Percentages of Color #6091ae

%23.13
%34.94
%41.93

CMYK Percentages of Color #6091ae

%45
%17
%0
%32

Triadic Colors of #6091ae

#6091ae #ae6091 #91ae60

Analogous Colors of #6091ae

#6091ae #606aae #60aea4

Monochromatic Colors of #6091ae

#6091ae

Complementary Color

#6091ae #ae7d60

#6091ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6091ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6091ae Color CSS Codes

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

#6091ae Text Font Color

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

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


#6091ae Background Color

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

This div background color is #6091ae


#6091ae Border Color

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

This div border color is #6091ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6091ae


Comments

No comments written yet.

Please login to write comment.