Color Hex Logo

#609ddd Color Hex

#609DDD
(96,157,221)
0 Favorites   0 Comments

Color spaces of #609ddd

RGB 96157221
HSL0.590.650.62
HSV211°57°87°
CMYK 0.570.290.00   0.13
XYZ29.932031.821272.9711
Yxy31.82120.22220.2362
Hunter Lab56.4103-4.0037-37.2090
CIE-Lab63.1948-1.1820-38.4796

#609ddd color RGB value is (96,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011101 11011101
Octal 140 235 335
Decimal 96 157 221
Hex 60 9D DD

RGB Percentages of Color #609ddd

%20.25
%33.12
%46.62

CMYK Percentages of Color #609ddd

%57
%29
%0
%13

Triadic Colors of #609ddd

#609ddd #dd609d #9ddd60

Analogous Colors of #609ddd

#609ddd #6260dd #60dcdd

Monochromatic Colors of #609ddd

#609ddd

Complementary Color

#609ddd #dda060

#609ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ddd Color CSS Codes

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

#609ddd Text Font Color

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

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


#609ddd Background Color

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

This div background color is #609ddd


#609ddd Border Color

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

This div border color is #609ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ddd


Comments

No comments written yet.

Please login to write comment.