Color Hex Logo

#6191be Color Hex

#6191BE
(97,145,190)
0 Favorites   0 Comments

Color spaces of #6191be

RGB 97145190
HSL0.580.420.56
HSV209°49°75°
CMYK 0.490.240.00   0.25
XYZ24.349426.509952.5488
Yxy26.50990.23550.2564
Hunter Lab51.4878-5.6880-24.4704
CIE-Lab58.5179-3.6422-28.3996

#6191be color RGB value is (97,145,190).

#6191be hex color red value is 97, green value is 145 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6191be hue: 0.58 , saturation: 0.42 and the lightness value of 6191be is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010001 10111110
Octal 141 221 276
Decimal 97 145 190
Hex 61 91 BE

RGB Percentages of Color #6191be

%22.45
%33.56
%43.98

CMYK Percentages of Color #6191be

%49
%24
%0
%25

Triadic Colors of #6191be

#6191be #be6191 #91be61

Analogous Colors of #6191be

#6191be #6162be #61bebd

Monochromatic Colors of #6191be

#6191be

Complementary Color

#6191be #be8e61

#6191be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6191be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6191be Color CSS Codes

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

#6191be Text Font Color

<p style="color:#6191be">Text here</p>

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


#6191be Background Color

<div style="background-color:#6191be">
Div content here</div>

This div background color is #6191be


#6191be Border Color

<div style="border:3px solid #6191be">
Div here</div>

This div border color is #6191be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,145,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6191be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6191be;
  -webkit-box-shadow: 1px 1px 3px 2px #6191be;
  box-shadow:         1px 1px 3px 2px #6191be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6191be


Comments

No comments written yet.

Please login to write comment.