Color Hex Logo

#6190bd Color Hex

#6190BD
(97,144,189)
0 Favorites   0 Comments

Color spaces of #6190bd

RGB 97144189
HSL0.580.410.56
HSV209°49°74°
CMYK 0.490.240.00   0.26
XYZ24.088326.162051.9243
Yxy26.16200.23580.2561
Hunter Lab51.1488-5.4466-24.3848
CIE-Lab58.1905-3.3700-28.3402

#6190bd color RGB value is (97,144,189).

#6190bd hex color red value is 97, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6190bd hue: 0.58 , saturation: 0.41 and the lightness value of 6190bd is 0.56.

The process color (four color CMYK) of #6190bd color hex is 0.49, 0.24, 0.00, 0.26. Web safe color of #6190bd is #6699cc. Color #6190bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010000 10111101
Octal 141 220 275
Decimal 97 144 189
Hex 61 90 BD

RGB Percentages of Color #6190bd

%22.56
%33.49
%43.95

CMYK Percentages of Color #6190bd

%49
%24
%0
%26

Triadic Colors of #6190bd

#6190bd #bd6190 #90bd61

Analogous Colors of #6190bd

#6190bd #6162bd #61bdbc

Monochromatic Colors of #6190bd

#6190bd

Complementary Color

#6190bd #bd8e61

#6190bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6190bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6190bd Color CSS Codes

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

#6190bd Text Font Color

<p style="color:#6190bd">Text here</p>

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


#6190bd Background Color

<div style="background-color:#6190bd">
Div content here</div>

This div background color is #6190bd


#6190bd Border Color

<div style="border:3px solid #6190bd">
Div here</div>

This div border color is #6190bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6190bd


Comments

No comments written yet.

Please login to write comment.