Color Hex Logo

#6193aa Color Hex

#6193AA
(97,147,170)
0 Favorites   0 Comments

Color spaces of #6193aa

RGB 97147170
HSL0.550.300.52
HSV199°43°67°
CMYK 0.430.140.00   0.33
XYZ22.619226.311141.9166
Yxy26.31110.24900.2896
Hunter Lab51.2943-11.0522-12.5444
CIE-Lab58.3312-10.5443-17.3346

#6193aa color RGB value is (97,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010011 10101010
Octal 141 223 252
Decimal 97 147 170
Hex 61 93 AA

RGB Percentages of Color #6193aa

%23.43
%35.51
%41.06

CMYK Percentages of Color #6193aa

%43
%14
%0
%33

Triadic Colors of #6193aa

#6193aa #aa6193 #93aa61

Analogous Colors of #6193aa

#6193aa #616faa #61aa9d

Monochromatic Colors of #6193aa

#6193aa

Complementary Color

#6193aa #aa7861

#6193aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6193aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6193aa Color CSS Codes

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

#6193aa Text Font Color

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

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


#6193aa Background Color

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

This div background color is #6193aa


#6193aa Border Color

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

This div border color is #6193aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6193aa


Comments

No comments written yet.

Please login to write comment.