Color Hex Logo

#609dda Color Hex

#609DDA
(96,157,218)
0 Favorites   0 Comments

Color spaces of #609dda

RGB 96157218
HSL0.580.620.62
HSV210°56°85°
CMYK 0.560.280.00   0.15
XYZ29.535731.662770.8845
Yxy31.66270.22360.2397
Hunter Lab56.2696-4.7779-35.3006
CIE-Lab63.0631-2.1223-37.0222

#609dda color RGB value is (96,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011101 11011010
Octal 140 235 332
Decimal 96 157 218
Hex 60 9D DA

RGB Percentages of Color #609dda

%20.38
%33.33
%46.28

CMYK Percentages of Color #609dda

%56
%28
%0
%15

Triadic Colors of #609dda

#609dda #da609d #9dda60

Analogous Colors of #609dda

#609dda #6060da #60dada

Monochromatic Colors of #609dda

#609dda

Complementary Color

#609dda #da9d60

#609dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#609dda Color CSS Codes

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

#609dda Text Font Color

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

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


#609dda Background Color

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

This div background color is #609dda


#609dda Border Color

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

This div border color is #609dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,157,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 #609dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609dda


Comments

No comments written yet.

Please login to write comment.