Color Hex Logo

#6392aa Color Hex

#6392AA
(99,146,170)
0 Favorites   0 Comments

Color spaces of #6392aa

RGB 99146170
HSL0.560.290.53
HSV200°42°67°
CMYK 0.420.140.00   0.33
XYZ22.680226.112741.8751
Yxy26.11270.25010.2880
Hunter Lab51.1006-10.2016-12.8156
CIE-Lab58.1439-9.4587-17.6096

#6392aa color RGB value is (99,146,170).

#6392aa hex color red value is 99, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6392aa hue: 0.56 , saturation: 0.29 and the lightness value of 6392aa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010010 10101010
Octal 143 222 252
Decimal 99 146 170
Hex 63 92 AA

RGB Percentages of Color #6392aa

%23.86
%35.18
%40.96

CMYK Percentages of Color #6392aa

%42
%14
%0
%33

Triadic Colors of #6392aa

#6392aa #aa6392 #92aa63

Analogous Colors of #6392aa

#6392aa #636faa #63aa9f

Monochromatic Colors of #6392aa

#6392aa

Complementary Color

#6392aa #aa7b63

#6392aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6392aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6392aa Color CSS Codes

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

#6392aa Text Font Color

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

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


#6392aa Background Color

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

This div background color is #6392aa


#6392aa Border Color

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

This div border color is #6392aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6392aa


Comments

No comments written yet.

Please login to write comment.