Color Hex Logo

#690fa6 Color Hex

#690FA6
(105,15,166)
0 Favorites   0 Comments

Color spaces of #690fa6

RGB 10515166
HSL0.770.830.35
HSV276°91°65°
CMYK 0.370.910.00   0.35
XYZ12.87956.098136.5746
Yxy6.09810.23180.1098
Hunter Lab24.694349.8828-70.5280
CIE-Lab29.658660.0124-60.3065

#690fa6 color RGB value is (105,15,166).

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

The process color (four color CMYK) of #690fa6 color hex is 0.37, 0.91, 0.00, 0.35. Web safe color of #690fa6 is #660099. Color #690fa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001111 10100110
Octal 151 17 246
Decimal 105 15 166
Hex 69 F A6

RGB Percentages of Color #690fa6

%36.71
%5.24
%58.04

CMYK Percentages of Color #690fa6

%37
%91
%0
%35

Triadic Colors of #690fa6

#690fa6 #a6690f #0fa669

Analogous Colors of #690fa6

#690fa6 #a60f98 #1d0fa6

Monochromatic Colors of #690fa6

#690fa6

Complementary Color

#690fa6 #4ca60f

#690fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690fa6 Color CSS Codes

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

#690fa6 Text Font Color

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

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


#690fa6 Background Color

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

This div background color is #690fa6


#690fa6 Border Color

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

This div border color is #690fa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690fa6


Comments

No comments written yet.

Please login to write comment.