#697F8E

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

Shades of Lynch #697F8E

Tints of Lynch #697F8E

Color information

#697F8E (or 0x697F8E) is unknown color: approx Lynch. HEX triplet: 69, 7F and 8E. RGB value is (105,127,142). Sum of RGB (Red+Green+Blue) = 105+127+142=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #697F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F8E is #968071. Grayscale: #7A7A7A. Windows color (decimal): -9863282 or 9338729. OLE color: 9338729.

HSL color Cylindrical-coordinate representation of color #697F8E: hue angle of 204.32º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #697F8E is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105127142-
CMYK0.260.1100.44
HSL204.32º14.98%48.43%-
HSV(B)204.32º26.06%55.69%-
XYZ18.320.1328.51-
YUV122.13139.21115.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=28.07%
G=33.96%
B=37.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051271420.260.1100.44204.3214.9848.43
Hex697F8E1AB02Cccf30
Octal15117721632130543141760
Binary11010011111111100011101101010110101100110011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,127,142); }

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

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

 a { background-color: rgb(105,127,142); }

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

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

 span { border-color: rgb(105,127,142); }

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