Color Hex Logo

#690684 Color Hex

#690684
(105,6,132)
0 Favorites   0 Comments

Color spaces of #690684

RGB 1056132
HSL0.800.910.27
HSV287°95°52°
CMYK 0.200.950.00   0.48
XYZ10.05574.799522.2262
Yxy4.79950.27120.1294
Hunter Lab21.907843.5932-44.8164
CIE-Lab26.155754.7744-45.0779

#690684 color RGB value is (105,6,132).

#690684 hex color red value is 105, green value is 6 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #690684 hue: 0.80 , saturation: 0.91 and the lightness value of 690684 is 0.27.

The process color (four color CMYK) of #690684 color hex is 0.20, 0.95, 0.00, 0.48. Web safe color of #690684 is #660099. Color #690684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000110 10000100
Octal 151 6 204
Decimal 105 6 132
Hex 69 6 84

RGB Percentages of Color #690684

%43.21
%2.47
%54.32

CMYK Percentages of Color #690684

%20
%95
%0
%48

Triadic Colors of #690684

#690684 #846906 #068469

Analogous Colors of #690684

#690684 #840660 #2a0684

Monochromatic Colors of #690684

#690684

Complementary Color

#690684 #218406

#690684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690684 Color CSS Codes

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

#690684 Text Font Color

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

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


#690684 Background Color

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

This div background color is #690684


#690684 Border Color

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

This div border color is #690684


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,6,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #690684; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #690684;
  -webkit-box-shadow: 1px 1px 3px 2px #690684;
  box-shadow:         1px 1px 3px 2px #690684; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,6,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #690684">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690684


Comments

No comments written yet.

Please login to write comment.