Color Hex Logo

#696fcf Color Hex

#696FCF
(105,111,207)
0 Favorites   0 Comments

Color spaces of #696fcf

RGB 105111207
HSL0.660.520.61
HSV236°49°81°
CMYK 0.490.460.00   0.19
XYZ22.772618.877161.4749
Yxy18.87710.22080.1831
Hunter Lab43.447817.5249-53.4768
CIE-Lab50.543123.7238-50.5717

#696fcf color RGB value is (105,111,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101111 11001111
Octal 151 157 317
Decimal 105 111 207
Hex 69 6F CF

RGB Percentages of Color #696fcf

%24.82
%26.24
%48.94

CMYK Percentages of Color #696fcf

%49
%46
%0
%19

Triadic Colors of #696fcf

#696fcf #cf696f #6fcf69

Analogous Colors of #696fcf

#696fcf #9669cf #69a2cf

Monochromatic Colors of #696fcf

#696fcf

Complementary Color

#696fcf #cfc969

#696fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#696fcf Color CSS Codes

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

#696fcf Text Font Color

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

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


#696fcf Background Color

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

This div background color is #696fcf


#696fcf Border Color

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

This div border color is #696fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696fcf


Comments

No comments written yet.

Please login to write comment.