Color Hex Logo

#690aaa Color Hex

#690AAA
(105,10,170)
0 Favorites   0 Comments

Color spaces of #690aaa

RGB 10510170
HSL0.770.890.35
HSV276°94°67°
CMYK 0.380.940.00   0.33
XYZ13.18996.122638.5168
Yxy6.12260.22810.1059
Hunter Lab24.743951.8489-74.9712
CIE-Lab29.719761.7960-62.6198

#690aaa color RGB value is (105,10,170).

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

The process color (four color CMYK) of #690aaa color hex is 0.38, 0.94, 0.00, 0.33. Web safe color of #690aaa is #660099. Color #690aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001010 10101010
Octal 151 12 252
Decimal 105 10 170
Hex 69 A AA

RGB Percentages of Color #690aaa

%36.84
%3.51
%59.65

CMYK Percentages of Color #690aaa

%38
%94
%0
%33

Triadic Colors of #690aaa

#690aaa #aa690a #0aaa69

Analogous Colors of #690aaa

#690aaa #aa0a9b #190aaa

Monochromatic Colors of #690aaa

#690aaa

Complementary Color

#690aaa #4baa0a

#690aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#690aaa Color CSS Codes

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

#690aaa Text Font Color

<p style="color:#690aaa">Text here</p>

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


#690aaa Background Color

<div style="background-color:#690aaa">
Div content here</div>

This div background color is #690aaa


#690aaa Border Color

<div style="border:3px solid #690aaa">
Div here</div>

This div border color is #690aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690aaa


Comments

No comments written yet.

Please login to write comment.