Color Hex Logo

#609ade Color Hex

#609ADE
(96,154,222)
0 Favorites   0 Comments

Color spaces of #609ade

RGB 96154222
HSL0.590.660.62
HSV212°57°87°
CMYK 0.570.310.00   0.13
XYZ29.564330.871973.5079
Yxy30.87190.22070.2305
Hunter Lab55.5625-2.2561-39.5456
CIE-Lab62.39930.8481-40.2792

#609ade color RGB value is (96,154,222).

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

The process color (four color CMYK) of #609ade color hex is 0.57, 0.31, 0.00, 0.13. Web safe color of #609ade is #6699cc. Color #609ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011010 11011110
Octal 140 232 336
Decimal 96 154 222
Hex 60 9A DE

RGB Percentages of Color #609ade

%20.34
%32.63
%47.03

CMYK Percentages of Color #609ade

%57
%31
%0
%13

Triadic Colors of #609ade

#609ade #de609a #9ade60

Analogous Colors of #609ade

#609ade #6560de #60d9de

Monochromatic Colors of #609ade

#609ade

Complementary Color

#609ade #dea460

#609ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ade Color CSS Codes

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

#609ade Text Font Color

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

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


#609ade Background Color

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

This div background color is #609ade


#609ade Border Color

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

This div border color is #609ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ade


Comments

No comments written yet.

Please login to write comment.