Color Hex Logo

#609cdb Color Hex

#609CDB
(96,156,219)
0 Favorites   0 Comments

Color spaces of #609cdb

RGB 96156219
HSL0.590.630.62
HSV211°56°86°
CMYK 0.560.290.00   0.14
XYZ29.498531.378271.5197
Yxy31.37820.22280.2370
Hunter Lab56.0162-4.0292-36.4881
CIE-Lab62.8256-1.2407-37.9480

#609cdb color RGB value is (96,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 11011011
Octal 140 234 333
Decimal 96 156 219
Hex 60 9C DB

RGB Percentages of Color #609cdb

%20.38
%33.12
%46.50

CMYK Percentages of Color #609cdb

%56
%29
%0
%14

Triadic Colors of #609cdb

#609cdb #db609c #9cdb60

Analogous Colors of #609cdb

#609cdb #6260db #60dadb

Monochromatic Colors of #609cdb

#609cdb

Complementary Color

#609cdb #db9f60

#609cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#609cdb Color CSS Codes

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

#609cdb Text Font Color

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

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


#609cdb Background Color

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

This div background color is #609cdb


#609cdb Border Color

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

This div border color is #609cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609cdb


Comments

No comments written yet.

Please login to write comment.