Color Hex Logo

#694aaa Color Hex

#694AAA
(105,74,170)
0 Favorites   0 Comments

Color spaces of #694aaa

RGB 10574170
HSL0.720.390.48
HSV259°56°67°
CMYK 0.380.560.00   0.33
XYZ15.530210.803139.2969
Yxy10.80310.23660.1646
Hunter Lab32.868126.8223-47.8792
CIE-Lab39.246835.2153-47.1423

#694aaa color RGB value is (105,74,170).

#694aaa hex color red value is 105, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #694aaa hue: 0.72 , saturation: 0.39 and the lightness value of 694aaa is 0.48.

The process color (four color CMYK) of #694aaa color hex is 0.38, 0.56, 0.00, 0.33. Web safe color of #694aaa is #663399. Color #694aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001010 10101010
Octal 151 112 252
Decimal 105 74 170
Hex 69 4A AA

RGB Percentages of Color #694aaa

%30.09
%21.20
%48.71

CMYK Percentages of Color #694aaa

%38
%56
%0
%33

Triadic Colors of #694aaa

#694aaa #aa694a #4aaa69

Analogous Colors of #694aaa

#694aaa #994aaa #4a5baa

Monochromatic Colors of #694aaa

#694aaa

Complementary Color

#694aaa #8baa4a

#694aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#694aaa Color CSS Codes

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

#694aaa Text Font Color

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

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


#694aaa Background Color

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

This div background color is #694aaa


#694aaa Border Color

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

This div border color is #694aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694aaa


Comments

No comments written yet.

Please login to write comment.