Color Hex Logo

#6384aa Color Hex

#6384AA
(99,132,170)
0 Favorites   0 Comments

Color spaces of #6384aa

RGB 99132170
HSL0.590.290.53
HSV212°42°67°
CMYK 0.420.220.00   0.33
XYZ20.652622.057541.1992
Yxy22.05750.24610.2629
Hunter Lab46.9654-3.6958-19.1348
CIE-Lab54.0880-1.5080-23.8157

#6384aa color RGB value is (99,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 10101010
Octal 143 204 252
Decimal 99 132 170
Hex 63 84 AA

RGB Percentages of Color #6384aa

%24.69
%32.92
%42.39

CMYK Percentages of Color #6384aa

%42
%22
%0
%33

Triadic Colors of #6384aa

#6384aa #aa6384 #84aa63

Analogous Colors of #6384aa

#6384aa #6663aa #63a8aa

Monochromatic Colors of #6384aa

#6384aa

Complementary Color

#6384aa #aa8963

#6384aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6384aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6384aa Color CSS Codes

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

#6384aa Text Font Color

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

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


#6384aa Background Color

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

This div background color is #6384aa


#6384aa Border Color

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

This div border color is #6384aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6384aa


Comments

No comments written yet.

Please login to write comment.