Color Hex Logo

#6907aa Color Hex

#6907AA
(105,7,170)
0 Favorites   0 Comments

Color spaces of #6907aa

RGB 1057170
HSL0.770.920.35
HSV276°96°67°
CMYK 0.380.960.00   0.33
XYZ13.15746.057538.5060
Yxy6.05750.22790.1049
Hunter Lab24.612052.3539-75.5321
CIE-Lab29.557162.2842-62.8870

#6907aa color RGB value is (105,7,170).

#6907aa hex color red value is 105, green value is 7 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6907aa hue: 0.77 , saturation: 0.92 and the lightness value of 6907aa is 0.35.

The process color (four color CMYK) of #6907aa color hex is 0.38, 0.96, 0.00, 0.33. Web safe color of #6907aa is #660099. Color #6907aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000111 10101010
Octal 151 7 252
Decimal 105 7 170
Hex 69 7 AA

RGB Percentages of Color #6907aa

%37.23
%2.48
%60.28

CMYK Percentages of Color #6907aa

%38
%96
%0
%33

Triadic Colors of #6907aa

#6907aa #aa6907 #07aa69

Analogous Colors of #6907aa

#6907aa #aa079a #1807aa

Monochromatic Colors of #6907aa

#6907aa

Complementary Color

#6907aa #48aa07

#6907aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6907aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6907aa Color CSS Codes

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

#6907aa Text Font Color

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

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


#6907aa Background Color

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

This div background color is #6907aa


#6907aa Border Color

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

This div border color is #6907aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6907aa


Comments

No comments written yet.

Please login to write comment.