#697D89

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

Shades of Lynch #697D89

Tints of Lynch #697D89

Color information

#697D89 (or 0x697D89) is unknown color: approx Lynch. HEX triplet: 69, 7D and 89. RGB value is (105,125,137). Sum of RGB (Red+Green+Blue) = 105+125+137=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 137 - color contains mainly: blue. Hex color #697D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D89 is #968276. Grayscale: #787878. Windows color (decimal): -9863799 or 9010537. OLE color: 9010537.

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

Color convert

RGB105125137-
CMYK0.230.0900.46
HSL202.5º13.22%47.45%-
HSV(B)202.5º23.36%53.73%-
XYZ17.6719.4826.49-
YUV120.39137.37117.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 137 (53.91% from 255) = 37.33%
R=28.61%
G=34.06%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051251370.230.0900.46202.513.2247.45
Hex697D8917902Ecad2f
Octal15117521127110563121557
Binary11010011111101100010011011110010101110110010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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