Color Hex Logo

#609ada Color Hex

#609ADA
(96,154,218)
0 Favorites   0 Comments

Color spaces of #609ada

RGB 96154218
HSL0.590.620.62
HSV211°56°85°
CMYK 0.560.290.00   0.15
XYZ29.034430.660070.7174
Yxy30.66000.22260.2351
Hunter Lab55.3715-3.3024-36.9619
CIE-Lab62.2196-0.4132-38.3404

#609ada color RGB value is (96,154,218).

#609ada hex color red value is 96, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #609ada hue: 0.59 , saturation: 0.62 and the lightness value of 609ada is 0.62.

The process color (four color CMYK) of #609ada color hex is 0.56, 0.29, 0.00, 0.15. Web safe color of #609ada is #6699cc. Color #609ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011010 11011010
Octal 140 232 332
Decimal 96 154 218
Hex 60 9A DA

RGB Percentages of Color #609ada

%20.51
%32.91
%46.58

CMYK Percentages of Color #609ada

%56
%29
%0
%15

Triadic Colors of #609ada

#609ada #da609a #9ada60

Analogous Colors of #609ada

#609ada #6360da #60d7da

Monochromatic Colors of #609ada

#609ada

Complementary Color

#609ada #daa060

#609ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ada Color CSS Codes

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

#609ada Text Font Color

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

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


#609ada Background Color

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

This div background color is #609ada


#609ada Border Color

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

This div border color is #609ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ada


Comments

No comments written yet.

Please login to write comment.