Color Hex Logo

#61909f Color Hex

#61909F
(97,144,159)
0 Favorites   0 Comments

Color spaces of #61909f

RGB 97144159
HSL0.540.240.50
HSV195°39°62°
CMYK 0.390.090.00   0.38
XYZ21.161024.991136.5093
Yxy24.99110.25600.3023
Hunter Lab49.9911-11.9262-8.3067
CIE-Lab57.0667-11.9010-12.9683

#61909f color RGB value is (97,144,159).

#61909f hex color red value is 97, green value is 144 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #61909f hue: 0.54 , saturation: 0.24 and the lightness value of 61909f is 0.50.

The process color (four color CMYK) of #61909f color hex is 0.39, 0.09, 0.00, 0.38. Web safe color of #61909f is #669999. Color #61909f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010000 10011111
Octal 141 220 237
Decimal 97 144 159
Hex 61 90 9F

RGB Percentages of Color #61909f

%24.25
%36.00
%39.75

CMYK Percentages of Color #61909f

%39
%9
%0
%38

Triadic Colors of #61909f

#61909f #9f6190 #909f61

Analogous Colors of #61909f

#61909f #61719f #619f8f

Monochromatic Colors of #61909f

#61909f

Complementary Color

#61909f #9f7061

#61909f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61909f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61909f Color CSS Codes

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

#61909f Text Font Color

<p style="color:#61909f">Text here</p>

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


#61909f Background Color

<div style="background-color:#61909f">
Div content here</div>

This div background color is #61909f


#61909f Border Color

<div style="border:3px solid #61909f">
Div here</div>

This div border color is #61909f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,144,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61909f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61909f;
  -webkit-box-shadow: 1px 1px 3px 2px #61909f;
  box-shadow:         1px 1px 3px 2px #61909f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,144,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61909f


Comments

No comments written yet.

Please login to write comment.