Color Hex Logo

#609eaa Color Hex

#609EAA
(96,158,170)
0 Favorites   0 Comments

Color spaces of #609eaa

RGB 96158170
HSL0.530.300.52
HSV190°44°67°
CMYK 0.440.070.00   0.33
XYZ24.306429.842842.5094
Yxy29.84280.25150.3087
Hunter Lab54.6286-16.1783-7.8967
CIE-Lab61.5183-16.7621-12.5222

#609eaa color RGB value is (96,158,170).

#609eaa hex color red value is 96, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #609eaa hue: 0.53 , saturation: 0.30 and the lightness value of 609eaa is 0.52.

The process color (four color CMYK) of #609eaa color hex is 0.44, 0.07, 0.00, 0.33. Web safe color of #609eaa is #669999. Color #609eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 10101010
Octal 140 236 252
Decimal 96 158 170
Hex 60 9E AA

RGB Percentages of Color #609eaa

%22.64
%37.26
%40.09

CMYK Percentages of Color #609eaa

%44
%7
%0
%33

Triadic Colors of #609eaa

#609eaa #aa609e #9eaa60

Analogous Colors of #609eaa

#609eaa #6079aa #60aa91

Monochromatic Colors of #609eaa

#609eaa

Complementary Color

#609eaa #aa6c60

#609eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#609eaa Color CSS Codes

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

#609eaa Text Font Color

<p style="color:#609eaa">Text here</p>

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


#609eaa Background Color

<div style="background-color:#609eaa">
Div content here</div>

This div background color is #609eaa


#609eaa Border Color

<div style="border:3px solid #609eaa">
Div here</div>

This div border color is #609eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,158,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #609eaa;
  box-shadow:         1px 1px 3px 2px #609eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609eaa


Comments

No comments written yet.

Please login to write comment.