Color Hex Logo

#6373aa Color Hex

#6373AA
(99,115,170)
0 Favorites   0 Comments

Color spaces of #6373aa

RGB 99115170
HSL0.630.290.53
HSV226°42°67°
CMYK 0.420.320.00   0.33
XYZ18.532017.816440.4924
Yxy17.81640.24120.2319
Hunter Lab42.20954.5035-27.3315
CIE-Lab49.27278.5855-31.2860

#6373aa color RGB value is (99,115,170).

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

The process color (four color CMYK) of #6373aa color hex is 0.42, 0.32, 0.00, 0.33. Web safe color of #6373aa is #666699. Color #6373aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110011 10101010
Octal 143 163 252
Decimal 99 115 170
Hex 63 73 AA

RGB Percentages of Color #6373aa

%25.78
%29.95
%44.27

CMYK Percentages of Color #6373aa

%42
%32
%0
%33

Triadic Colors of #6373aa

#6373aa #aa6373 #73aa63

Analogous Colors of #6373aa

#6373aa #7763aa #6397aa

Monochromatic Colors of #6373aa

#6373aa

Complementary Color

#6373aa #aa9a63

#6373aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6373aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6373aa Color CSS Codes

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

#6373aa Text Font Color

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

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


#6373aa Background Color

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

This div background color is #6373aa


#6373aa Border Color

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

This div border color is #6373aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6373aa


Comments

No comments written yet.

Please login to write comment.