Color Hex Logo

#696daf Color Hex

#696DAF
(105,109,175)
0 Favorites   0 Comments

Color spaces of #696daf

RGB 105109175
HSL0.660.300.55
HSV237°40°69°
CMYK 0.400.380.00   0.31
XYZ19.032217.035742.8425
Yxy17.03570.24120.2159
Hunter Lab41.274310.0789-32.6506
CIE-Lab48.305015.3420-35.6846

#696daf color RGB value is (105,109,175).

#696daf hex color red value is 105, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #696daf hue: 0.66 , saturation: 0.30 and the lightness value of 696daf is 0.55.

The process color (four color CMYK) of #696daf color hex is 0.40, 0.38, 0.00, 0.31. Web safe color of #696daf is #666699. Color #696daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101101 10101111
Octal 151 155 257
Decimal 105 109 175
Hex 69 6D AF

RGB Percentages of Color #696daf

%26.99
%28.02
%44.99

CMYK Percentages of Color #696daf

%40
%38
%0
%31

Triadic Colors of #696daf

#696daf #af696d #6daf69

Analogous Colors of #696daf

#696daf #8869af #6990af

Monochromatic Colors of #696daf

#696daf

Complementary Color

#696daf #afab69

#696daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#696daf Color CSS Codes

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

#696daf Text Font Color

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

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


#696daf Background Color

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

This div background color is #696daf


#696daf Border Color

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

This div border color is #696daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696daf


Comments

No comments written yet.

Please login to write comment.