Color Hex Logo

#6751aa Color Hex

#6751AA
(103,81,170)
0 Favorites   0 Comments

Color spaces of #6751aa

RGB 10381170
HSL0.710.350.49
HSV255°52°67°
CMYK 0.390.520.00   0.33
XYZ15.791611.670739.4506
Yxy11.67070.23600.1744
Hunter Lab34.162422.7276-44.5542
CIE-Lab40.687930.5290-44.8431

#6751aa color RGB value is (103,81,170).

#6751aa hex color red value is 103, green value is 81 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6751aa hue: 0.71 , saturation: 0.35 and the lightness value of 6751aa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010001 10101010
Octal 147 121 252
Decimal 103 81 170
Hex 67 51 AA

RGB Percentages of Color #6751aa

%29.10
%22.88
%48.02

CMYK Percentages of Color #6751aa

%39
%52
%0
%33

Triadic Colors of #6751aa

#6751aa #aa6751 #51aa67

Analogous Colors of #6751aa

#6751aa #9451aa #5168aa

Monochromatic Colors of #6751aa

#6751aa

Complementary Color

#6751aa #94aa51

#6751aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6751aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6751aa Color CSS Codes

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

#6751aa Text Font Color

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

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


#6751aa Background Color

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

This div background color is #6751aa


#6751aa Border Color

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

This div border color is #6751aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6751aa


Comments

No comments written yet.

Please login to write comment.