Color Hex Logo

#696694 Color Hex

#696694
(105,102,148)
0 Favorites   0 Comments

Color spaces of #696694

RGB 105102148
HSL0.680.180.49
HSV244°31°58°
CMYK 0.290.310.00   0.42
XYZ15.922414.644130.0044
Yxy14.64410.26290.2418
Hunter Lab38.26767.3020-19.7001
CIE-Lab45.142812.0835-24.7296

#696694 color RGB value is (105,102,148).

#696694 hex color red value is 105, green value is 102 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #696694 hue: 0.68 , saturation: 0.18 and the lightness value of 696694 is 0.49.

The process color (four color CMYK) of #696694 color hex is 0.29, 0.31, 0.00, 0.42. Web safe color of #696694 is #666699. Color #696694 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100110 10010100
Octal 151 146 224
Decimal 105 102 148
Hex 69 66 94

RGB Percentages of Color #696694

%29.58
%28.73
%41.69

CMYK Percentages of Color #696694

%29
%31
%0
%42

Triadic Colors of #696694

#696694 #946966 #669469

Analogous Colors of #696694

#696694 #806694 #667a94

Monochromatic Colors of #696694

#696694

Complementary Color

#696694 #919466

#696694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696694 Color CSS Codes

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

#696694 Text Font Color

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

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


#696694 Background Color

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

This div background color is #696694


#696694 Border Color

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

This div border color is #696694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696694


Comments

No comments written yet.

Please login to write comment.