Color Hex Logo

#696dc4 Color Hex

#696DC4
(105,109,196)
0 Favorites   0 Comments

Color spaces of #696dc4

RGB 105109196
HSL0.660.440.59
HSV237°46°77°
CMYK 0.460.440.00   0.23
XYZ21.258117.926154.5642
Yxy17.92610.22680.1912
Hunter Lab42.339215.5294-46.7719
CIE-Lab49.406421.5807-46.0897

#696dc4 color RGB value is (105,109,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101101 11000100
Octal 151 155 304
Decimal 105 109 196
Hex 69 6D C4

RGB Percentages of Color #696dc4

%25.61
%26.59
%47.80

CMYK Percentages of Color #696dc4

%46
%44
%0
%23

Triadic Colors of #696dc4

#696dc4 #c4696d #6dc469

Analogous Colors of #696dc4

#696dc4 #9369c4 #699bc4

Monochromatic Colors of #696dc4

#696dc4

Complementary Color

#696dc4 #c4c069

#696dc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696dc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696dc4 Color CSS Codes

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

#696dc4 Text Font Color

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

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


#696dc4 Background Color

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

This div background color is #696dc4


#696dc4 Border Color

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

This div border color is #696dc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696dc4


Comments

No comments written yet.

Please login to write comment.