Color Hex Logo

#609dc9 Color Hex

#609DC9
(96,157,201)
0 Favorites   0 Comments

Color spaces of #609dc9

RGB 96157201
HSL0.570.490.58
HSV205°52°79°
CMYK 0.520.220.00   0.21
XYZ27.423530.817859.7614
Yxy30.81780.23240.2612
Hunter Lab55.5138-8.9711-24.9669
CIE-Lab62.3535-7.3372-28.6586

#609dc9 color RGB value is (96,157,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011101 11001001
Octal 140 235 311
Decimal 96 157 201
Hex 60 9D C9

RGB Percentages of Color #609dc9

%21.15
%34.58
%44.27

CMYK Percentages of Color #609dc9

%52
%22
%0
%21

Triadic Colors of #609dc9

#609dc9 #c9609d #9dc960

Analogous Colors of #609dc9

#609dc9 #6069c9 #60c9c1

Monochromatic Colors of #609dc9

#609dc9

Complementary Color

#609dc9 #c98c60

#609dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609dc9 Color CSS Codes

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

#609dc9 Text Font Color

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

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


#609dc9 Background Color

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

This div background color is #609dc9


#609dc9 Border Color

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

This div border color is #609dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609dc9


Comments

No comments written yet.

Please login to write comment.