Color Hex Logo

#696aef Color Hex

#696AEF
(105,106,239)
0 Favorites   0 Comments

Color spaces of #696aef

RGB 105106239
HSL0.670.810.67
HSV240°56°94°
CMYK 0.560.560.00   0.06
XYZ26.559719.543384.0337
Yxy19.54330.20410.1502
Hunter Lab44.207829.8777-81.7577
CIE-Lab51.316936.7285-67.3907

#696aef color RGB value is (105,106,239).

#696aef hex color red value is 105, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #696aef hue: 0.67 , saturation: 0.81 and the lightness value of 696aef is 0.67.

The process color (four color CMYK) of #696aef color hex is 0.56, 0.56, 0.00, 0.06. Web safe color of #696aef is #6666ff. Color #696aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101010 11101111
Octal 151 152 357
Decimal 105 106 239
Hex 69 6A EF

RGB Percentages of Color #696aef

%23.33
%23.56
%53.11

CMYK Percentages of Color #696aef

%56
%56
%0
%6

Triadic Colors of #696aef

#696aef #ef696a #6aef69

Analogous Colors of #696aef

#696aef #ab69ef #69adef

Monochromatic Colors of #696aef

#696aef

Complementary Color

#696aef #efee69

#696aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#696aef Color CSS Codes

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

#696aef Text Font Color

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

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


#696aef Background Color

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

This div background color is #696aef


#696aef Border Color

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

This div border color is #696aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696aef


Comments

No comments written yet.

Please login to write comment.