Color Hex Logo

#696fce Color Hex

#696FCE
(105,111,206)
0 Favorites   0 Comments

Color spaces of #696fce

RGB 105111206
HSL0.660.510.61
HSV236°49°81°
CMYK 0.490.460.00   0.19
XYZ22.650718.828460.8329
Yxy18.82840.22140.1840
Hunter Lab43.391717.2425-52.7473
CIE-Lab50.485823.4155-50.0930

#696fce color RGB value is (105,111,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101111 11001110
Octal 151 157 316
Decimal 105 111 206
Hex 69 6F CE

RGB Percentages of Color #696fce

%24.88
%26.30
%48.82

CMYK Percentages of Color #696fce

%49
%46
%0
%19

Triadic Colors of #696fce

#696fce #ce696f #6fce69

Analogous Colors of #696fce

#696fce #9669ce #69a2ce

Monochromatic Colors of #696fce

#696fce

Complementary Color

#696fce #cec869

#696fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#696fce Color CSS Codes

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

#696fce Text Font Color

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

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


#696fce Background Color

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

This div background color is #696fce


#696fce Border Color

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

This div border color is #696fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696fce

#696fce Color Palettes


Comments

No comments written yet.

Please login to write comment.