Color Hex Logo

#609aaf Color Hex

#609AAF
(96,154,175)
0 Favorites   0 Comments

Color spaces of #609aaf

RGB 96154175
HSL0.540.330.53
HSV196°45°69°
CMYK 0.450.120.00   0.31
XYZ24.117328.693144.8247
Yxy28.69310.24700.2939
Hunter Lab53.5659-13.3733-12.1185
CIE-Lab60.5098-13.2402-16.8681

#609aaf color RGB value is (96,154,175).

#609aaf hex color red value is 96, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #609aaf hue: 0.54 , saturation: 0.33 and the lightness value of 609aaf is 0.53.

The process color (four color CMYK) of #609aaf color hex is 0.45, 0.12, 0.00, 0.31. Web safe color of #609aaf is #669999. Color #609aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011010 10101111
Octal 140 232 257
Decimal 96 154 175
Hex 60 9A AF

RGB Percentages of Color #609aaf

%22.59
%36.24
%41.18

CMYK Percentages of Color #609aaf

%45
%12
%0
%31

Triadic Colors of #609aaf

#609aaf #af609a #9aaf60

Analogous Colors of #609aaf

#609aaf #6073af #60af9d

Monochromatic Colors of #609aaf

#609aaf

Complementary Color

#609aaf #af7560

#609aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#609aaf Color CSS Codes

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

#609aaf Text Font Color

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

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


#609aaf Background Color

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

This div background color is #609aaf


#609aaf Border Color

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

This div border color is #609aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609aaf


Comments

No comments written yet.

Please login to write comment.