Color Hex Logo

#609edb Color Hex

#609EDB
(96,158,219)
0 Favorites   0 Comments

Color spaces of #609edb

RGB 96158219
HSL0.580.630.62
HSV210°56°86°
CMYK 0.560.280.00   0.14
XYZ29.836932.055071.6325
Yxy32.05500.22350.2401
Hunter Lab56.6171-5.0115-35.3822
CIE-Lab63.3883-2.3766-37.0692

#609edb color RGB value is (96,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 11011011
Octal 140 236 333
Decimal 96 158 219
Hex 60 9E DB

RGB Percentages of Color #609edb

%20.30
%33.40
%46.30

CMYK Percentages of Color #609edb

%56
%28
%0
%14

Triadic Colors of #609edb

#609edb #db609e #9edb60

Analogous Colors of #609edb

#609edb #6060db #60dbdb

Monochromatic Colors of #609edb

#609edb

Complementary Color

#609edb #db9d60

#609edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#609edb Color CSS Codes

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

#609edb Text Font Color

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

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


#609edb Background Color

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

This div background color is #609edb


#609edb Border Color

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

This div border color is #609edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609edb


Comments

No comments written yet.

Please login to write comment.