#697E89

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

Shades of Lynch #697E89

Tints of Lynch #697E89

Color information

#697E89 (or 0x697E89) is unknown color: approx Lynch. HEX triplet: 69, 7E and 89. RGB value is (105,126,137). Sum of RGB (Red+Green+Blue) = 105+126+137=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #697E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E89 is #968176. Grayscale: #787878. Windows color (decimal): -9863543 or 9010793. OLE color: 9010793.

HSL color Cylindrical-coordinate representation of color #697E89: hue angle of 200.62º 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 #697E89 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105126137-
CMYK0.230.0800.46
HSL200.62º13.22%47.45%-
HSV(B)200.62º23.36%53.73%-
XYZ17.819.7326.54-
YUV120.97137.04116.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=28.53%
G=34.24%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051261370.230.0800.46200.6213.2247.45
Hex697E8917802Ec9d2f
Octal15117621127100563111557
Binary11010011111110100010011011110000101110110010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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