Color Hex Logo

#6263aa Color Hex

#6263AA
(98,99,170)
0 Favorites   0 Comments

Color spaces of #6263aa

RGB 9899170
HSL0.660.300.53
HSV239°42°67°
CMYK 0.420.420.00   0.33
XYZ16.754514.422639.9310
Yxy14.42260.23560.2028
Hunter Lab37.977112.2896-35.7565
CIE-Lab44.833018.1391-38.2728

#6263aa color RGB value is (98,99,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100011 10101010
Octal 142 143 252
Decimal 98 99 170
Hex 62 63 AA

RGB Percentages of Color #6263aa

%26.70
%26.98
%46.32

CMYK Percentages of Color #6263aa

%42
%42
%0
%33

Triadic Colors of #6263aa

#6263aa #aa6263 #63aa62

Analogous Colors of #6263aa

#6263aa #8562aa #6287aa

Monochromatic Colors of #6263aa

#6263aa

Complementary Color

#6263aa #aaa962

#6263aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6263aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6263aa Color CSS Codes

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

#6263aa Text Font Color

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

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


#6263aa Background Color

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

This div background color is #6263aa


#6263aa Border Color

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

This div border color is #6263aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6263aa


Comments

No comments written yet.

Please login to write comment.