Color Hex Logo

#609cad Color Hex

#609CAD
(96,156,173)
0 Favorites   0 Comments

Color spaces of #609cad

RGB 96156173
HSL0.540.320.53
HSV193°45°68°
CMYK 0.450.100.00   0.32
XYZ24.255229.280943.9086
Yxy29.28090.24890.3005
Hunter Lab54.1118-14.6845-10.2321
CIE-Lab61.0287-14.8747-14.9528

#609cad color RGB value is (96,156,173).

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

The process color (four color CMYK) of #609cad color hex is 0.45, 0.10, 0.00, 0.32. Web safe color of #609cad is #669999. Color #609cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 10101101
Octal 140 234 255
Decimal 96 156 173
Hex 60 9C AD

RGB Percentages of Color #609cad

%22.59
%36.71
%40.71

CMYK Percentages of Color #609cad

%45
%10
%0
%32

Triadic Colors of #609cad

#609cad #ad609c #9cad60

Analogous Colors of #609cad

#609cad #6076ad #60ad98

Monochromatic Colors of #609cad

#609cad

Complementary Color

#609cad #ad7160

#609cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#609cad Color CSS Codes

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

#609cad Text Font Color

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

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


#609cad Background Color

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

This div background color is #609cad


#609cad Border Color

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

This div border color is #609cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609cad


Comments

No comments written yet.

Please login to write comment.