#697A89

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

Shades of Lynch #697A89

Tints of Lynch #697A89

Color information

#697A89 (or 0x697A89) is unknown color: approx Lynch. HEX triplet: 69, 7A and 89. RGB value is (105,122,137). Sum of RGB (Red+Green+Blue) = 105+122+137=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #697A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A89 is #968576. Grayscale: #767676. Windows color (decimal): -9864567 or 9009769. OLE color: 9009769.

HSL color Cylindrical-coordinate representation of color #697A89: hue angle of 208.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697A89 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105122137-
CMYK0.230.1100.46
HSL208.12º13.22%47.45%-
HSV(B)208.12º23.36%53.73%-
XYZ17.318.7326.37-
YUV118.63138.37118.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=28.85%
G=33.52%
B=37.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051221370.230.1100.46208.1213.2247.45
Hex697A8917B02Ed0d2f
Octal15117221127130563201557
Binary11010011111010100010011011110110101110110100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,122,137); }

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

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

 a { background-color: rgb(105,122,137); }

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

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

 span { border-color: rgb(105,122,137); }

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