#697D86

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

Shades of Lynch #697D86

Tints of Lynch #697D86

Color information

#697D86 (or 0x697D86) is unknown color: approx Lynch. HEX triplet: 69, 7D and 86. RGB value is (105,125,134). Sum of RGB (Red+Green+Blue) = 105+125+134=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #697D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D86 is #968279. Grayscale: #777777. Windows color (decimal): -9863802 or 8813929. OLE color: 8813929.

HSL color Cylindrical-coordinate representation of color #697D86: hue angle of 198.62º 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 #697D86 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105125134-
CMYK0.220.0700.47
HSL198.62º12.13%46.86%-
HSV(B)198.62º21.64%52.55%-
XYZ17.4619.3925.38-
YUV120.05135.87117.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=28.85%
G=34.34%
B=36.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051251340.220.0700.47198.6212.1346.86
Hex697D8616702Fc7c2f
Octal1511752062670573071457
Binary1101001111110110000110101101110101111110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697D86; }

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

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

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

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

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

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

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

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