Color Hex Logo

#609fdb Color Hex

#609FDB
(96,159,219)
0 Favorites   0 Comments

Color spaces of #609fdb

RGB 96159219
HSL0.580.630.62
HSV209°56°86°
CMYK 0.560.270.00   0.14
XYZ30.008232.397571.6896
Yxy32.39750.22380.2416
Hunter Lab56.9188-5.5008-34.8330
CIE-Lab63.6701-2.9420-36.6296

#609fdb color RGB value is (96,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011111 11011011
Octal 140 237 333
Decimal 96 159 219
Hex 60 9F DB

RGB Percentages of Color #609fdb

%20.25
%33.54
%46.20

CMYK Percentages of Color #609fdb

%56
%27
%0
%14

Triadic Colors of #609fdb

#609fdb #db609f #9fdb60

Analogous Colors of #609fdb

#609fdb #6061db #60dbda

Monochromatic Colors of #609fdb

#609fdb

Complementary Color

#609fdb #db9c60

#609fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#609fdb Color CSS Codes

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

#609fdb Text Font Color

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

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


#609fdb Background Color

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

This div background color is #609fdb


#609fdb Border Color

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

This div border color is #609fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609fdb


Comments

No comments written yet.

Please login to write comment.