Color Hex Logo

#696594 Color Hex

#696594
(105,101,148)
0 Favorites   0 Comments

Color spaces of #696594

RGB 105101148
HSL0.680.190.49
HSV245°32°58°
CMYK 0.290.320.00   0.42
XYZ15.824714.448729.9718
Yxy14.44870.26270.2398
Hunter Lab38.01147.7920-20.1418
CIE-Lab44.869712.6960-25.1534

#696594 color RGB value is (105,101,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100101 10010100
Octal 151 145 224
Decimal 105 101 148
Hex 69 65 94

RGB Percentages of Color #696594

%29.66
%28.53
%41.81

CMYK Percentages of Color #696594

%29
%32
%0
%42

Triadic Colors of #696594

#696594 #946965 #659469

Analogous Colors of #696594

#696594 #816594 #657994

Monochromatic Colors of #696594

#696594

Complementary Color

#696594 #909465

#696594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696594 Color CSS Codes

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

#696594 Text Font Color

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

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


#696594 Background Color

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

This div background color is #696594


#696594 Border Color

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

This div border color is #696594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696594


Comments

No comments written yet.

Please login to write comment.