Color Hex Logo

#696bcd Color Hex

#696BCD
(105,107,205)
0 Favorites   0 Comments

Color spaces of #696bcd

RGB 105107205
HSL0.660.500.61
HSV239°49°80°
CMYK 0.490.480.00   0.20
XYZ22.102817.926460.0528
Yxy17.92640.22080.1791
Hunter Lab42.339619.0892-54.4569
CIE-Lab49.406725.5470-51.2464

#696bcd color RGB value is (105,107,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101011 11001101
Octal 151 153 315
Decimal 105 107 205
Hex 69 6B CD

RGB Percentages of Color #696bcd

%25.18
%25.66
%49.16

CMYK Percentages of Color #696bcd

%49
%48
%0
%20

Triadic Colors of #696bcd

#696bcd #cd696b #6bcd69

Analogous Colors of #696bcd

#696bcd #9969cd #699dcd

Monochromatic Colors of #696bcd

#696bcd

Complementary Color

#696bcd #cdcb69

#696bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#696bcd Color CSS Codes

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

#696bcd Text Font Color

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

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


#696bcd Background Color

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

This div background color is #696bcd


#696bcd Border Color

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

This div border color is #696bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696bcd


Comments

No comments written yet.

Please login to write comment.