Color Hex Logo

#609bad Color Hex

#609BAD
(96,155,173)
0 Favorites   0 Comments

Color spaces of #609bad

RGB 96155173
HSL0.540.320.53
HSV194°45°68°
CMYK 0.450.100.00   0.32
XYZ24.088028.946643.8528
Yxy28.94660.24860.2988
Hunter Lab53.8020-14.2364-10.6645
CIE-Lab60.7345-14.3368-15.3976

#609bad color RGB value is (96,155,173).

#609bad hex color red value is 96, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #609bad hue: 0.54 , saturation: 0.32 and the lightness value of 609bad is 0.53.

The process color (four color CMYK) of #609bad color hex is 0.45, 0.10, 0.00, 0.32. Web safe color of #609bad is #669999. Color #609bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011011 10101101
Octal 140 233 255
Decimal 96 155 173
Hex 60 9B AD

RGB Percentages of Color #609bad

%22.64
%36.56
%40.80

CMYK Percentages of Color #609bad

%45
%10
%0
%32

Triadic Colors of #609bad

#609bad #ad609b #9bad60

Analogous Colors of #609bad

#609bad #6075ad #60ad99

Monochromatic Colors of #609bad

#609bad

Complementary Color

#609bad #ad7260

#609bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#609bad Color CSS Codes

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

#609bad Text Font Color

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

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


#609bad Background Color

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

This div background color is #609bad


#609bad Border Color

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

This div border color is #609bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609bad


Comments

No comments written yet.

Please login to write comment.