Color Hex Logo

#609ddc Color Hex

#609DDC
(96,157,220)
0 Favorites   0 Comments

Color spaces of #609ddc

RGB 96157220
HSL0.580.640.62
HSV210°56°86°
CMYK 0.560.290.00   0.14
XYZ29.799131.768072.2714
Yxy31.76800.22260.2374
Hunter Lab56.3631-4.2627-36.5702
CIE-Lab63.1507-1.4959-37.9945

#609ddc color RGB value is (96,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011101 11011100
Octal 140 235 334
Decimal 96 157 220
Hex 60 9D DC

RGB Percentages of Color #609ddc

%20.30
%33.19
%46.51

CMYK Percentages of Color #609ddc

%56
%29
%0
%14

Triadic Colors of #609ddc

#609ddc #dc609d #9ddc60

Analogous Colors of #609ddc

#609ddc #6160dc #60dbdc

Monochromatic Colors of #609ddc

#609ddc

Complementary Color

#609ddc #dc9f60

#609ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ddc Color CSS Codes

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

#609ddc Text Font Color

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

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


#609ddc Background Color

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

This div background color is #609ddc


#609ddc Border Color

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

This div border color is #609ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ddc


Comments

No comments written yet.

Please login to write comment.