Color Hex Logo

#6763aa Color Hex

#6763AA
(103,99,170)
0 Favorites   0 Comments

Color spaces of #6763aa

RGB 10399170
HSL0.680.290.53
HSV243°42°67°
CMYK 0.390.420.00   0.33
XYZ17.311114.709539.9570
Yxy14.70950.24050.2044
Hunter Lab38.353013.4506-34.9226
CIE-Lab45.233719.4826-37.6129

#6763aa color RGB value is (103,99,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100011 10101010
Octal 147 143 252
Decimal 103 99 170
Hex 67 63 AA

RGB Percentages of Color #6763aa

%27.69
%26.61
%45.70

CMYK Percentages of Color #6763aa

%39
%42
%0
%33

Triadic Colors of #6763aa

#6763aa #aa6763 #63aa67

Analogous Colors of #6763aa

#6763aa #8b63aa #6383aa

Monochromatic Colors of #6763aa

#6763aa

Complementary Color

#6763aa #a6aa63

#6763aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6763aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6763aa Color CSS Codes

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

#6763aa Text Font Color

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

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


#6763aa Background Color

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

This div background color is #6763aa


#6763aa Border Color

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

This div border color is #6763aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6763aa


Comments

No comments written yet.

Please login to write comment.