Color Hex Logo

#696988 Color Hex

#696988
(105,105,136)
0 Favorites   0 Comments

Color spaces of #696988

RGB 105105136
HSL0.670.130.47
HSV240°23°53°
CMYK 0.230.230.00   0.47
XYZ15.321214.884025.3579
Yxy14.88400.27570.2679
Hunter Lab38.57983.3731-11.9646
CIE-Lab45.47497.1384-17.0586

#696988 color RGB value is (105,105,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101001 10001000
Octal 151 151 210
Decimal 105 105 136
Hex 69 69 88

RGB Percentages of Color #696988

%30.35
%30.35
%39.31

CMYK Percentages of Color #696988

%23
%23
%0
%47

Triadic Colors of #696988

#696988 #886969 #698869

Analogous Colors of #696988

#696988 #796988 #697988

Monochromatic Colors of #696988

#696988

Complementary Color

#696988 #888869

#696988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696988 Color CSS Codes

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

#696988 Text Font Color

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

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


#696988 Background Color

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

This div background color is #696988


#696988 Border Color

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

This div border color is #696988


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,105,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 #696988">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696988


Comments

No comments written yet.

Please login to write comment.