Color Hex Logo

#696cbe Color Hex

#696CBE
(105,108,190)
0 Favorites   0 Comments

Color spaces of #696cbe

RGB 105108190
HSL0.660.400.58
HSV238°45°75°
CMYK 0.450.430.00   0.25
XYZ20.482517.446151.0031
Yxy17.44610.23030.1962
Hunter Lab41.768514.4381-43.1604
CIE-Lab48.817320.3829-43.5714

#696cbe color RGB value is (105,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101100 10111110
Octal 151 154 276
Decimal 105 108 190
Hex 69 6C BE

RGB Percentages of Color #696cbe

%26.05
%26.80
%47.15

CMYK Percentages of Color #696cbe

%45
%43
%0
%25

Triadic Colors of #696cbe

#696cbe #be696c #6cbe69

Analogous Colors of #696cbe

#696cbe #9169be #6997be

Monochromatic Colors of #696cbe

#696cbe

Complementary Color

#696cbe #bebb69

#696cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#696cbe Color CSS Codes

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

#696cbe Text Font Color

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

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


#696cbe Background Color

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

This div background color is #696cbe


#696cbe Border Color

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

This div border color is #696cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696cbe


Comments

No comments written yet.

Please login to write comment.