Color Hex Logo

#6199aa Color Hex

#6199AA
(97,153,170)
0 Favorites   0 Comments

Color spaces of #6199aa

RGB 97153170
HSL0.540.300.52
HSV194°43°67°
CMYK 0.430.100.00   0.33
XYZ23.576728.226142.2358
Yxy28.22610.25070.3002
Hunter Lab53.1282-13.7615-9.9445
CIE-Lab60.0925-13.8243-14.6663

#6199aa color RGB value is (97,153,170).

#6199aa hex color red value is 97, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6199aa hue: 0.54 , saturation: 0.30 and the lightness value of 6199aa is 0.52.

The process color (four color CMYK) of #6199aa color hex is 0.43, 0.10, 0.00, 0.33. Web safe color of #6199aa is #669999. Color #6199aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011001 10101010
Octal 141 231 252
Decimal 97 153 170
Hex 61 99 AA

RGB Percentages of Color #6199aa

%23.10
%36.43
%40.48

CMYK Percentages of Color #6199aa

%43
%10
%0
%33

Triadic Colors of #6199aa

#6199aa #aa6199 #99aa61

Analogous Colors of #6199aa

#6199aa #6175aa #61aa97

Monochromatic Colors of #6199aa

#6199aa

Complementary Color

#6199aa #aa7261

#6199aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6199aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6199aa Color CSS Codes

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

#6199aa Text Font Color

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

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


#6199aa Background Color

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

This div background color is #6199aa


#6199aa Border Color

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

This div border color is #6199aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6199aa


Comments

No comments written yet.

Please login to write comment.