Color Hex Logo

#696cdb Color Hex

#696CDB
(105,108,219)
0 Favorites   0 Comments

Color spaces of #696cdb

RGB 105108219
HSL0.660.610.64
HSV238°52°86°
CMYK 0.520.510.00   0.14
XYZ23.974418.842969.3913
Yxy18.84290.21370.1679
Hunter Lab43.408422.6206-64.3932
CIE-Lab50.502929.2667-57.4520

#696cdb color RGB value is (105,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101100 11011011
Octal 151 154 333
Decimal 105 108 219
Hex 69 6C DB

RGB Percentages of Color #696cdb

%24.31
%25.00
%50.69

CMYK Percentages of Color #696cdb

%52
%51
%0
%14

Triadic Colors of #696cdb

#696cdb #db696c #6cdb69

Analogous Colors of #696cdb

#696cdb #9f69db #69a5db

Monochromatic Colors of #696cdb

#696cdb

Complementary Color

#696cdb #dbd869

#696cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#696cdb Color CSS Codes

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

#696cdb Text Font Color

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

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


#696cdb Background Color

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

This div background color is #696cdb


#696cdb Border Color

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

This div border color is #696cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696cdb


Comments

No comments written yet.

Please login to write comment.