Color Hex Logo

#696dce Color Hex

#696DCE
(105,109,206)
0 Favorites   0 Comments

Color spaces of #696dce

RGB 105109206
HSL0.660.510.61
HSV238°49°81°
CMYK 0.490.470.00   0.19
XYZ22.434918.396860.7610
Yxy18.39680.22080.1811
Hunter Lab42.891518.3064-53.9674
CIE-Lab49.973924.6346-50.9107

#696dce color RGB value is (105,109,206).

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

The process color (four color CMYK) of #696dce color hex is 0.49, 0.47, 0.00, 0.19. Web safe color of #696dce is #6666cc. Color #696dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101101 11001110
Octal 151 155 316
Decimal 105 109 206
Hex 69 6D CE

RGB Percentages of Color #696dce

%25.00
%25.95
%49.05

CMYK Percentages of Color #696dce

%49
%47
%0
%19

Triadic Colors of #696dce

#696dce #ce696d #6dce69

Analogous Colors of #696dce

#696dce #9869ce #69a0ce

Monochromatic Colors of #696dce

#696dce

Complementary Color

#696dce #ceca69

#696dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#696dce Color CSS Codes

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

#696dce Text Font Color

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

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


#696dce Background Color

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

This div background color is #696dce


#696dce Border Color

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

This div border color is #696dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696dce


Comments

No comments written yet.

Please login to write comment.