Color Hex Logo

#696888 Color Hex

#696888
(105,104,136)
0 Favorites   0 Comments

Color spaces of #696888

RGB 105104136
HSL0.670.130.47
HSV242°24°53°
CMYK 0.230.240.00   0.47
XYZ15.219914.681525.3242
Yxy14.68150.27560.2658
Hunter Lab38.31643.8493-12.3646
CIE-Lab45.19487.7445-17.4870

#696888 color RGB value is (105,104,136).

#696888 hex color red value is 105, green value is 104 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #696888 hue: 0.67 , saturation: 0.13 and the lightness value of 696888 is 0.47.

The process color (four color CMYK) of #696888 color hex is 0.23, 0.24, 0.00, 0.47. Web safe color of #696888 is #666699. Color #696888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101000 10001000
Octal 151 150 210
Decimal 105 104 136
Hex 69 68 88

RGB Percentages of Color #696888

%30.43
%30.14
%39.42

CMYK Percentages of Color #696888

%23
%24
%0
%47

Triadic Colors of #696888

#696888 #886968 #688869

Analogous Colors of #696888

#696888 #796888 #687788

Monochromatic Colors of #696888

#696888

Complementary Color

#696888 #878868

#696888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696888 Color CSS Codes

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

#696888 Text Font Color

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

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


#696888 Background Color

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

This div background color is #696888


#696888 Border Color

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

This div border color is #696888


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,104,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696888; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696888;
  -webkit-box-shadow: 1px 1px 3px 2px #696888;
  box-shadow:         1px 1px 3px 2px #696888; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696888


Comments

No comments written yet.

Please login to write comment.