Color Hex Logo

#696abf Color Hex

#696ABF
(105,106,191)
0 Favorites   0 Comments

Color spaces of #696abf

RGB 105106191
HSL0.660.400.58
HSV239°45°75°
CMYK 0.450.450.00   0.25
XYZ20.383717.072951.5113
Yxy17.07290.22910.1919
Hunter Lab41.319415.7489-44.9911
CIE-Lab48.351821.9067-44.8882

#696abf color RGB value is (105,106,191).

#696abf hex color red value is 105, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #696abf hue: 0.66 , saturation: 0.40 and the lightness value of 696abf is 0.58.

The process color (four color CMYK) of #696abf color hex is 0.45, 0.45, 0.00, 0.25. Web safe color of #696abf is #6666cc. Color #696abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101010 10111111
Octal 151 152 277
Decimal 105 106 191
Hex 69 6A BF

RGB Percentages of Color #696abf

%26.12
%26.37
%47.51

CMYK Percentages of Color #696abf

%45
%45
%0
%25

Triadic Colors of #696abf

#696abf #bf696a #6abf69

Analogous Colors of #696abf

#696abf #9369bf #6995bf

Monochromatic Colors of #696abf

#696abf

Complementary Color

#696abf #bfbe69

#696abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#696abf Color CSS Codes

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

#696abf Text Font Color

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

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


#696abf Background Color

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

This div background color is #696abf


#696abf Border Color

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

This div border color is #696abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696abf


Comments

No comments written yet.

Please login to write comment.