#697786

Color #697786 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #697786

Tints of Lynch #697786

Color information

#697786 (or 0x697786) is unknown color: approx Lynch. HEX triplet: 69, 77 and 86. RGB value is (105,119,134). Sum of RGB (Red+Green+Blue) = 105+119+134=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #697786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697786 is #968879. Grayscale: #747474. Windows color (decimal): -9865338 or 8812393. OLE color: 8812393.

HSL color Cylindrical-coordinate representation of color #697786: hue angle of 211.03º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697786 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105119134-
CMYK0.220.1100.47
HSL211.03º12.13%46.86%-
HSV(B)211.03º21.64%52.55%-
XYZ16.7317.9225.13-
YUV116.52137.86119.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=29.33%
G=33.24%
B=37.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051191340.220.1100.47211.0312.1346.86
Hex69778616B02Fd3c2f
Octal15116720626130573231457
Binary11010011110111100001101011010110101111110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697786; }

 p { color: rgb(105,119,134); }

 H1.HeaderClassName
 {
   color: #697786;
 }
 .AnyTagClassName
 {
   color: #697786;
 }
</style>
background-color css

<style>
 a { background-color: #697786; }

 a { background-color: rgb(105,119,134); }

 div.DivClassName
 {
   background-color: #697786;
 }
 .BgClassName
 {
   background-color: #697786;
 }
</style>
border-color css

<style>
 span { border-color: #697786; }

 span { border-color: rgb(105,119,134); }

 td.TdClassName
 {
   border-color: #697786;
 }
 .TagClassName
 {
   border-color: #697786;
 }
</style>