Color Hex Logo

#696fda Color Hex

#696FDA
(105,111,218)
0 Favorites   0 Comments

Color spaces of #696fda

RGB 105111218
HSL0.660.600.63
HSV237°52°85°
CMYK 0.520.490.00   0.15
XYZ24.165019.434168.8072
Yxy19.43410.21500.1729
Hunter Lab44.084120.6987-61.6819
CIE-Lab51.191327.1346-55.7809

#696fda color RGB value is (105,111,218).

#696fda hex color red value is 105, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #696fda hue: 0.66 , saturation: 0.60 and the lightness value of 696fda is 0.63.

The process color (four color CMYK) of #696fda color hex is 0.52, 0.49, 0.00, 0.15. Web safe color of #696fda is #6666cc. Color #696fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101111 11011010
Octal 151 157 332
Decimal 105 111 218
Hex 69 6F DA

RGB Percentages of Color #696fda

%24.19
%25.58
%50.23

CMYK Percentages of Color #696fda

%52
%49
%0
%15

Triadic Colors of #696fda

#696fda #da696f #6fda69

Analogous Colors of #696fda

#696fda #9c69da #69a8da

Monochromatic Colors of #696fda

#696fda

Complementary Color

#696fda #dad469

#696fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#696fda Color CSS Codes

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

#696fda Text Font Color

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

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


#696fda Background Color

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

This div background color is #696fda


#696fda Border Color

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

This div border color is #696fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696fda


Comments

No comments written yet.

Please login to write comment.