Color Hex Logo

#6199bf Color Hex

#6199BF
(97,153,191)
0 Favorites   0 Comments

Color spaces of #6199bf

RGB 97153191
HSL0.570.420.56
HSV204°49°75°
CMYK 0.490.200.00   0.25
XYZ25.725029.085453.5484
Yxy29.08540.23740.2684
Hunter Lab53.9309-9.2346-21.1179
CIE-Lab60.8569-7.8533-25.3553

#6199bf color RGB value is (97,153,191).

#6199bf hex color red value is 97, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6199bf hue: 0.57 , saturation: 0.42 and the lightness value of 6199bf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011001 10111111
Octal 141 231 277
Decimal 97 153 191
Hex 61 99 BF

RGB Percentages of Color #6199bf

%22.00
%34.69
%43.31

CMYK Percentages of Color #6199bf

%49
%20
%0
%25

Triadic Colors of #6199bf

#6199bf #bf6199 #99bf61

Analogous Colors of #6199bf

#6199bf #616abf #61bfb6

Monochromatic Colors of #6199bf

#6199bf

Complementary Color

#6199bf #bf8761

#6199bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6199bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6199bf Color CSS Codes

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

#6199bf Text Font Color

<p style="color:#6199bf">Text here</p>

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


#6199bf Background Color

<div style="background-color:#6199bf">
Div content here</div>

This div background color is #6199bf


#6199bf Border Color

<div style="border:3px solid #6199bf">
Div here</div>

This div border color is #6199bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,153,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6199bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6199bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6199bf;
  box-shadow:         1px 1px 3px 2px #6199bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6199bf


Comments

No comments written yet.

Please login to write comment.