Color Hex Logo

#696cbf Color Hex

#696CBF
(105,108,191)
0 Favorites   0 Comments

Color spaces of #696cbf

RGB 105108191
HSL0.660.400.58
HSV238°45°75°
CMYK 0.450.430.00   0.25
XYZ20.592217.490051.5808
Yxy17.49000.22970.1951
Hunter Lab41.821014.7045-43.8517
CIE-Lab48.871620.6830-44.0619

#696cbf color RGB value is (105,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101100 10111111
Octal 151 154 277
Decimal 105 108 191
Hex 69 6C BF

RGB Percentages of Color #696cbf

%25.99
%26.73
%47.28

CMYK Percentages of Color #696cbf

%45
%43
%0
%25

Triadic Colors of #696cbf

#696cbf #bf696c #6cbf69

Analogous Colors of #696cbf

#696cbf #9169bf #6997bf

Monochromatic Colors of #696cbf

#696cbf

Complementary Color

#696cbf #bfbc69

#696cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#696cbf Color CSS Codes

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

#696cbf Text Font Color

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

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


#696cbf Background Color

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

This div background color is #696cbf


#696cbf Border Color

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

This div border color is #696cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696cbf


Comments

No comments written yet.

Please login to write comment.