Color Hex Logo

#696bbb Color Hex

#696BBB
(105,107,187)
0 Favorites   0 Comments

Color spaces of #696bbb

RGB 105107187
HSL0.660.380.57
HSV239°44°73°
CMYK 0.440.430.00   0.27
XYZ20.053017.106549.2587
Yxy17.10650.23200.1980
Hunter Lab41.360014.1640-41.6609
CIE-Lab48.393920.0975-42.5099

#696bbb color RGB value is (105,107,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101011 10111011
Octal 151 153 273
Decimal 105 107 187
Hex 69 6B BB

RGB Percentages of Color #696bbb

%26.32
%26.82
%46.87

CMYK Percentages of Color #696bbb

%44
%43
%0
%27

Triadic Colors of #696bbb

#696bbb #bb696b #6bbb69

Analogous Colors of #696bbb

#696bbb #9069bb #6994bb

Monochromatic Colors of #696bbb

#696bbb

Complementary Color

#696bbb #bbb969

#696bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#696bbb Color CSS Codes

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

#696bbb Text Font Color

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

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


#696bbb Background Color

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

This div background color is #696bbb


#696bbb Border Color

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

This div border color is #696bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696bbb


Comments

No comments written yet.

Please login to write comment.