Color Hex Logo

#696d8d Color Hex

#696D8D
(105,109,141)
0 Favorites   0 Comments

Color spaces of #696d8d

RGB 105109141
HSL0.650.150.48
HSV233°26°55°
CMYK 0.260.230.00   0.45
XYZ16.102115.863627.4126
Yxy15.86360.27120.2672
Hunter Lab39.82912.4629-12.9262
CIE-Lab46.79505.9950-18.0201

#696d8d color RGB value is (105,109,141).

#696d8d hex color red value is 105, green value is 109 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #696d8d hue: 0.65 , saturation: 0.15 and the lightness value of 696d8d is 0.48.

The process color (four color CMYK) of #696d8d color hex is 0.26, 0.23, 0.00, 0.45. Web safe color of #696d8d is #666699. Color #696d8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101101 10001101
Octal 151 155 215
Decimal 105 109 141
Hex 69 6D 8D

RGB Percentages of Color #696d8d

%29.58
%30.70
%39.72

CMYK Percentages of Color #696d8d

%26
%23
%0
%45

Triadic Colors of #696d8d

#696d8d #8d696d #6d8d69

Analogous Colors of #696d8d

#696d8d #77698d #697f8d

Monochromatic Colors of #696d8d

#696d8d

Complementary Color

#696d8d #8d8969

#696d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#696d8d Color CSS Codes

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

#696d8d Text Font Color

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

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


#696d8d Background Color

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

This div background color is #696d8d


#696d8d Border Color

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

This div border color is #696d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696d8d


Comments

No comments written yet.

Please login to write comment.