Color Hex Logo

#696990 Color Hex

#696990
(105,105,144)
0 Favorites   0 Comments

Color spaces of #696990

RGB 105105144
HSL0.670.160.49
HSV240°27°56°
CMYK 0.270.270.00   0.44
XYZ15.911315.120028.4654
Yxy15.12000.26740.2541
Hunter Lab38.88444.9934-16.1842
CIE-Lab45.79819.1949-21.3354

#696990 color RGB value is (105,105,144).

#696990 hex color red value is 105, green value is 105 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #696990 hue: 0.67 , saturation: 0.16 and the lightness value of 696990 is 0.49.

The process color (four color CMYK) of #696990 color hex is 0.27, 0.27, 0.00, 0.44. Web safe color of #696990 is #666699. Color #696990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101001 10010000
Octal 151 151 220
Decimal 105 105 144
Hex 69 69 90

RGB Percentages of Color #696990

%29.66
%29.66
%40.68

CMYK Percentages of Color #696990

%27
%27
%0
%44

Triadic Colors of #696990

#696990 #906969 #699069

Analogous Colors of #696990

#696990 #7d6990 #697d90

Monochromatic Colors of #696990

#696990

Complementary Color

#696990 #909069

#696990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696990 Color CSS Codes

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

#696990 Text Font Color

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

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


#696990 Background Color

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

This div background color is #696990


#696990 Border Color

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

This div border color is #696990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696990


Comments

No comments written yet.

Please login to write comment.