Color Hex Logo

#696487 Color Hex

#696487
(105,100,135)
0 Favorites   0 Comments

Color spaces of #696487

RGB 105100135
HSL0.690.150.46
HSV249°26°53°
CMYK 0.220.260.00   0.47
XYZ14.756013.866924.8205
Yxy13.86690.27610.2595
Hunter Lab37.23835.5652-13.4519
CIE-Lab44.04149.9290-18.6547

#696487 color RGB value is (105,100,135).

#696487 hex color red value is 105, green value is 100 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #696487 hue: 0.69 , saturation: 0.15 and the lightness value of 696487 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100100 10000111
Octal 151 144 207
Decimal 105 100 135
Hex 69 64 87

RGB Percentages of Color #696487

%30.88
%29.41
%39.71

CMYK Percentages of Color #696487

%22
%26
%0
%47

Triadic Colors of #696487

#696487 #876964 #648769

Analogous Colors of #696487

#696487 #7b6487 #647187

Monochromatic Colors of #696487

#696487

Complementary Color

#696487 #828764

#696487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696487 Color CSS Codes

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

#696487 Text Font Color

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

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


#696487 Background Color

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

This div background color is #696487


#696487 Border Color

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

This div border color is #696487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696487


Comments

No comments written yet.

Please login to write comment.