Color Hex Logo

#6195bd Color Hex

#6195BD
(97,149,189)
0 Favorites   0 Comments

Color spaces of #6195bd

RGB 97149189
HSL0.570.410.56
HSV206°49°74°
CMYK 0.490.210.00   0.26
XYZ24.862527.710452.1824
Yxy27.71040.23730.2645
Hunter Lab52.6407-7.8146-21.9254
CIE-Lab59.6262-6.2042-26.1233

#6195bd color RGB value is (97,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010101 10111101
Octal 141 225 275
Decimal 97 149 189
Hex 61 95 BD

RGB Percentages of Color #6195bd

%22.30
%34.25
%43.45

CMYK Percentages of Color #6195bd

%49
%21
%0
%26

Triadic Colors of #6195bd

#6195bd #bd6195 #95bd61

Analogous Colors of #6195bd

#6195bd #6167bd #61bdb7

Monochromatic Colors of #6195bd

#6195bd

Complementary Color

#6195bd #bd8961

#6195bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6195bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6195bd Color CSS Codes

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

#6195bd Text Font Color

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

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


#6195bd Background Color

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

This div background color is #6195bd


#6195bd Border Color

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

This div border color is #6195bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,149,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 #6195bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6195bd


Comments

No comments written yet.

Please login to write comment.