Color Hex Logo

#609ecb Color Hex

#609ECB
(96,158,203)
0 Favorites   0 Comments

Color spaces of #609ecb

RGB 96158203
HSL0.570.510.59
HSV205°53°80°
CMYK 0.530.220.00   0.20
XYZ27.830231.252361.0654
Yxy31.25230.23160.2601
Hunter Lab55.9038-8.9701-25.6317
CIE-Lab62.7200-7.2918-29.2091

#609ecb color RGB value is (96,158,203).

#609ecb hex color red value is 96, green value is 158 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #609ecb hue: 0.57 , saturation: 0.51 and the lightness value of 609ecb is 0.59.

The process color (four color CMYK) of #609ecb color hex is 0.53, 0.22, 0.00, 0.20. Web safe color of #609ecb is #6699cc. Color #609ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 11001011
Octal 140 236 313
Decimal 96 158 203
Hex 60 9E CB

RGB Percentages of Color #609ecb

%21.01
%34.57
%44.42

CMYK Percentages of Color #609ecb

%53
%22
%0
%20

Triadic Colors of #609ecb

#609ecb #cb609e #9ecb60

Analogous Colors of #609ecb

#609ecb #6069cb #60cbc3

Monochromatic Colors of #609ecb

#609ecb

Complementary Color

#609ecb #cb8d60

#609ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ecb Color CSS Codes

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

#609ecb Text Font Color

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

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


#609ecb Background Color

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

This div background color is #609ecb


#609ecb Border Color

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

This div border color is #609ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ecb


Comments

No comments written yet.

Please login to write comment.